Interface CategoryStats.SingleCategoryStatsOrBuilder (2.3.9)

public static interface CategoryStats.SingleCategoryStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

The number of occurrences of this value in the series.

int64 count = 2;

Returns
TypeDescription
long

The count.

getValue()

public abstract String getValue()

The CATEGORY value.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The CATEGORY value.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.