Reference documentation and code samples for the Google Cloud Database Center V1beta Client class AggregateFleetRow.
Individual row grouped by a particular dimension.
Generated from protobuf message google.cloud.databasecenter.v1beta.AggregateFleetRow
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dimension
↳ resource_groups_count
int
Number of resource groups that have a particular dimension.
↳ resources_count
int
Number of resources that have a particular dimension.
↳ delta_details
DeltaDetails
Optional. Delta counts and details of resources which were added to/deleted from fleet.
getDimension
Group by dimension.
setDimension
Group by dimension.
$this
getResourceGroupsCount
Number of resource groups that have a particular dimension.
int
setResourceGroupsCount
Number of resource groups that have a particular dimension.
var
int
$this
getResourcesCount
Number of resources that have a particular dimension.
int
setResourcesCount
Number of resources that have a particular dimension.
var
int
$this
getDeltaDetails
Optional. Delta counts and details of resources which were added to/deleted from fleet.
hasDeltaDetails
clearDeltaDetails
setDeltaDetails
Optional. Delta counts and details of resources which were added to/deleted from fleet.
$this

