Class LabelImageBoundingBoxOperationMetadata (0.161.0)

public final class LabelImageBoundingBoxOperationMetadata extends GeneratedMessageV3 implements LabelImageBoundingBoxOperationMetadataOrBuilder

Details of a LabelImageBoundingBox operation metadata.

Protobuf type google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LabelImageBoundingBoxOperationMetadata

Static Fields

BASIC_CONFIG_FIELD_NUMBER

public static final int BASIC_CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static LabelImageBoundingBoxOperationMetadata getDefaultInstance()
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static LabelImageBoundingBoxOperationMetadata.Builder newBuilder()
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata.Builder

newBuilder(LabelImageBoundingBoxOperationMetadata prototype)

public static LabelImageBoundingBoxOperationMetadata.Builder newBuilder(LabelImageBoundingBoxOperationMetadata prototype)
Parameter
NameDescription
prototypeLabelImageBoundingBoxOperationMetadata
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata.Builder

parseDelimitedFrom(InputStream input)

public static LabelImageBoundingBoxOperationMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LabelImageBoundingBoxOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static LabelImageBoundingBoxOperationMetadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LabelImageBoundingBoxOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LabelImageBoundingBoxOperationMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LabelImageBoundingBoxOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LabelImageBoundingBoxOperationMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LabelImageBoundingBoxOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static LabelImageBoundingBoxOperationMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LabelImageBoundingBoxOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static LabelImageBoundingBoxOperationMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LabelImageBoundingBoxOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<LabelImageBoundingBoxOperationMetadata> parser()
Returns
TypeDescription
Parser<LabelImageBoundingBoxOperationMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBasicConfig()

public HumanAnnotationConfig getBasicConfig()

Basic human annotation config used in labeling request.

.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;

Returns
TypeDescription
HumanAnnotationConfig

The basicConfig.

getBasicConfigOrBuilder()

public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()

Basic human annotation config used in labeling request.

.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;

Returns
TypeDescription
HumanAnnotationConfigOrBuilder

getDefaultInstanceForType()

public LabelImageBoundingBoxOperationMetadata getDefaultInstanceForType()
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata

getParserForType()

public Parser<LabelImageBoundingBoxOperationMetadata> getParserForType()
Returns
TypeDescription
Parser<LabelImageBoundingBoxOperationMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBasicConfig()

public boolean hasBasicConfig()

Basic human annotation config used in labeling request.

.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;

Returns
TypeDescription
boolean

Whether the basicConfig field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public LabelImageBoundingBoxOperationMetadata.Builder newBuilderForType()
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LabelImageBoundingBoxOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public LabelImageBoundingBoxOperationMetadata.Builder toBuilder()
Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException