Uses of Class
com.google.cloud.automl.v1beta1.AnnotationSpec.Builder
-
Packages that use AnnotationSpec.Builder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of AnnotationSpec.Builder in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return AnnotationSpec.Builder Modifier and Type Method Description AnnotationSpec.Builder
AnnotationSpec.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AnnotationSpec.Builder
AnnotationSpec.Builder. clear()
AnnotationSpec.Builder
AnnotationSpec.Builder. clearDisplayName()
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. clearExampleCount()
Output only.AnnotationSpec.Builder
AnnotationSpec.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AnnotationSpec.Builder
AnnotationSpec.Builder. clearName()
Output only.AnnotationSpec.Builder
AnnotationSpec.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AnnotationSpec.Builder
AnnotationSpec.Builder. clone()
AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(AnnotationSpec other)
AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(com.google.protobuf.Message other)
AnnotationSpec.Builder
AnnotationSpec.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static AnnotationSpec.Builder
AnnotationSpec. newBuilder()
static AnnotationSpec.Builder
AnnotationSpec. newBuilder(AnnotationSpec prototype)
AnnotationSpec.Builder
AnnotationSpec. newBuilderForType()
protected AnnotationSpec.Builder
AnnotationSpec. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
AnnotationSpec.Builder
AnnotationSpec.Builder. setDisplayName(String value)
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. setDisplayNameBytes(com.google.protobuf.ByteString value)
Required.AnnotationSpec.Builder
AnnotationSpec.Builder. setExampleCount(int value)
Output only.AnnotationSpec.Builder
AnnotationSpec.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AnnotationSpec.Builder
AnnotationSpec.Builder. setName(String value)
Output only.AnnotationSpec.Builder
AnnotationSpec.Builder. setNameBytes(com.google.protobuf.ByteString value)
Output only.AnnotationSpec.Builder
AnnotationSpec.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AnnotationSpec.Builder
AnnotationSpec.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AnnotationSpec.Builder
AnnotationSpec. toBuilder()
-