Interface GetCurrentIdentityResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetCurrentIdentityResponse, GetCurrentIdentityResponse.Builder

@Generated(value="protoc", comments="annotations:GetCurrentIdentityResponseOrBuilder.java.pb.meta") public interface GetCurrentIdentityResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUser

      boolean hasUser()
       The user is a regular user
       
      .temporal.api.cloud.identity.v1.User user = 1;
      Returns:
      Whether the user field is set.
    • getUser

      User getUser()
       The user is a regular user
       
      .temporal.api.cloud.identity.v1.User user = 1;
      Returns:
      The user.
    • getUserOrBuilder

      UserOrBuilder getUserOrBuilder()
       The user is a regular user
       
      .temporal.api.cloud.identity.v1.User user = 1;
    • hasServiceAccount

      boolean hasServiceAccount()
       The user is a service account
       
      .temporal.api.cloud.identity.v1.ServiceAccount service_account = 2;
      Returns:
      Whether the serviceAccount field is set.
    • getServiceAccount

      ServiceAccount getServiceAccount()
       The user is a service account
       
      .temporal.api.cloud.identity.v1.ServiceAccount service_account = 2;
      Returns:
      The serviceAccount.
    • getServiceAccountOrBuilder

      ServiceAccountOrBuilder getServiceAccountOrBuilder()
       The user is a service account
       
      .temporal.api.cloud.identity.v1.ServiceAccount service_account = 2;
    • hasPrincipalApiKey

      boolean hasPrincipalApiKey()
       The API key info used to authenticate the request, if any
       
      .temporal.api.cloud.identity.v1.ApiKey principal_api_key = 3;
      Returns:
      Whether the principalApiKey field is set.
    • getPrincipalApiKey

      ApiKey getPrincipalApiKey()
       The API key info used to authenticate the request, if any
       
      .temporal.api.cloud.identity.v1.ApiKey principal_api_key = 3;
      Returns:
      The principalApiKey.
    • getPrincipalApiKeyOrBuilder

      ApiKeyOrBuilder getPrincipalApiKeyOrBuilder()
       The API key info used to authenticate the request, if any
       
      .temporal.api.cloud.identity.v1.ApiKey principal_api_key = 3;
    • getPrincipalCase