Send feedback
Class LabelTextRequest (0.131.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.131.0 keyboard_arrow_down
public final class LabelTextRequest extends GeneratedMessageV3 implements LabelTextRequestOrBuilder
Request message for LabelText.
Protobuf type google.cloud.datalabeling.v1beta1.LabelTextRequest
Static Fields
BASIC_CONFIG_FIELD_NUMBER
public static final int BASIC_CONFIG_FIELD_NUMBER
Field Value
FEATURE_FIELD_NUMBER
public static final int FEATURE_FIELD_NUMBER
Field Value
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
TEXT_CLASSIFICATION_CONFIG_FIELD_NUMBER
public static final int TEXT_CLASSIFICATION_CONFIG_FIELD_NUMBER
Field Value
public static final int TEXT_ENTITY_EXTRACTION_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static LabelTextRequest getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static LabelTextRequest . Builder newBuilder ()
Returns
newBuilder(LabelTextRequest prototype)
public static LabelTextRequest . Builder newBuilder ( LabelTextRequest prototype )
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static LabelTextRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static LabelTextRequest parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static LabelTextRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static LabelTextRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static LabelTextRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static LabelTextRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<LabelTextRequest> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getBasicConfig()
public HumanAnnotationConfig getBasicConfig ()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getBasicConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder ()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public LabelTextRequest getDefaultInstanceForType ()
Returns
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];
Returns
getFeatureValue()
public int getFeatureValue ()
Required. The type of text labeling task.
.google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description int
The enum numeric value on the wire for feature.
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) = { ... }
Returns
Type Description String
The parent.
getParentBytes()
public 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) = { ... }
Returns
getParserForType()
public Parser<LabelTextRequest> getParserForType ()
Returns
Overrides
getRequestConfigCase()
public LabelTextRequest . RequestConfigCase getRequestConfigCase ()
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
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;
Returns
getTextClassificationConfigOrBuilder()
public TextClassificationConfigOrBuilder getTextClassificationConfigOrBuilder ()
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;
Returns
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;
Returns
public TextEntityExtractionConfigOrBuilder getTextEntityExtractionConfigOrBuilder ()
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;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasBasicConfig()
public boolean hasBasicConfig ()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description boolean
Whether the basicConfig field is set.
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;
Returns
Type Description boolean
Whether the textClassificationConfig field is set.
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;
Returns
Type Description boolean
Whether the textEntityExtractionConfig field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public LabelTextRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LabelTextRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public LabelTextRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]