- 0.172.0 (latest)
- 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 LabelImagePolylineOperationMetadata.Builder extends GeneratedMessageV3.Builder<LabelImagePolylineOperationMetadata.Builder> implements LabelImagePolylineOperationMetadataOrBuilder
Details of LabelImagePolyline operation metadata.
Protobuf type google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LabelImagePolylineOperationMetadata.BuilderImplements
LabelImagePolylineOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LabelImagePolylineOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
build()
public LabelImagePolylineOperationMetadata build()
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata |
buildPartial()
public LabelImagePolylineOperationMetadata buildPartial()
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata |
clear()
public LabelImagePolylineOperationMetadata.Builder clear()
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
clearBasicConfig()
public LabelImagePolylineOperationMetadata.Builder clearBasicConfig()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public LabelImagePolylineOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public LabelImagePolylineOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
clone()
public LabelImagePolylineOperationMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
getBasicConfig()
public HumanAnnotationConfig getBasicConfig()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns | |
---|---|
Type | Description |
HumanAnnotationConfig |
The basicConfig. |
getBasicConfigBuilder()
public HumanAnnotationConfig.Builder getBasicConfigBuilder()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns | |
---|---|
Type | Description |
HumanAnnotationConfig.Builder |
getBasicConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Returns | |
---|---|
Type | Description |
HumanAnnotationConfigOrBuilder |
getDefaultInstanceForType()
public LabelImagePolylineOperationMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeBasicConfig(HumanAnnotationConfig value)
public LabelImagePolylineOperationMetadata.Builder mergeBasicConfig(HumanAnnotationConfig value)
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Parameter | |
---|---|
Name | Description |
value |
HumanAnnotationConfig |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
mergeFrom(LabelImagePolylineOperationMetadata other)
public LabelImagePolylineOperationMetadata.Builder mergeFrom(LabelImagePolylineOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
LabelImagePolylineOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LabelImagePolylineOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public LabelImagePolylineOperationMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LabelImagePolylineOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
setBasicConfig(HumanAnnotationConfig value)
public LabelImagePolylineOperationMetadata.Builder setBasicConfig(HumanAnnotationConfig value)
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Parameter | |
---|---|
Name | Description |
value |
HumanAnnotationConfig |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
setBasicConfig(HumanAnnotationConfig.Builder builderForValue)
public LabelImagePolylineOperationMetadata.Builder setBasicConfig(HumanAnnotationConfig.Builder builderForValue)
Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
HumanAnnotationConfig.Builder |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public LabelImagePolylineOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LabelImagePolylineOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LabelImagePolylineOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |