Class CategoryStats.SingleCategoryStats.Builder (2.83.0)

public static final class CategoryStats.SingleCategoryStats.Builder extends GeneratedMessage.Builder<CategoryStats.SingleCategoryStats.Builder> implements CategoryStats.SingleCategoryStatsOrBuilder

The statistics of a single CATEGORY value.

Protobuf type google.cloud.automl.v1beta1.CategoryStats.SingleCategoryStats

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CategoryStats.SingleCategoryStats build()
Returns
Type Description
CategoryStats.SingleCategoryStats

buildPartial()

public CategoryStats.SingleCategoryStats buildPartial()
Returns
Type Description
CategoryStats.SingleCategoryStats

clear()

public CategoryStats.SingleCategoryStats.Builder clear()
Returns
Type Description
CategoryStats.SingleCategoryStats.Builder
Overrides

clearCount()

public CategoryStats.SingleCategoryStats.Builder clearCount()

The number of occurrences of this value in the series.

int64 count = 2;

Returns
Type Description
CategoryStats.SingleCategoryStats.Builder

This builder for chaining.

clearValue()

public CategoryStats.SingleCategoryStats.Builder clearValue()

The CATEGORY value.

string value = 1;

Returns
Type Description
CategoryStats.SingleCategoryStats.Builder

This builder for chaining.

getCount()

public long getCount()

The number of occurrences of this value in the series.

int64 count = 2;

Returns
Type Description
long

The count.

getDefaultInstanceForType()

public CategoryStats.SingleCategoryStats getDefaultInstanceForType()
Returns
Type Description
CategoryStats.SingleCategoryStats

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getValue()

public String getValue()

The CATEGORY value.

string value = 1;

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

The CATEGORY value.

string value = 1;

Returns
Type Description
ByteString

The bytes for value.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CategoryStats.SingleCategoryStats other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public CategoryStats.SingleCategoryStats.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CategoryStats.SingleCategoryStats.Builder
Overrides

setCount(long value)

public CategoryStats.SingleCategoryStats.Builder setCount(long value)

The number of occurrences of this value in the series.

int64 count = 2;

Parameter
Name Description
value long

The count to set.

Returns
Type Description
CategoryStats.SingleCategoryStats.Builder

This builder for chaining.

setValue(String value)

public CategoryStats.SingleCategoryStats.Builder setValue(String value)

The CATEGORY value.

string value = 1;

Parameter
Name Description
value String

The value to set.

Returns
Type Description
CategoryStats.SingleCategoryStats.Builder

This builder for chaining.

setValueBytes(ByteString value)

public CategoryStats.SingleCategoryStats.Builder setValueBytes(ByteString value)

The CATEGORY value.

string value = 1;

Parameter
Name Description
value ByteString

The bytes for value to set.

Returns
Type Description
CategoryStats.SingleCategoryStats.Builder

This builder for chaining.