Interface CreateServiceAccountResponseOrBuilder

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

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

      • getServiceAccountId

        java.lang.String getServiceAccountId()
         The ID of the created service account.
         
        string service_account_id = 1;
        Returns:
        The serviceAccountId.
      • getServiceAccountIdBytes

        com.google.protobuf.ByteString getServiceAccountIdBytes()
         The ID of the created service account.
         
        string service_account_id = 1;
        Returns:
        The bytes for serviceAccountId.
      • hasAsyncOperation

        boolean hasAsyncOperation()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Returns:
        Whether the asyncOperation field is set.
      • getAsyncOperation

        AsyncOperation getAsyncOperation()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Returns:
        The asyncOperation.
      • getAsyncOperationOrBuilder

        AsyncOperationOrBuilder getAsyncOperationOrBuilder()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;