public static final class CategoryStats.SingleCategoryStats.Builder extends GeneratedMessage.Builder<CategoryStats.SingleCategoryStats.Builder> implements CategoryStats.SingleCategoryStatsOrBuilderThe statistics of a single CATEGORY value.
Protobuf type google.cloud.automl.v1beta1.CategoryStats.SingleCategoryStats
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CategoryStats.SingleCategoryStats.BuilderImplements
CategoryStats.SingleCategoryStatsOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| 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 |
|
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 |
longThe 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 |
StringThe 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 |
ByteStringThe bytes for value to set. |
| Returns | |
|---|---|
| Type | Description |
CategoryStats.SingleCategoryStats.Builder |
This builder for chaining. |