Class AnnotationSpec.Builder (2.37.0)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AnnotationSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AnnotationSpec.Builder
Overrides

build()

public AnnotationSpec build()
Returns
TypeDescription
AnnotationSpec

buildPartial()

public AnnotationSpec buildPartial()
Returns
TypeDescription
AnnotationSpec

clear()

public AnnotationSpec.Builder clear()
Returns
TypeDescription
AnnotationSpec.Builder
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
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

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
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AnnotationSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AnnotationSpec.Builder
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
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AnnotationSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AnnotationSpec.Builder
Overrides

clone()

public AnnotationSpec.Builder clone()
Returns
TypeDescription
AnnotationSpec.Builder
Overrides

getDefaultInstanceForType()

public AnnotationSpec getDefaultInstanceForType()
Returns
TypeDescription
AnnotationSpec

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The exampleCount.

getName()

public String 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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AnnotationSpec other)

public AnnotationSpec.Builder mergeFrom(AnnotationSpec other)
Parameter
NameDescription
otherAnnotationSpec
Returns
TypeDescription
AnnotationSpec.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AnnotationSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnnotationSpec.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AnnotationSpec.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AnnotationSpec.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AnnotationSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AnnotationSpec.Builder
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
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

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
NameDescription
valueint

The exampleCount to set.

Returns
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AnnotationSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AnnotationSpec.Builder
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
AnnotationSpec.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AnnotationSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AnnotationSpec.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AnnotationSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AnnotationSpec.Builder
Overrides