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.BuilderAnnotationSpec.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AnnotationSpec.BuilderAnnotationSpec.Builder. clear()AnnotationSpec.BuilderAnnotationSpec.Builder. clearDisplayName()Required.AnnotationSpec.BuilderAnnotationSpec.Builder. clearExampleCount()Output only.AnnotationSpec.BuilderAnnotationSpec.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)AnnotationSpec.BuilderAnnotationSpec.Builder. clearName()Output only.AnnotationSpec.BuilderAnnotationSpec.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AnnotationSpec.BuilderAnnotationSpec.Builder. clone()AnnotationSpec.BuilderAnnotationSpec.Builder. mergeFrom(AnnotationSpec other)AnnotationSpec.BuilderAnnotationSpec.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AnnotationSpec.BuilderAnnotationSpec.Builder. mergeFrom(com.google.protobuf.Message other)AnnotationSpec.BuilderAnnotationSpec.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static AnnotationSpec.BuilderAnnotationSpec. newBuilder()static AnnotationSpec.BuilderAnnotationSpec. newBuilder(AnnotationSpec prototype)AnnotationSpec.BuilderAnnotationSpec. newBuilderForType()protected AnnotationSpec.BuilderAnnotationSpec. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)AnnotationSpec.BuilderAnnotationSpec.Builder. setDisplayName(String value)Required.AnnotationSpec.BuilderAnnotationSpec.Builder. setDisplayNameBytes(com.google.protobuf.ByteString value)Required.AnnotationSpec.BuilderAnnotationSpec.Builder. setExampleCount(int value)Output only.AnnotationSpec.BuilderAnnotationSpec.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AnnotationSpec.BuilderAnnotationSpec.Builder. setName(String value)Output only.AnnotationSpec.BuilderAnnotationSpec.Builder. setNameBytes(com.google.protobuf.ByteString value)Output only.AnnotationSpec.BuilderAnnotationSpec.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AnnotationSpec.BuilderAnnotationSpec.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AnnotationSpec.BuilderAnnotationSpec. toBuilder()
-