Class AnnotationSpec.Builder (2.83.0)

public static final class AnnotationSpec.Builder extends GeneratedMessage.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
Type Description
Descriptor

Methods

build()

public AnnotationSpec build()
Returns
Type Description
AnnotationSpec

buildPartial()

public AnnotationSpec buildPartial()
Returns
Type Description
AnnotationSpec

clear()

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

This builder for chaining.

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
Type Description
AnnotationSpec.Builder

This builder for chaining.

getDefaultInstanceForType()

public AnnotationSpec getDefaultInstanceForType()
Returns
Type Description
AnnotationSpec

getDescriptorForType()

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

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
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AnnotationSpec other)

public AnnotationSpec.Builder mergeFrom(AnnotationSpec other)
Parameter
Name Description
other AnnotationSpec
Returns
Type Description
AnnotationSpec.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AnnotationSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnnotationSpec.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AnnotationSpec.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value String

The displayName to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
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
Name Description
value int

The exampleCount to set.

Returns
Type Description
AnnotationSpec.Builder

This builder for chaining.

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
Type Description
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
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
AnnotationSpec.Builder

This builder for chaining.