Package com.google.cloud.automl.v1beta1
Interface CategoryStats.SingleCategoryStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CategoryStats.SingleCategoryStats
,CategoryStats.SingleCategoryStats.Builder
- Enclosing class:
- CategoryStats
public static interface CategoryStats.SingleCategoryStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCount()
The number of occurrences of this value in the series.String
getValue()
The CATEGORY value.com.google.protobuf.ByteString
getValueBytes()
The CATEGORY value.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValue
String getValue()
The CATEGORY value.
string value = 1;
- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
The CATEGORY value.
string value = 1;
- Returns:
- The bytes for value.
-
getCount
long getCount()
The number of occurrences of this value in the series.
int64 count = 2;
- Returns:
- The count.
-
-