Class LabelTextRequest.Builder

  • All Implemented Interfaces:
    LabelTextRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    LabelTextRequest

    public static final class LabelTextRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<LabelTextRequest.Builder>
    implements LabelTextRequestOrBuilder
     Request message for LabelText.
     
    Protobuf type google.cloud.datalabeling.v1beta1.LabelTextRequest
    • 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<LabelTextRequest.Builder>
      • clear

        public LabelTextRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<LabelTextRequest.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<LabelTextRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public LabelTextRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<LabelTextRequest.Builder>
      • setField

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

        public LabelTextRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<LabelTextRequest.Builder>
      • clearOneof

        public LabelTextRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LabelTextRequest.Builder>
      • setRepeatedField

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

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

        public LabelTextRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LabelTextRequest.Builder>
      • isInitialized

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

        public LabelTextRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws 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<LabelTextRequest.Builder>
        Throws:
        IOException
      • hasTextClassificationConfig

        public boolean hasTextClassificationConfig()
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
        Specified by:
        hasTextClassificationConfig in interface LabelTextRequestOrBuilder
        Returns:
        Whether the textClassificationConfig field is set.
      • getTextClassificationConfig

        public TextClassificationConfig getTextClassificationConfig()
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
        Specified by:
        getTextClassificationConfig in interface LabelTextRequestOrBuilder
        Returns:
        The textClassificationConfig.
      • setTextClassificationConfig

        public LabelTextRequest.Builder setTextClassificationConfig​(TextClassificationConfig value)
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
      • setTextClassificationConfig

        public LabelTextRequest.Builder setTextClassificationConfig​(TextClassificationConfig.Builder builderForValue)
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
      • mergeTextClassificationConfig

        public LabelTextRequest.Builder mergeTextClassificationConfig​(TextClassificationConfig value)
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
      • clearTextClassificationConfig

        public LabelTextRequest.Builder clearTextClassificationConfig()
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
      • getTextClassificationConfigBuilder

        public TextClassificationConfig.Builder getTextClassificationConfigBuilder()
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
      • hasTextEntityExtractionConfig

        public boolean hasTextEntityExtractionConfig()
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
        Specified by:
        hasTextEntityExtractionConfig in interface LabelTextRequestOrBuilder
        Returns:
        Whether the textEntityExtractionConfig field is set.
      • getTextEntityExtractionConfig

        public TextEntityExtractionConfig getTextEntityExtractionConfig()
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
        Specified by:
        getTextEntityExtractionConfig in interface LabelTextRequestOrBuilder
        Returns:
        The textEntityExtractionConfig.
      • setTextEntityExtractionConfig

        public LabelTextRequest.Builder setTextEntityExtractionConfig​(TextEntityExtractionConfig value)
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
      • setTextEntityExtractionConfig

        public LabelTextRequest.Builder setTextEntityExtractionConfig​(TextEntityExtractionConfig.Builder builderForValue)
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
      • mergeTextEntityExtractionConfig

        public LabelTextRequest.Builder mergeTextEntityExtractionConfig​(TextEntityExtractionConfig value)
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
      • clearTextEntityExtractionConfig

        public LabelTextRequest.Builder clearTextEntityExtractionConfig()
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
      • getTextEntityExtractionConfigBuilder

        public TextEntityExtractionConfig.Builder getTextEntityExtractionConfigBuilder()
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
      • getParent

        public String getParent()
         Required. Name of the data set to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface LabelTextRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. Name of the data set to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface LabelTextRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public LabelTextRequest.Builder setParent​(String value)
         Required. Name of the data set to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public LabelTextRequest.Builder clearParent()
         Required. Name of the data set to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public LabelTextRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. Name of the data set to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasBasicConfig

        public boolean hasBasicConfig()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasBasicConfig in interface LabelTextRequestOrBuilder
        Returns:
        Whether the basicConfig field is set.
      • getBasicConfig

        public HumanAnnotationConfig getBasicConfig()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getBasicConfig in interface LabelTextRequestOrBuilder
        Returns:
        The basicConfig.
      • setBasicConfig

        public LabelTextRequest.Builder setBasicConfig​(HumanAnnotationConfig value)
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • setBasicConfig

        public LabelTextRequest.Builder setBasicConfig​(HumanAnnotationConfig.Builder builderForValue)
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeBasicConfig

        public LabelTextRequest.Builder mergeBasicConfig​(HumanAnnotationConfig value)
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearBasicConfig

        public LabelTextRequest.Builder clearBasicConfig()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getBasicConfigBuilder

        public HumanAnnotationConfig.Builder getBasicConfigBuilder()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getFeatureValue

        public int getFeatureValue()
         Required. The type of text labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFeatureValue in interface LabelTextRequestOrBuilder
        Returns:
        The enum numeric value on the wire for feature.
      • setFeatureValue

        public LabelTextRequest.Builder setFeatureValue​(int value)
         Required. The type of text labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The enum numeric value on the wire for feature to set.
        Returns:
        This builder for chaining.
      • getFeature

        public LabelTextRequest.Feature getFeature()
         Required. The type of text labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFeature in interface LabelTextRequestOrBuilder
        Returns:
        The feature.
      • setFeature

        public LabelTextRequest.Builder setFeature​(LabelTextRequest.Feature value)
         Required. The type of text labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The feature to set.
        Returns:
        This builder for chaining.
      • clearFeature

        public LabelTextRequest.Builder clearFeature()
         Required. The type of text labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final LabelTextRequest.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<LabelTextRequest.Builder>
      • mergeUnknownFields

        public final LabelTextRequest.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<LabelTextRequest.Builder>