Uses of Class
com.google.cloud.datalabeling.v1beta1.Annotation
-
Packages that use Annotation Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of Annotation in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return Annotation Modifier and Type Method Description Annotation
Annotation.Builder. build()
Annotation
Annotation.Builder. buildPartial()
Annotation
Example.Builder. getAnnotations(int index)
Output only.Annotation
Example. getAnnotations(int index)
Output only.Annotation
ExampleOrBuilder. getAnnotations(int index)
Output only.static Annotation
Annotation. getDefaultInstance()
Annotation
Annotation.Builder. getDefaultInstanceForType()
Annotation
Annotation. getDefaultInstanceForType()
static Annotation
Annotation. parseDelimitedFrom(InputStream input)
static Annotation
Annotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(byte[] data)
static Annotation
Annotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(com.google.protobuf.ByteString data)
static Annotation
Annotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(com.google.protobuf.CodedInputStream input)
static Annotation
Annotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(InputStream input)
static Annotation
Annotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(ByteBuffer data)
static Annotation
Annotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>
Example.Builder. getAnnotationsList()
Output only.List<Annotation>
Example. getAnnotationsList()
Output only.List<Annotation>
ExampleOrBuilder. getAnnotationsList()
Output only.com.google.protobuf.Parser<Annotation>
Annotation. getParserForType()
static com.google.protobuf.Parser<Annotation>
Annotation. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type Annotation Modifier and Type Method Description Example.Builder
Example.Builder. addAnnotations(int index, Annotation value)
Output only.Example.Builder
Example.Builder. addAnnotations(Annotation value)
Output only.Annotation.Builder
Annotation.Builder. mergeFrom(Annotation other)
static Annotation.Builder
Annotation. newBuilder(Annotation prototype)
Example.Builder
Example.Builder. setAnnotations(int index, Annotation value)
Output only.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type Annotation Modifier and Type Method Description Example.Builder
Example.Builder. addAllAnnotations(Iterable<? extends Annotation> values)
Output only.
-