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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()The ID to use for this async operation - optional.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()The ID to use for this async operation - optional.ServiceAccountSpecgetSpec()The spec of the service account to create.ServiceAccountSpecOrBuildergetSpecOrBuilder()The spec of the service account to create.booleanhasSpec()The spec of the service account to create.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
ServiceAccountSpec 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
java.lang.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.
-
-