Class AnnotationValue
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.datalabeling.v1beta1.AnnotationValue
-
- All Implemented Interfaces:
AnnotationValueOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class AnnotationValue extends com.google.protobuf.GeneratedMessageV3 implements AnnotationValueOrBuilder
Annotation value for an example.
Protobuf typegoogle.cloud.datalabeling.v1beta1.AnnotationValue
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnnotationValue.Builder
Annotation value for an example.static class
AnnotationValue.ValueTypeCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
IMAGE_BOUNDING_POLY_ANNOTATION_FIELD_NUMBER
static int
IMAGE_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
static int
IMAGE_POLYLINE_ANNOTATION_FIELD_NUMBER
static int
IMAGE_SEGMENTATION_ANNOTATION_FIELD_NUMBER
static int
TEXT_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
static int
TEXT_ENTITY_EXTRACTION_ANNOTATION_FIELD_NUMBER
static int
VIDEO_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
static int
VIDEO_EVENT_ANNOTATION_FIELD_NUMBER
static int
VIDEO_OBJECT_TRACKING_ANNOTATION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static AnnotationValue
getDefaultInstance()
AnnotationValue
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
ImageBoundingPolyAnnotation
getImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.ImageBoundingPolyAnnotationOrBuilder
getImageBoundingPolyAnnotationOrBuilder()
Annotation value for image bounding box, oriented bounding box and polygon cases.ImageClassificationAnnotation
getImageClassificationAnnotation()
Annotation value for image classification case.ImageClassificationAnnotationOrBuilder
getImageClassificationAnnotationOrBuilder()
Annotation value for image classification case.ImagePolylineAnnotation
getImagePolylineAnnotation()
Annotation value for image polyline cases.ImagePolylineAnnotationOrBuilder
getImagePolylineAnnotationOrBuilder()
Annotation value for image polyline cases.ImageSegmentationAnnotation
getImageSegmentationAnnotation()
Annotation value for image segmentation.ImageSegmentationAnnotationOrBuilder
getImageSegmentationAnnotationOrBuilder()
Annotation value for image segmentation.com.google.protobuf.Parser<AnnotationValue>
getParserForType()
int
getSerializedSize()
TextClassificationAnnotation
getTextClassificationAnnotation()
Annotation value for text classification case.TextClassificationAnnotationOrBuilder
getTextClassificationAnnotationOrBuilder()
Annotation value for text classification case.TextEntityExtractionAnnotation
getTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.TextEntityExtractionAnnotationOrBuilder
getTextEntityExtractionAnnotationOrBuilder()
Annotation value for text entity extraction case.AnnotationValue.ValueTypeCase
getValueTypeCase()
VideoClassificationAnnotation
getVideoClassificationAnnotation()
Annotation value for video classification case.VideoClassificationAnnotationOrBuilder
getVideoClassificationAnnotationOrBuilder()
Annotation value for video classification case.VideoEventAnnotation
getVideoEventAnnotation()
Annotation value for video event case.VideoEventAnnotationOrBuilder
getVideoEventAnnotationOrBuilder()
Annotation value for video event case.VideoObjectTrackingAnnotation
getVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.VideoObjectTrackingAnnotationOrBuilder
getVideoObjectTrackingAnnotationOrBuilder()
Annotation value for video object detection and tracking case.int
hashCode()
boolean
hasImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.boolean
hasImageClassificationAnnotation()
Annotation value for image classification case.boolean
hasImagePolylineAnnotation()
Annotation value for image polyline cases.boolean
hasImageSegmentationAnnotation()
Annotation value for image segmentation.boolean
hasTextClassificationAnnotation()
Annotation value for text classification case.boolean
hasTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.boolean
hasVideoClassificationAnnotation()
Annotation value for video classification case.boolean
hasVideoEventAnnotation()
Annotation value for video event case.boolean
hasVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static AnnotationValue.Builder
newBuilder()
static AnnotationValue.Builder
newBuilder(AnnotationValue prototype)
AnnotationValue.Builder
newBuilderForType()
protected AnnotationValue.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AnnotationValue
parseDelimitedFrom(InputStream input)
static AnnotationValue
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
parseFrom(byte[] data)
static AnnotationValue
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
parseFrom(com.google.protobuf.ByteString data)
static AnnotationValue
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotationValue
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
parseFrom(InputStream input)
static AnnotationValue
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
parseFrom(ByteBuffer data)
static AnnotationValue
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AnnotationValue>
parser()
AnnotationValue.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
IMAGE_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
public static final int IMAGE_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_BOUNDING_POLY_ANNOTATION_FIELD_NUMBER
public static final int IMAGE_BOUNDING_POLY_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_POLYLINE_ANNOTATION_FIELD_NUMBER
public static final int IMAGE_POLYLINE_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMAGE_SEGMENTATION_ANNOTATION_FIELD_NUMBER
public static final int IMAGE_SEGMENTATION_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
public static final int TEXT_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_ENTITY_EXTRACTION_ANNOTATION_FIELD_NUMBER
public static final int TEXT_ENTITY_EXTRACTION_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
public static final int VIDEO_CLASSIFICATION_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_OBJECT_TRACKING_ANNOTATION_FIELD_NUMBER
public static final int VIDEO_OBJECT_TRACKING_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_EVENT_ANNOTATION_FIELD_NUMBER
public static final int VIDEO_EVENT_ANNOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getValueTypeCase
public AnnotationValue.ValueTypeCase getValueTypeCase()
- Specified by:
getValueTypeCase
in interfaceAnnotationValueOrBuilder
-
hasImageClassificationAnnotation
public boolean hasImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
- Specified by:
hasImageClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the imageClassificationAnnotation field is set.
-
getImageClassificationAnnotation
public ImageClassificationAnnotation getImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
- Specified by:
getImageClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The imageClassificationAnnotation.
-
getImageClassificationAnnotationOrBuilder
public ImageClassificationAnnotationOrBuilder getImageClassificationAnnotationOrBuilder()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
- Specified by:
getImageClassificationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasImageBoundingPolyAnnotation
public boolean hasImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
- Specified by:
hasImageBoundingPolyAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the imageBoundingPolyAnnotation field is set.
-
getImageBoundingPolyAnnotation
public ImageBoundingPolyAnnotation getImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
- Specified by:
getImageBoundingPolyAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The imageBoundingPolyAnnotation.
-
getImageBoundingPolyAnnotationOrBuilder
public ImageBoundingPolyAnnotationOrBuilder getImageBoundingPolyAnnotationOrBuilder()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
- Specified by:
getImageBoundingPolyAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasImagePolylineAnnotation
public boolean hasImagePolylineAnnotation()
Annotation value for image polyline cases. Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.
.google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
- Specified by:
hasImagePolylineAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the imagePolylineAnnotation field is set.
-
getImagePolylineAnnotation
public ImagePolylineAnnotation getImagePolylineAnnotation()
Annotation value for image polyline cases. Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.
.google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
- Specified by:
getImagePolylineAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The imagePolylineAnnotation.
-
getImagePolylineAnnotationOrBuilder
public ImagePolylineAnnotationOrBuilder getImagePolylineAnnotationOrBuilder()
Annotation value for image polyline cases. Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.
.google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
- Specified by:
getImagePolylineAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasImageSegmentationAnnotation
public boolean hasImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
- Specified by:
hasImageSegmentationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the imageSegmentationAnnotation field is set.
-
getImageSegmentationAnnotation
public ImageSegmentationAnnotation getImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
- Specified by:
getImageSegmentationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The imageSegmentationAnnotation.
-
getImageSegmentationAnnotationOrBuilder
public ImageSegmentationAnnotationOrBuilder getImageSegmentationAnnotationOrBuilder()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
- Specified by:
getImageSegmentationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasTextClassificationAnnotation
public boolean hasTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
- Specified by:
hasTextClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the textClassificationAnnotation field is set.
-
getTextClassificationAnnotation
public TextClassificationAnnotation getTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
- Specified by:
getTextClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The textClassificationAnnotation.
-
getTextClassificationAnnotationOrBuilder
public TextClassificationAnnotationOrBuilder getTextClassificationAnnotationOrBuilder()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
- Specified by:
getTextClassificationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasTextEntityExtractionAnnotation
public boolean hasTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
- Specified by:
hasTextEntityExtractionAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the textEntityExtractionAnnotation field is set.
-
getTextEntityExtractionAnnotation
public TextEntityExtractionAnnotation getTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
- Specified by:
getTextEntityExtractionAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The textEntityExtractionAnnotation.
-
getTextEntityExtractionAnnotationOrBuilder
public TextEntityExtractionAnnotationOrBuilder getTextEntityExtractionAnnotationOrBuilder()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
- Specified by:
getTextEntityExtractionAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasVideoClassificationAnnotation
public boolean hasVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
- Specified by:
hasVideoClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the videoClassificationAnnotation field is set.
-
getVideoClassificationAnnotation
public VideoClassificationAnnotation getVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
- Specified by:
getVideoClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The videoClassificationAnnotation.
-
getVideoClassificationAnnotationOrBuilder
public VideoClassificationAnnotationOrBuilder getVideoClassificationAnnotationOrBuilder()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
- Specified by:
getVideoClassificationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasVideoObjectTrackingAnnotation
public boolean hasVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
- Specified by:
hasVideoObjectTrackingAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the videoObjectTrackingAnnotation field is set.
-
getVideoObjectTrackingAnnotation
public VideoObjectTrackingAnnotation getVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
- Specified by:
getVideoObjectTrackingAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The videoObjectTrackingAnnotation.
-
getVideoObjectTrackingAnnotationOrBuilder
public VideoObjectTrackingAnnotationOrBuilder getVideoObjectTrackingAnnotationOrBuilder()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
- Specified by:
getVideoObjectTrackingAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasVideoEventAnnotation
public boolean hasVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
- Specified by:
hasVideoEventAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the videoEventAnnotation field is set.
-
getVideoEventAnnotation
public VideoEventAnnotation getVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
- Specified by:
getVideoEventAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The videoEventAnnotation.
-
getVideoEventAnnotationOrBuilder
public VideoEventAnnotationOrBuilder getVideoEventAnnotationOrBuilder()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
- Specified by:
getVideoEventAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AnnotationValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotationValue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotationValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotationValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotationValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotationValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotationValue parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnnotationValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnnotationValue parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnnotationValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AnnotationValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnnotationValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AnnotationValue.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AnnotationValue.Builder newBuilder()
-
newBuilder
public static AnnotationValue.Builder newBuilder(AnnotationValue prototype)
-
toBuilder
public AnnotationValue.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AnnotationValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AnnotationValue getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AnnotationValue> parser()
-
getParserForType
public com.google.protobuf.Parser<AnnotationValue> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AnnotationValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-