Interface RemoveUserGroupMemberRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveUserGroupMemberRequest,RemoveUserGroupMemberRequest.Builder
@Generated(value="protoc", comments="annotations:RemoveUserGroupMemberRequestOrBuilder.java.pb.meta") public interface RemoveUserGroupMemberRequestOrBuilder 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.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()The id to use for this async operation.java.lang.StringgetGroupId()The id of the group to add the member for.com.google.protobuf.ByteStringgetGroupIdBytes()The id of the group to add the member for.UserGroupMemberIdgetMemberId()The member id to add to the group.UserGroupMemberIdOrBuildergetMemberIdOrBuilder()The member id to add to the group.booleanhasMemberId()The member id to add to the group.-
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 to add the member for.
string group_id = 1;- Returns:
- The groupId.
-
getGroupIdBytes
com.google.protobuf.ByteString getGroupIdBytes()
The id of the group to add the member for.
string group_id = 1;- Returns:
- The bytes for groupId.
-
hasMemberId
boolean hasMemberId()
The member id to add to the group.
.temporal.api.cloud.identity.v1.UserGroupMemberId member_id = 2;- Returns:
- Whether the memberId field is set.
-
getMemberId
UserGroupMemberId getMemberId()
The member id to add to the group.
.temporal.api.cloud.identity.v1.UserGroupMemberId member_id = 2;- Returns:
- The memberId.
-
getMemberIdOrBuilder
UserGroupMemberIdOrBuilder getMemberIdOrBuilder()
The member id to add to the group.
.temporal.api.cloud.identity.v1.UserGroupMemberId member_id = 2;
-
getAsyncOperationId
java.lang.String getAsyncOperationId()
The id to use for this async operation. Optional, if not provided a random id will be generated.
string async_operation_id = 3;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()
The id to use for this async operation. Optional, if not provided a random id will be generated.
string async_operation_id = 3;- Returns:
- The bytes for asyncOperationId.
-
-