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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAsyncOperationId()
      The id to use for this async operation.
      com.google.protobuf.ByteString getAsyncOperationIdBytes()
      The id to use for this async operation.
      java.lang.String getGroupId()
      The id of the group to add the member for.
      com.google.protobuf.ByteString getGroupIdBytes()
      The id of the group to add the member for.
      UserGroupMemberId getMemberId()
      The member id to add to the group.
      UserGroupMemberIdOrBuilder getMemberIdOrBuilder()
      The member id to add to the group.
      boolean hasMemberId()
      The member id to add to the group.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.