Reference documentation and code samples for the Google Cloud Database Center V1beta Client class DeltaDetails.
Captures the details of items that have increased or decreased in some bucket when compared to some point in history.
It is currently used to capture the delta of resources that have been added or removed in the fleet as well as to capture the resources that have a change in Issue/Signal status.
Generated from protobuf message google.cloud.databasecenter.v1beta.DeltaDetails
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ increased_resources |
array<ResourceDetails>
Details of resources that have increased. |
↳ decreased_resources |
array<ResourceDetails>
Details of resources that have decreased. |
getIncreasedResources
Details of resources that have increased.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setIncreasedResources
Details of resources that have increased.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ResourceDetails>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDecreasedResources
Details of resources that have decreased.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDecreasedResources
Details of resources that have decreased.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ResourceDetails>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|