Reference documentation and code samples for the Google Cloud Maintenance Api V1 Client class Aggregate.
Aggregate is a <group, count> pair.
Generated from protobuf message google.cloud.maintenance.api.v1.MaintenanceSummary.Aggregate
Namespace
Google \ Cloud \ Maintenance \ Api \ V1 \ MaintenanceSummaryMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ group
string
Specifies what specific value of the group_by the count represents. For example if group_by is "state"
its corresponding group could be "SCHEDULED"
.
↳ count
int|string
The count of the group.
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
setGroup
Specifies what specific value of the group_by the count represents. For
example if group_by is "state"
its corresponding group could be "SCHEDULED"
.
var
string
$this
getCount
The count of the group.
int|string
setCount
The count of the group.
var
int|string
$this

