- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class LabelTextRequest.Builder extends GeneratedMessageV3.Builder<LabelTextRequest.Builder> implements LabelTextRequestOrBuilder
Request message for LabelText.
Protobuf type google.cloud.datalabeling.v1beta1.LabelTextRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LabelTextRequest.BuilderImplements
LabelTextRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LabelTextRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LabelTextRequest.Builder |
build()
public LabelTextRequest build()
Type | Description |
LabelTextRequest |
buildPartial()
public LabelTextRequest buildPartial()
Type | Description |
LabelTextRequest |
clear()
public LabelTextRequest.Builder clear()
Type | Description |
LabelTextRequest.Builder |
clearBasicConfig()
public LabelTextRequest.Builder clearBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
LabelTextRequest.Builder |
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];
Type | Description |
LabelTextRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public LabelTextRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
LabelTextRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public LabelTextRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
LabelTextRequest.Builder |
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) = { ... }
Type | Description |
LabelTextRequest.Builder | This builder for chaining. |
clearRequestConfig()
public LabelTextRequest.Builder clearRequestConfig()
Type | Description |
LabelTextRequest.Builder |
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;
Type | Description |
LabelTextRequest.Builder |
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;
Type | Description |
LabelTextRequest.Builder |
clone()
public LabelTextRequest.Builder clone()
Type | Description |
LabelTextRequest.Builder |
getBasicConfig()
public HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
HumanAnnotationConfig | The basicConfig. |
getBasicConfigBuilder()
public HumanAnnotationConfig.Builder getBasicConfigBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
HumanAnnotationConfig.Builder |
getBasicConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
HumanAnnotationConfigOrBuilder |
getDefaultInstanceForType()
public LabelTextRequest getDefaultInstanceForType()
Type | Description |
LabelTextRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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];
Type | Description |
LabelTextRequest.Feature | The feature. |
getFeatureValue()
public int getFeatureValue()
Required. The type of text labeling task.
.google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
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) = { ... }
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) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getRequestConfigCase()
public LabelTextRequest.RequestConfigCase getRequestConfigCase()
Type | Description |
LabelTextRequest.RequestConfigCase |
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;
Type | Description |
TextClassificationConfig | The textClassificationConfig. |
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;
Type | Description |
TextClassificationConfig.Builder |
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;
Type | Description |
TextClassificationConfigOrBuilder |
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;
Type | Description |
TextEntityExtractionConfig | The textEntityExtractionConfig. |
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;
Type | Description |
TextEntityExtractionConfig.Builder |
getTextEntityExtractionConfigOrBuilder()
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;
Type | Description |
TextEntityExtractionConfigOrBuilder |
hasBasicConfig()
public boolean hasBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
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;
Type | Description |
boolean | Whether the textClassificationConfig field is set. |
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;
Type | Description |
boolean | Whether the textEntityExtractionConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeBasicConfig(HumanAnnotationConfig value)
public LabelTextRequest.Builder mergeBasicConfig(HumanAnnotationConfig value)
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | HumanAnnotationConfig |
Type | Description |
LabelTextRequest.Builder |
mergeFrom(LabelTextRequest other)
public LabelTextRequest.Builder mergeFrom(LabelTextRequest other)
Name | Description |
other | LabelTextRequest |
Type | Description |
LabelTextRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LabelTextRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LabelTextRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public LabelTextRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
LabelTextRequest.Builder |
mergeTextClassificationConfig(TextClassificationConfig value)
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;
Name | Description |
value | TextClassificationConfig |
Type | Description |
LabelTextRequest.Builder |
mergeTextEntityExtractionConfig(TextEntityExtractionConfig value)
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;
Name | Description |
value | TextEntityExtractionConfig |
Type | Description |
LabelTextRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LabelTextRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
LabelTextRequest.Builder |
setBasicConfig(HumanAnnotationConfig value)
public LabelTextRequest.Builder setBasicConfig(HumanAnnotationConfig value)
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | HumanAnnotationConfig |
Type | Description |
LabelTextRequest.Builder |
setBasicConfig(HumanAnnotationConfig.Builder builderForValue)
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];
Name | Description |
builderForValue | HumanAnnotationConfig.Builder |
Type | Description |
LabelTextRequest.Builder |
setFeature(LabelTextRequest.Feature value)
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];
Name | Description |
value | LabelTextRequest.Feature The feature to set. |
Type | Description |
LabelTextRequest.Builder | This builder for chaining. |
setFeatureValue(int value)
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];
Name | Description |
value | int The enum numeric value on the wire for feature to set. |
Type | Description |
LabelTextRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public LabelTextRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LabelTextRequest.Builder |
setParent(String value)
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) = { ... }
Name | Description |
value | String The parent to set. |
Type | Description |
LabelTextRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public LabelTextRequest.Builder setParentBytes(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) = { ... }
Name | Description |
value | ByteString The bytes for parent to set. |
Type | Description |
LabelTextRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LabelTextRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
LabelTextRequest.Builder |
setTextClassificationConfig(TextClassificationConfig value)
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;
Name | Description |
value | TextClassificationConfig |
Type | Description |
LabelTextRequest.Builder |
setTextClassificationConfig(TextClassificationConfig.Builder builderForValue)
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;
Name | Description |
builderForValue | TextClassificationConfig.Builder |
Type | Description |
LabelTextRequest.Builder |
setTextEntityExtractionConfig(TextEntityExtractionConfig value)
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;
Name | Description |
value | TextEntityExtractionConfig |
Type | Description |
LabelTextRequest.Builder |
setTextEntityExtractionConfig(TextEntityExtractionConfig.Builder builderForValue)
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;
Name | Description |
builderForValue | TextEntityExtractionConfig.Builder |
Type | Description |
LabelTextRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LabelTextRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
LabelTextRequest.Builder |