Interface AddUserGroupMemberRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddUserGroupMemberRequest,AddUserGroupMemberRequest.Builder
@Generated(value="protoc",
comments="annotations:AddUserGroupMemberRequestOrBuilder.java.pb.meta")
public interface AddUserGroupMemberRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id to use for this async operation.com.google.protobuf.ByteStringThe id to use for this async operation.The id of the group to add the member for.com.google.protobuf.ByteStringThe id of the group to add the member for.The member id to add to the group.The member id to add to the group.booleanThe member id to add to the group.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
-
getGroupId
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
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.
-