Class RemoveUserGroupMemberRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RemoveUserGroupMemberRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RemoveUserGroupMemberRequest.Builder>
      • getDefaultInstanceForType

        public RemoveUserGroupMemberRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RemoveUserGroupMemberRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RemoveUserGroupMemberRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public RemoveUserGroupMemberRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                     int index,
                                                                     java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RemoveUserGroupMemberRequest.Builder>
      • addRepeatedField

        public RemoveUserGroupMemberRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                     java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RemoveUserGroupMemberRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RemoveUserGroupMemberRequest.Builder>
      • mergeFrom

        public RemoveUserGroupMemberRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RemoveUserGroupMemberRequest.Builder>
        Throws:
        java.io.IOException
      • setGroupId

        public RemoveUserGroupMemberRequest.Builder setGroupId​(java.lang.String value)
         The id of the group to add the member for.
         
        string group_id = 1;
        Parameters:
        value - The groupId to set.
        Returns:
        This builder for chaining.
      • setGroupIdBytes

        public RemoveUserGroupMemberRequest.Builder setGroupIdBytes​(com.google.protobuf.ByteString value)
         The id of the group to add the member for.
         
        string group_id = 1;
        Parameters:
        value - The bytes for groupId to set.
        Returns:
        This builder for chaining.
      • hasMemberId

        public boolean hasMemberId()
         The member id to add to the group.
         
        .temporal.api.cloud.identity.v1.UserGroupMemberId member_id = 2;
        Specified by:
        hasMemberId in interface RemoveUserGroupMemberRequestOrBuilder
        Returns:
        Whether the memberId field is set.
      • getMemberIdBuilder

        public UserGroupMemberId.Builder getMemberIdBuilder()
         The member id to add to the group.
         
        .temporal.api.cloud.identity.v1.UserGroupMemberId member_id = 2;
      • getAsyncOperationId

        public 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;
        Specified by:
        getAsyncOperationId in interface RemoveUserGroupMemberRequestOrBuilder
        Returns:
        The asyncOperationId.
      • getAsyncOperationIdBytes

        public 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;
        Specified by:
        getAsyncOperationIdBytes in interface RemoveUserGroupMemberRequestOrBuilder
        Returns:
        The bytes for asyncOperationId.
      • setAsyncOperationId

        public RemoveUserGroupMemberRequest.Builder setAsyncOperationId​(java.lang.String value)
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 3;
        Parameters:
        value - The asyncOperationId to set.
        Returns:
        This builder for chaining.
      • clearAsyncOperationId

        public RemoveUserGroupMemberRequest.Builder clearAsyncOperationId()
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 3;
        Returns:
        This builder for chaining.
      • setAsyncOperationIdBytes

        public RemoveUserGroupMemberRequest.Builder setAsyncOperationIdBytes​(com.google.protobuf.ByteString value)
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 3;
        Parameters:
        value - The bytes for asyncOperationId to set.
        Returns:
        This builder for chaining.