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.
| JSON representation |
|---|
{ "increasedResources": [ { object ( |
| Fields | |
|---|---|
increasedResources[] |
Details of resources that have increased. |
decreasedResources[] |
Details of resources that have decreased. |
ResourceDetails
Capture the resource details for resources that are included in the delta counts.
| JSON representation |
|---|
{
"fullResourceName": string,
"container": string,
"product": {
object ( |
| Fields | |
|---|---|
fullResourceName |
Full resource name of the resource. |
container |
Specifies where the resource is created. For Google Cloud resources, it is the full name of the project. |
product |
Product type of the resource. |
location |
Location of the resource. |