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.Builder
Example.Builder. addAnnotationsBuilder()
Output only.Annotation.Builder
Example.Builder. addAnnotationsBuilder(int index)
Output only.Annotation.Builder
Annotation.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Annotation.Builder
Annotation.Builder. clear()
Annotation.Builder
Annotation.Builder. clearAnnotationMetadata()
Output only.Annotation.Builder
Annotation.Builder. clearAnnotationSentiment()
Output only.Annotation.Builder
Annotation.Builder. clearAnnotationSource()
Output only.Annotation.Builder
Annotation.Builder. clearAnnotationValue()
Output only.Annotation.Builder
Annotation.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Annotation.Builder
Annotation.Builder. clearName()
Output only.Annotation.Builder
Annotation.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Annotation.Builder
Annotation.Builder. clone()
Annotation.Builder
Example.Builder. getAnnotationsBuilder(int index)
Output only.Annotation.Builder
Annotation.Builder. mergeAnnotationMetadata(AnnotationMetadata value)
Output only.Annotation.Builder
Annotation.Builder. mergeAnnotationValue(AnnotationValue value)
Output only.Annotation.Builder
Annotation.Builder. mergeFrom(Annotation other)
Annotation.Builder
Annotation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Annotation.Builder
Annotation.Builder. mergeFrom(com.google.protobuf.Message other)
Annotation.Builder
Annotation.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Annotation.Builder
Annotation. newBuilder()
static Annotation.Builder
Annotation. newBuilder(Annotation prototype)
Annotation.Builder
Annotation. newBuilderForType()
protected Annotation.Builder
Annotation. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Annotation.Builder
Annotation.Builder. setAnnotationMetadata(AnnotationMetadata value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationMetadata(AnnotationMetadata.Builder builderForValue)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationSentiment(AnnotationSentiment value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationSentimentValue(int value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationSource(AnnotationSource value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationSourceValue(int value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationValue(AnnotationValue value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationValue(AnnotationValue.Builder builderForValue)
Output only.Annotation.Builder
Annotation.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Annotation.Builder
Annotation.Builder. setName(String value)
Output only.Annotation.Builder
Annotation.Builder. setNameBytes(com.google.protobuf.ByteString value)
Output only.Annotation.Builder
Annotation.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Annotation.Builder
Annotation.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Annotation.Builder
Annotation. 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.Builder
Example.Builder. addAnnotations(int index, Annotation.Builder builderForValue)
Output only.Example.Builder
Example.Builder. addAnnotations(Annotation.Builder builderForValue)
Output only.Example.Builder
Example.Builder. setAnnotations(int index, Annotation.Builder builderForValue)
Output only.
-