public final class PolylineConfig extends GeneratedMessageV3 implements PolylineConfigOrBuilder
Config for image polyline human labeling task.
Protobuf type google.cloud.datalabeling.v1beta1.PolylineConfig
Static Fields
ANNOTATION_SPEC_SET_FIELD_NUMBER
public static final int ANNOTATION_SPEC_SET_FIELD_NUMBER
Field Value
INSTRUCTION_MESSAGE_FIELD_NUMBER
public static final int INSTRUCTION_MESSAGE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PolylineConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static PolylineConfig.Builder newBuilder()
Returns
newBuilder(PolylineConfig prototype)
public static PolylineConfig.Builder newBuilder(PolylineConfig prototype)
Parameter
Returns
public static PolylineConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PolylineConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PolylineConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PolylineConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PolylineConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PolylineConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PolylineConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PolylineConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PolylineConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PolylineConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PolylineConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PolylineConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<PolylineConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
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
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.
|
getParserForType()
public Parser<PolylineConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public PolylineConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PolylineConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public PolylineConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions