Skip to content

Commit 75a5ced

Browse files
feat(monitoring): update the api
#### monitoring:v1 The following keys were deleted: - resources.locations.resources.global.resources.metricsScopes.methods.listMetricScopesByMonitoredProject (Total Keys: 9) The following keys were added: - resources.locations.resources.global.resources.metricsScopes.methods.listMetricsScopesByMonitoredProject (Total Keys: 9)
1 parent 32fc458 commit 75a5ced

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>Instance Methods</h2>
8686
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Returns a specific Metrics Scope.</p>
8888
<p class="toc_element">
89-
<code><a href="#listMetricScopesByMonitoredProject">listMetricScopesByMonitoredProject(monitoredResourceContainer=None, x__xgafv=None)</a></code></p>
89+
<code><a href="#listMetricsScopesByMonitoredProject">listMetricsScopesByMonitoredProject(monitoredResourceContainer=None, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Returns a list of every Metrics Scope that a specific MonitoredProject has been added to. The metrics scope representing the specified monitored project will always be the first entry in the response.</p>
9191
<h3>Method Details</h3>
9292
<div class="method">
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122122
</div>
123123

124124
<div class="method">
125-
<code class="details" id="listMetricScopesByMonitoredProject">listMetricScopesByMonitoredProject(monitoredResourceContainer=None, x__xgafv=None)</code>
125+
<code class="details" id="listMetricsScopesByMonitoredProject">listMetricsScopesByMonitoredProject(monitoredResourceContainer=None, x__xgafv=None)</code>
126126
<pre>Returns a list of every Metrics Scope that a specific MonitoredProject has been added to. The metrics scope representing the specified monitored project will always be the first entry in the response.
127127

128128
Args:

googleapiclient/discovery_cache/documents/monitoring.v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@
147147
"https://www.googleapis.com/auth/monitoring.read"
148148
]
149149
},
150-
"listMetricScopesByMonitoredProject": {
150+
"listMetricsScopesByMonitoredProject": {
151151
"description": "Returns a list of every Metrics Scope that a specific MonitoredProject has been added to. The metrics scope representing the specified monitored project will always be the first entry in the response.",
152-
"flatPath": "v1/locations/global/metricsScopes:listMetricScopesByMonitoredProject",
152+
"flatPath": "v1/locations/global/metricsScopes:listMetricsScopesByMonitoredProject",
153153
"httpMethod": "GET",
154-
"id": "monitoring.locations.global.metricsScopes.listMetricScopesByMonitoredProject",
154+
"id": "monitoring.locations.global.metricsScopes.listMetricsScopesByMonitoredProject",
155155
"parameterOrder": [],
156156
"parameters": {
157157
"monitoredResourceContainer": {
@@ -160,7 +160,7 @@
160160
"type": "string"
161161
}
162162
},
163-
"path": "v1/locations/global/metricsScopes:listMetricScopesByMonitoredProject",
163+
"path": "v1/locations/global/metricsScopes:listMetricsScopesByMonitoredProject",
164164
"response": {
165165
"$ref": "ListMetricsScopesByMonitoredProjectResponse"
166166
},
@@ -441,7 +441,7 @@
441441
}
442442
}
443443
},
444-
"revision": "20210720",
444+
"revision": "20210727",
445445
"rootUrl": "https://monitoring.googleapis.com/",
446446
"schemas": {
447447
"Aggregation": {

googleapiclient/discovery_cache/documents/monitoring.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@
25412541
}
25422542
}
25432543
},
2544-
"revision": "20210720",
2544+
"revision": "20210727",
25452545
"rootUrl": "https://monitoring.googleapis.com/",
25462546
"schemas": {
25472547
"Aggregation": {

0 commit comments

Comments
 (0)