public static final class LabelTextClassificationOperationMetadata.Builder extends GeneratedMessageV3.Builder<LabelTextClassificationOperationMetadata.Builder> implements LabelTextClassificationOperationMetadataOrBuilder
Details of a LabelTextClassification operation metadata.
Protobuf type
google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LabelTextClassificationOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public LabelTextClassificationOperationMetadata build()
buildPartial()
public LabelTextClassificationOperationMetadata buildPartial()
clear()
public LabelTextClassificationOperationMetadata.Builder clear()
Overrides
clearBasicConfig()
public LabelTextClassificationOperationMetadata.Builder clearBasicConfig()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
clearField(Descriptors.FieldDescriptor field)
public LabelTextClassificationOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public LabelTextClassificationOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public LabelTextClassificationOperationMetadata.Builder clone()
Overrides
getBasicConfig()
public HumanAnnotationConfig getBasicConfig()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
getBasicConfigBuilder()
public HumanAnnotationConfig.Builder getBasicConfigBuilder()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
getBasicConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
getDefaultInstanceForType()
public LabelTextClassificationOperationMetadata getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
hasBasicConfig()
public boolean hasBasicConfig()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns |
Type |
Description |
boolean |
Whether the basicConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeBasicConfig(HumanAnnotationConfig value)
public LabelTextClassificationOperationMetadata.Builder mergeBasicConfig(HumanAnnotationConfig value)
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
mergeFrom(LabelTextClassificationOperationMetadata other)
public LabelTextClassificationOperationMetadata.Builder mergeFrom(LabelTextClassificationOperationMetadata other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LabelTextClassificationOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public LabelTextClassificationOperationMetadata.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LabelTextClassificationOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setBasicConfig(HumanAnnotationConfig value)
public LabelTextClassificationOperationMetadata.Builder setBasicConfig(HumanAnnotationConfig value)
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
setBasicConfig(HumanAnnotationConfig.Builder builderForValue)
public LabelTextClassificationOperationMetadata.Builder setBasicConfig(HumanAnnotationConfig.Builder builderForValue)
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public LabelTextClassificationOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LabelTextClassificationOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final LabelTextClassificationOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides