Skip to content

Commit d997b2c

Browse files
feat(monitoring): update the api
#### monitoring:v1 The following keys were added: - schemas.DataSet.properties.targetAxis.type (Total Keys: 1) - schemas.Threshold.properties.targetAxis.type (Total Keys: 1) - schemas.XyChart.properties.y2Axis.$ref (Total Keys: 1)
1 parent f1a2e96 commit d997b2c

File tree

5 files changed

+232
-32
lines changed

5 files changed

+232
-32
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
8686
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
87-
<p class="firstline">Returns a specific Metrics Scope.</p>
87+
<p class="firstline">Returns a specific Metrics Scope, including the list of projects monitored by the specified Metrics Scope.</p>
8888
<p class="toc_element">
8989
<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>
@@ -96,7 +96,7 @@ <h3>Method Details</h3>
9696

9797
<div class="method">
9898
<code class="details" id="get">get(name, x__xgafv=None)</code>
99-
<pre>Returns a specific Metrics Scope.
99+
<pre>Returns a specific Metrics Scope, including the list of projects monitored by the specified Metrics Scope.
100100

101101
Args:
102102
name: string, Required. The resource name of the Metrics Scope. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER} (required)

0 commit comments

Comments
 (0)