public static final class PolylineConfig.Builder extends GeneratedMessage.Builder<PolylineConfig.Builder> implements PolylineConfigOrBuilderConfig for image polyline human labeling task.
Protobuf type google.cloud.datalabeling.v1beta1.PolylineConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PolylineConfig.BuilderImplements
PolylineConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PolylineConfig build()| Returns | |
|---|---|
| Type | Description |
PolylineConfig |
|
buildPartial()
public PolylineConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
PolylineConfig |
|
clear()
public PolylineConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
|
clearAnnotationSpecSet()
public PolylineConfig.Builder clearAnnotationSpecSet()Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
This builder for chaining. |
clearInstructionMessage()
public PolylineConfig.Builder clearInstructionMessage()Optional. Instruction message showed on contributors UI.
string instruction_message = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
This builder for chaining. |
getAnnotationSpecSet()
public String getAnnotationSpecSet()Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The annotationSpecSet. |
getAnnotationSpecSetBytes()
public ByteString getAnnotationSpecSetBytes()Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for annotationSpecSet. |
getDefaultInstanceForType()
public PolylineConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PolylineConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstructionMessage()
public String getInstructionMessage()Optional. Instruction message showed on contributors UI.
string instruction_message = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The instructionMessage. |
getInstructionMessageBytes()
public ByteString getInstructionMessageBytes()Optional. Instruction message showed on contributors UI.
string instruction_message = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instructionMessage. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PolylineConfig other)
public PolylineConfig.Builder mergeFrom(PolylineConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PolylineConfig |
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PolylineConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PolylineConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
|
setAnnotationSpecSet(String value)
public PolylineConfig.Builder setAnnotationSpecSet(String value)Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe annotationSpecSet to set. |
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
This builder for chaining. |
setAnnotationSpecSetBytes(ByteString value)
public PolylineConfig.Builder setAnnotationSpecSetBytes(ByteString value)Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for annotationSpecSet to set. |
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
This builder for chaining. |
setInstructionMessage(String value)
public PolylineConfig.Builder setInstructionMessage(String value)Optional. Instruction message showed on contributors UI.
string instruction_message = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instructionMessage to set. |
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
This builder for chaining. |
setInstructionMessageBytes(ByteString value)
public PolylineConfig.Builder setInstructionMessageBytes(ByteString value)Optional. Instruction message showed on contributors UI.
string instruction_message = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instructionMessage to set. |
| Returns | |
|---|---|
| Type | Description |
PolylineConfig.Builder |
This builder for chaining. |