Uses of Class
com.google.cloud.datalabeling.v1beta1.Annotation.Builder
-
Packages that use Annotation.Builder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of Annotation.Builder in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return Annotation.Builder Modifier and Type Method Description Annotation.BuilderExample.Builder. addAnnotationsBuilder()Output only.Annotation.BuilderExample.Builder. addAnnotationsBuilder(int index)Output only.Annotation.BuilderAnnotation.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Annotation.BuilderAnnotation.Builder. clear()Annotation.BuilderAnnotation.Builder. clearAnnotationMetadata()Output only.Annotation.BuilderAnnotation.Builder. clearAnnotationSentiment()Output only.Annotation.BuilderAnnotation.Builder. clearAnnotationSource()Output only.Annotation.BuilderAnnotation.Builder. clearAnnotationValue()Output only.Annotation.BuilderAnnotation.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Annotation.BuilderAnnotation.Builder. clearName()Output only.Annotation.BuilderAnnotation.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Annotation.BuilderAnnotation.Builder. clone()Annotation.BuilderExample.Builder. getAnnotationsBuilder(int index)Output only.Annotation.BuilderAnnotation.Builder. mergeAnnotationMetadata(AnnotationMetadata value)Output only.Annotation.BuilderAnnotation.Builder. mergeAnnotationValue(AnnotationValue value)Output only.Annotation.BuilderAnnotation.Builder. mergeFrom(Annotation other)Annotation.BuilderAnnotation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Annotation.BuilderAnnotation.Builder. mergeFrom(com.google.protobuf.Message other)Annotation.BuilderAnnotation.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Annotation.BuilderAnnotation. newBuilder()static Annotation.BuilderAnnotation. newBuilder(Annotation prototype)Annotation.BuilderAnnotation. newBuilderForType()protected Annotation.BuilderAnnotation. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Annotation.BuilderAnnotation.Builder. setAnnotationMetadata(AnnotationMetadata value)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationMetadata(AnnotationMetadata.Builder builderForValue)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationSentiment(AnnotationSentiment value)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationSentimentValue(int value)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationSource(AnnotationSource value)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationSourceValue(int value)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationValue(AnnotationValue value)Output only.Annotation.BuilderAnnotation.Builder. setAnnotationValue(AnnotationValue.Builder builderForValue)Output only.Annotation.BuilderAnnotation.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Annotation.BuilderAnnotation.Builder. setName(String value)Output only.Annotation.BuilderAnnotation.Builder. setNameBytes(com.google.protobuf.ByteString value)Output only.Annotation.BuilderAnnotation.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Annotation.BuilderAnnotation.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Annotation.BuilderAnnotation. toBuilder()Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type Annotation.Builder Modifier and Type Method Description List<Annotation.Builder>Example.Builder. getAnnotationsBuilderList()Output only.Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type Annotation.Builder Modifier and Type Method Description Example.BuilderExample.Builder. addAnnotations(int index, Annotation.Builder builderForValue)Output only.Example.BuilderExample.Builder. addAnnotations(Annotation.Builder builderForValue)Output only.Example.BuilderExample.Builder. setAnnotations(int index, Annotation.Builder builderForValue)Output only.
-