public static interface MaintenanceSummary.AggregateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCount()
public abstract long getCount()The count of the group.
int64 count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The count. |
getGroup()
public abstract String getGroup() Specifies what specific value of the group_by the count represents. For
example if group_by is "state" its corresponding group could be
"SCHEDULED".
string group = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public abstract ByteString getGroupBytes() Specifies what specific value of the group_by the count represents. For
example if group_by is "state" its corresponding group could be
"SCHEDULED".
string group = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |