Class StopBatchOperationRequest.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<StopBatchOperationRequest.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<StopBatchOperationRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public StopBatchOperationRequest.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<StopBatchOperationRequest.Builder>
      • addRepeatedField

        public StopBatchOperationRequest.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<StopBatchOperationRequest.Builder>
      • isInitialized

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

        public StopBatchOperationRequest.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<StopBatchOperationRequest.Builder>
        Throws:
        java.io.IOException
      • getNamespaceBytes

        public com.google.protobuf.ByteString getNamespaceBytes()
         Namespace that contains the batch operation
         
        string namespace = 1;
        Specified by:
        getNamespaceBytes in interface StopBatchOperationRequestOrBuilder
        Returns:
        The bytes for namespace.
      • setNamespace

        public StopBatchOperationRequest.Builder setNamespace​(java.lang.String value)
         Namespace that contains the batch operation
         
        string namespace = 1;
        Parameters:
        value - The namespace to set.
        Returns:
        This builder for chaining.
      • clearNamespace

        public StopBatchOperationRequest.Builder clearNamespace()
         Namespace that contains the batch operation
         
        string namespace = 1;
        Returns:
        This builder for chaining.
      • setNamespaceBytes

        public StopBatchOperationRequest.Builder setNamespaceBytes​(com.google.protobuf.ByteString value)
         Namespace that contains the batch operation
         
        string namespace = 1;
        Parameters:
        value - The bytes for namespace to set.
        Returns:
        This builder for chaining.
      • setJobId

        public StopBatchOperationRequest.Builder setJobId​(java.lang.String value)
         Batch job id
         
        string job_id = 2;
        Parameters:
        value - The jobId to set.
        Returns:
        This builder for chaining.
      • setJobIdBytes

        public StopBatchOperationRequest.Builder setJobIdBytes​(com.google.protobuf.ByteString value)
         Batch job id
         
        string job_id = 2;
        Parameters:
        value - The bytes for jobId to set.
        Returns:
        This builder for chaining.
      • setReason

        public StopBatchOperationRequest.Builder setReason​(java.lang.String value)
         Reason to stop a batch operation
         
        string reason = 3;
        Parameters:
        value - The reason to set.
        Returns:
        This builder for chaining.
      • setReasonBytes

        public StopBatchOperationRequest.Builder setReasonBytes​(com.google.protobuf.ByteString value)
         Reason to stop a batch operation
         
        string reason = 3;
        Parameters:
        value - The bytes for reason to set.
        Returns:
        This builder for chaining.
      • setIdentity

        public StopBatchOperationRequest.Builder setIdentity​(java.lang.String value)
         Identity of the operator
         
        string identity = 4;
        Parameters:
        value - The identity to set.
        Returns:
        This builder for chaining.
      • setIdentityBytes

        public StopBatchOperationRequest.Builder setIdentityBytes​(com.google.protobuf.ByteString value)
         Identity of the operator
         
        string identity = 4;
        Parameters:
        value - The bytes for identity to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final StopBatchOperationRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StopBatchOperationRequest.Builder>
      • mergeUnknownFields

        public final StopBatchOperationRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StopBatchOperationRequest.Builder>