Reference documentation and code samples for the Google Cloud Maintenance Api V1beta Client class Stats.
Generated from protobuf message google.cloud.maintenance.api.v1beta.MaintenanceSummary.Stats
Namespace
Google \ Cloud \ Maintenance \ Api \ V1beta \ MaintenanceSummaryMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ group_by
string
groupBy specifies the type of aggregate. For example a group_by might be "state"
↳ aggregates
array< Aggregate
>
Aggregates is a list <group, count> pairs. For example, if the group_by is "state"
a possible tuple in the aggregates list could be "SCHEDULED" : 11
,
getGroupBy
groupBy specifies the type of aggregate.
For example a group_by might be "state"
string
setGroupBy
groupBy specifies the type of aggregate.
For example a group_by might be "state"
var
string
$this
getAggregates
Aggregates is a list <group, count> pairs. For example, if the
group_by is "state"
a possible tuple in the aggregates list could be
"SCHEDULED" : 11
,
setAggregates
Aggregates is a list <group, count> pairs. For example, if the
group_by is "state"
a possible tuple in the aggregates list could be
"SCHEDULED" : 11
,
$this

