Google Cloud Database Center V1beta Client - Class AggregateFleetRow (0.3.1)

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 \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ dimension array<Dimension>

Group by 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.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDimension

Group by dimension.

Parameter
Name Description
var array<Dimension>
Returns
Type Description
$this

getResourceGroupsCount

Number of resource groups that have a particular dimension.

Returns
Type Description
int

setResourceGroupsCount

Number of resource groups that have a particular dimension.

Parameter
Name Description
var int
Returns
Type Description
$this

getResourcesCount

Number of resources that have a particular dimension.

Returns
Type Description
int

setResourcesCount

Number of resources that have a particular dimension.

Parameter
Name Description
var int
Returns
Type Description
$this

getDeltaDetails

Optional. Delta counts and details of resources which were added to/deleted from fleet.

Returns
Type Description
DeltaDetails|null

hasDeltaDetails

clearDeltaDetails

setDeltaDetails

Optional. Delta counts and details of resources which were added to/deleted from fleet.

Parameter
Name Description
var DeltaDetails
Returns
Type Description
$this