Send feedback
Class AnnotationSpec.Builder (2.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.40.0 keyboard_arrow_down
public static final class AnnotationSpec . Builder extends GeneratedMessageV3 . Builder<AnnotationSpec . Builder > implements AnnotationSpecOrBuilder
A definition of an annotation spec.
Protobuf type google.cloud.automl.v1.AnnotationSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public AnnotationSpec build ()
buildPartial()
public AnnotationSpec buildPartial ()
clear()
public AnnotationSpec . Builder clear ()
Overrides
clearDisplayName()
public AnnotationSpec . Builder clearDisplayName ()
Required. The name of the annotation spec to show in the interface. The name can be
up to 32 characters long and must match the regexp [a-zA-Z0-9_]+
.
string display_name = 2;
clearExampleCount()
public AnnotationSpec . Builder clearExampleCount ()
Output only. The number of examples in the parent dataset
labeled by the annotation spec.
int32 example_count = 9;
clearField(Descriptors.FieldDescriptor field)
public AnnotationSpec . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearName()
public AnnotationSpec . Builder clearName ()
Output only. Resource name of the annotation spec.
Form:
'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public AnnotationSpec . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public AnnotationSpec . Builder clone ()
Overrides
getDefaultInstanceForType()
public AnnotationSpec getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getDisplayName()
public String getDisplayName ()
Required. The name of the annotation spec to show in the interface. The name can be
up to 32 characters long and must match the regexp [a-zA-Z0-9_]+
.
string display_name = 2;
Returns Type Description String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Required. The name of the annotation spec to show in the interface. The name can be
up to 32 characters long and must match the regexp [a-zA-Z0-9_]+
.
string display_name = 2;
Returns Type Description ByteString
The bytes for displayName.
getExampleCount()
public int getExampleCount ()
Output only. The number of examples in the parent dataset
labeled by the annotation spec.
int32 example_count = 9;
Returns Type Description int
The exampleCount.
getName()
Output only. Resource name of the annotation spec.
Form:
'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
string name = 1;
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
Output only. Resource name of the annotation spec.
Form:
'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
string name = 1;
Returns Type Description ByteString
The bytes for name.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(AnnotationSpec other)
public AnnotationSpec . Builder mergeFrom ( AnnotationSpec other )
public AnnotationSpec . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public AnnotationSpec . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setDisplayName(String value)
public AnnotationSpec . Builder setDisplayName ( String value )
Required. The name of the annotation spec to show in the interface. The name can be
up to 32 characters long and must match the regexp [a-zA-Z0-9_]+
.
string display_name = 2;
Parameter Name Description value
String
The displayName to set.
setDisplayNameBytes(ByteString value)
public AnnotationSpec . Builder setDisplayNameBytes ( ByteString value )
Required. The name of the annotation spec to show in the interface. The name can be
up to 32 characters long and must match the regexp [a-zA-Z0-9_]+
.
string display_name = 2;
Parameter Name Description value
ByteString
The bytes for displayName to set.
setExampleCount(int value)
public AnnotationSpec . Builder setExampleCount ( int value )
Output only. The number of examples in the parent dataset
labeled by the annotation spec.
int32 example_count = 9;
Parameter Name Description value
int
The exampleCount to set.
setField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setName(String value)
public AnnotationSpec . Builder setName ( String value )
Output only. Resource name of the annotation spec.
Form:
'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
string name = 1;
Parameter Name Description value
String
The name to set.
setNameBytes(ByteString value)
public AnnotationSpec . Builder setNameBytes ( ByteString value )
Output only. Resource name of the annotation spec.
Form:
'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
string name = 1;
Parameter Name Description value
ByteString
The bytes for name to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnnotationSpec . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]