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 TypeMethodDescriptionThe ID to use for this async operation - optional.com.google.protobuf.ByteStringThe ID to use for this async operation - optional.getSpec()The spec of the service account to create.The spec of the service account to create.booleanhasSpec()The spec of the service account to create.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-