public interface AggregateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCount()
public abstract int getCount()Required. Number of records in the group.
int32 count = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count. |
getGroup()
public abstract String getGroup()Required. Group by which to aggregate.
string group = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public abstract ByteString getGroupBytes()Required. Group by which to aggregate.
string group = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |