Class AnnotationCustomizedStruct (0.2.0)

public final class AnnotationCustomizedStruct extends GeneratedMessageV3 implements AnnotationCustomizedStructOrBuilder

Customized struct represnation in annotation.

Protobuf type google.cloud.visionai.v1.AnnotationCustomizedStruct

Static Fields

ELEMENTS_FIELD_NUMBER

public static final int ELEMENTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AnnotationCustomizedStruct getDefaultInstance()
Returns
Type Description
AnnotationCustomizedStruct

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AnnotationCustomizedStruct.Builder newBuilder()
Returns
Type Description
AnnotationCustomizedStruct.Builder

newBuilder(AnnotationCustomizedStruct prototype)

public static AnnotationCustomizedStruct.Builder newBuilder(AnnotationCustomizedStruct prototype)
Parameter
Name Description
prototype AnnotationCustomizedStruct
Returns
Type Description
AnnotationCustomizedStruct.Builder

parseDelimitedFrom(InputStream input)

public static AnnotationCustomizedStruct parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AnnotationCustomizedStruct parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AnnotationCustomizedStruct parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AnnotationCustomizedStruct parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AnnotationCustomizedStruct parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AnnotationCustomizedStruct parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AnnotationCustomizedStruct parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AnnotationCustomizedStruct parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AnnotationCustomizedStruct parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AnnotationCustomizedStruct parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AnnotationCustomizedStruct parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AnnotationCustomizedStruct parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnnotationCustomizedStruct
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AnnotationCustomizedStruct> parser()
Returns
Type Description
Parser<AnnotationCustomizedStruct>

Methods

containsElements(String key)

public boolean containsElements(String key)

A map from elements' keys to element's annotation value.

map<string, .google.cloud.visionai.v1.AnnotationValue> elements = 2;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AnnotationCustomizedStruct getDefaultInstanceForType()
Returns
Type Description
AnnotationCustomizedStruct

getElements() (deprecated)

public Map<String,AnnotationValue> getElements()

Use #getElementsMap() instead.

Returns
Type Description
Map<String,AnnotationValue>

getElementsCount()

public int getElementsCount()

A map from elements' keys to element's annotation value.

map<string, .google.cloud.visionai.v1.AnnotationValue> elements = 2;

Returns
Type Description
int

getElementsMap()

public Map<String,AnnotationValue> getElementsMap()

A map from elements' keys to element's annotation value.

map<string, .google.cloud.visionai.v1.AnnotationValue> elements = 2;

Returns
Type Description
Map<String,AnnotationValue>

getElementsOrDefault(String key, AnnotationValue defaultValue)

public AnnotationValue getElementsOrDefault(String key, AnnotationValue defaultValue)

A map from elements' keys to element's annotation value.

map<string, .google.cloud.visionai.v1.AnnotationValue> elements = 2;

Parameters
Name Description
key String
defaultValue AnnotationValue
Returns
Type Description
AnnotationValue

getElementsOrThrow(String key)

public AnnotationValue getElementsOrThrow(String key)

A map from elements' keys to element's annotation value.

map<string, .google.cloud.visionai.v1.AnnotationValue> elements = 2;

Parameter
Name Description
key String
Returns
Type Description
AnnotationValue

getParserForType()

public Parser<AnnotationCustomizedStruct> getParserForType()
Returns
Type Description
Parser<AnnotationCustomizedStruct>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AnnotationCustomizedStruct.Builder newBuilderForType()
Returns
Type Description
AnnotationCustomizedStruct.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AnnotationCustomizedStruct.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AnnotationCustomizedStruct.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AnnotationCustomizedStruct.Builder toBuilder()
Returns
Type Description
AnnotationCustomizedStruct.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException