Interface CreateUserResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateUserResponse,CreateUserResponse.Builder
@Generated(value="protoc", comments="annotations:CreateUserResponseOrBuilder.java.pb.meta") public interface CreateUserResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncOperationgetAsyncOperation()The async operationAsyncOperationOrBuildergetAsyncOperationOrBuilder()The async operationjava.lang.StringgetUserId()The id of the user that was invitedcom.google.protobuf.ByteStringgetUserIdBytes()The id of the user that was invitedbooleanhasAsyncOperation()The async operation-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUserId
java.lang.String getUserId()
The id of the user that was invited
string user_id = 1;- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()
The id of the user that was invited
string user_id = 1;- Returns:
- The bytes for userId.
-
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;
-
-