Skip to content

Commit 986d1c8

Browse files
feat(monitoring): update the api
#### monitoring:v1 The following keys were added: - schemas.MonitoredProject.properties.isTombstoned (Total Keys: 2)
1 parent eecb558 commit 986d1c8

4 files changed

+34
-26
lines changed

docs/dyn/monitoring_v1.locations.global_.metricsScopes.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h3>Method Details</h3>
113113
&quot;monitoredProjects&quot;: [ # Output only. The list of projects monitored by this Metrics Scope.
114114
{ # A project being monitored (https://cloud.google.com/monitoring/settings/multiple-projects#create-multi) by a Metrics Scope.
115115
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this MonitoredProject was created.
116+
&quot;isTombstoned&quot;: True or False, # Output only. Set if the project has been tombstoned by the user.
116117
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
117118
},
118119
],
@@ -142,6 +143,7 @@ <h3>Method Details</h3>
142143
&quot;monitoredProjects&quot;: [ # Output only. The list of projects monitored by this Metrics Scope.
143144
{ # A project being monitored (https://cloud.google.com/monitoring/settings/multiple-projects#create-multi) by a Metrics Scope.
144145
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this MonitoredProject was created.
146+
&quot;isTombstoned&quot;: True or False, # Output only. Set if the project has been tombstoned by the user.
145147
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
146148
},
147149
],

docs/dyn/monitoring_v1.locations.global_.metricsScopes.projects.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ <h3>Method Details</h3>
100100

101101
{ # A project being monitored (https://cloud.google.com/monitoring/settings/multiple-projects#create-multi) by a Metrics Scope.
102102
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this MonitoredProject was created.
103+
&quot;isTombstoned&quot;: True or False, # Output only. Set if the project has been tombstoned by the user.
103104
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
104105
}
105106

0 commit comments

Comments
 (0)