Interface GetServiceAccountResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ServiceAccount getServiceAccount()
      The service account retrieved.
      ServiceAccountOrBuilder getServiceAccountOrBuilder()
      The service account retrieved.
      boolean hasServiceAccount()
      The service account retrieved.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasServiceAccount

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

        ServiceAccount getServiceAccount()
         The service account retrieved.
         
        .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
        Returns:
        The serviceAccount.
      • getServiceAccountOrBuilder

        ServiceAccountOrBuilder getServiceAccountOrBuilder()
         The service account retrieved.
         
        .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;