Interface CreateUserGroupResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateUserGroupResponse,CreateUserGroupResponse.Builder
@Generated(value="protoc", comments="annotations:CreateUserGroupResponseOrBuilder.java.pb.meta") public interface CreateUserGroupResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncOperationgetAsyncOperation()The async operation.AsyncOperationOrBuildergetAsyncOperationOrBuilder()The async operation.java.lang.StringgetGroupId()The id of the group that was created.com.google.protobuf.ByteStringgetGroupIdBytes()The id of the group that was created.booleanhasAsyncOperation()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
-
getGroupId
java.lang.String getGroupId()
The id of the group that was created.
string group_id = 1;- Returns:
- The groupId.
-
getGroupIdBytes
com.google.protobuf.ByteString getGroupIdBytes()
The id of the group that was created.
string group_id = 1;- Returns:
- The bytes for groupId.
-
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;
-
-