Interface CreateServiceAccountRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The ID to use for this async operation - optional.
    com.google.protobuf.ByteString
    The ID to use for this async operation - optional.
    The spec of the service account to create.
    The spec of the service account to create.
    boolean
    The spec of the service account to create.

    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 Details

    • hasSpec

      boolean hasSpec()
       The spec of the service account to create.
       
      .temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

       The spec of the service account to create.
       
      .temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      ServiceAccountSpecOrBuilder getSpecOrBuilder()
       The spec of the service account to create.
       
      .temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 1;
    • getAsyncOperationId

      String getAsyncOperationId()
       The ID to use for this async operation - optional.
       
      string async_operation_id = 2;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The ID to use for this async operation - optional.
       
      string async_operation_id = 2;
      Returns:
      The bytes for asyncOperationId.