Skip to content

Commit

Permalink
feat(monitoring): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Aug 17, 2021
1 parent f1a2e96 commit d997b2c
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 32 deletions.
4 changes: 2 additions & 2 deletions docs/dyn/monitoring_v1.locations.global_.metricsScopes.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a specific Metrics Scope.</p>
<p class="firstline">Returns a specific Metrics Scope, including the list of projects monitored by the specified Metrics Scope.</p>
<p class="toc_element">
<code><a href="#listMetricsScopesByMonitoredProject">listMetricsScopesByMonitoredProject(monitoredResourceContainer=None, x__xgafv=None)</a></code></p>
<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>
Expand All @@ -96,7 +96,7 @@ <h3>Method Details</h3>

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

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

0 comments on commit d997b2c

Please sign in to comment.