Interface CreateUserRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateUserRequest,CreateUserRequest.Builder
@Generated(value="protoc",
comments="annotations:CreateUserRequestOrBuilder.java.pb.meta")
public interface CreateUserRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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 for the user to invite
.temporal.api.cloud.identity.v1.UserSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
UserSpec getSpec()The spec for the user to invite
.temporal.api.cloud.identity.v1.UserSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
UserSpecOrBuilder getSpecOrBuilder()The spec for the user to invite
.temporal.api.cloud.identity.v1.UserSpec 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.
-