Uses of Class
com.google.cloud.datalabeling.v1beta1.AnnotationValue
-
Packages that use AnnotationValue Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of AnnotationValue in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return AnnotationValue Modifier and Type Method Description AnnotationValue
AnnotationValue.Builder. build()
AnnotationValue
AnnotationValue.Builder. buildPartial()
AnnotationValue
Annotation.Builder. getAnnotationValue()
Output only.AnnotationValue
Annotation. getAnnotationValue()
Output only.AnnotationValue
AnnotationOrBuilder. getAnnotationValue()
Output only.static AnnotationValue
AnnotationValue. getDefaultInstance()
AnnotationValue
AnnotationValue.Builder. getDefaultInstanceForType()
AnnotationValue
AnnotationValue. getDefaultInstanceForType()
static AnnotationValue
AnnotationValue. parseDelimitedFrom(InputStream input)
static AnnotationValue
AnnotationValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
AnnotationValue. parseFrom(byte[] data)
static AnnotationValue
AnnotationValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
AnnotationValue. parseFrom(com.google.protobuf.ByteString data)
static AnnotationValue
AnnotationValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
AnnotationValue. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotationValue
AnnotationValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
AnnotationValue. parseFrom(InputStream input)
static AnnotationValue
AnnotationValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationValue
AnnotationValue. parseFrom(ByteBuffer data)
static AnnotationValue
AnnotationValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type AnnotationValue Modifier and Type Method Description com.google.protobuf.Parser<AnnotationValue>
AnnotationValue. getParserForType()
static com.google.protobuf.Parser<AnnotationValue>
AnnotationValue. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type AnnotationValue Modifier and Type Method Description Annotation.Builder
Annotation.Builder. mergeAnnotationValue(AnnotationValue value)
Output only.AnnotationValue.Builder
AnnotationValue.Builder. mergeFrom(AnnotationValue other)
static AnnotationValue.Builder
AnnotationValue. newBuilder(AnnotationValue prototype)
Annotation.Builder
Annotation.Builder. setAnnotationValue(AnnotationValue value)
Output only.
-