Send feedback
Class AnnotationSpec.Builder (2.3.14)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.14 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.v1beta1.AnnotationSpec
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public AnnotationSpec build ()
Returns
buildPartial()
public AnnotationSpec buildPartial ()
Returns
clear()
public AnnotationSpec . Builder clear ()
Returns
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;
Returns
clearExampleCount()
public AnnotationSpec . Builder clearExampleCount ()
Output only. The number of examples in the parent dataset
labeled by the annotation spec.
int32 example_count = 9;
Returns
clearField(Descriptors.FieldDescriptor field)
public AnnotationSpec . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
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;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public AnnotationSpec . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public AnnotationSpec . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public AnnotationSpec getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(AnnotationSpec other)
public AnnotationSpec . Builder mergeFrom ( AnnotationSpec other )
Parameter
Returns
public AnnotationSpec . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public AnnotationSpec . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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.
Returns
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.
Returns
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.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public AnnotationSpec . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
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.
Returns
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.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnnotationSpec . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AnnotationSpec . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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."],[],[]]