Skip to content

Commit 02d2bb8

Browse files
chore(monitoring): update the api
#### monitoring:v3 The following keys were added: - resources.folders.resources.timeSeries.methods.list (Total Keys: 48) - resources.organizations.resources.timeSeries.methods.list (Total Keys: 48) - schemas.IstioCanonicalService (Total Keys: 5) - schemas.NotificationChannel.properties.creationRecord (Total Keys: 1) - schemas.NotificationChannel.properties.mutationRecords (Total Keys: 2) - schemas.Service.properties.istioCanonicalService (Total Keys: 1)
1 parent 01ce9e3 commit 02d2bb8

11 files changed

+6004
-4520
lines changed

docs/dyn/monitoring_v3.folders.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="monitoring_v3.html">Cloud Monitoring API</a> . <a href="monitoring_v3.folders.html">folders</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="monitoring_v3.folders.timeSeries.html">timeSeries()</a></code>
79+
</p>
80+
<p class="firstline">Returns the timeSeries Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

docs/dyn/monitoring_v3.folders.timeSeries.html

Lines changed: 306 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/monitoring_v3.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@
7474

7575
<h1><a href="monitoring_v3.html">Cloud Monitoring API</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="monitoring_v3.folders.html">folders()</a></code>
79+
</p>
80+
<p class="firstline">Returns the folders Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="monitoring_v3.organizations.html">organizations()</a></code>
84+
</p>
85+
<p class="firstline">Returns the organizations Resource.</p>
86+
7787
<p class="toc_element">
7888
<code><a href="monitoring_v3.projects.html">projects()</a></code>
7989
</p>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="monitoring_v3.html">Cloud Monitoring API</a> . <a href="monitoring_v3.organizations.html">organizations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="monitoring_v3.organizations.timeSeries.html">timeSeries()</a></code>
79+
</p>
80+
<p class="firstline">Returns the timeSeries Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

docs/dyn/monitoring_v3.organizations.timeSeries.html

Lines changed: 306 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/monitoring_v3.projects.alertPolicies.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/dyn/monitoring_v3.projects.metricDescriptors.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/dyn/monitoring_v3.projects.notificationChannels.html

Lines changed: 70 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/monitoring_v3.projects.timeSeries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h3>Method Details</h3>
208208
<pre>Lists time series that match a filter. This method does not require a Workspace.
209209

210210
Args:
211-
name: string, Required. The project on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)
211+
name: string, Required. The project, organization or folder on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] (required)
212212
aggregation_alignmentPeriod: string, The alignment_period specifies a time interval, in seconds, that is used to divide the data in all the time series into consistent blocks of time. This will be done before the per-series aligner can be applied to the data.The value must be at least 60 seconds. If a per-series aligner other than ALIGN_NONE is specified, this field is required or an error is returned. If no per-series aligner is specified, or the aligner ALIGN_NONE is specified, then this field is ignored.The maximum value of the alignment_period is 104 weeks (2 years) for charts, and 90,000 seconds (25 hours) for alerting policies.
213213
aggregation_crossSeriesReducer: string, The reduction operation to be used to combine time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.Not all reducer operations can be applied to all time series. The valid choices depend on the metric_kind and the value_type of the original time series. Reduction can yield a time series with a different metric_kind or value_type than the input time series.Time series data must first be aligned (see per_series_aligner) in order to perform cross-time series reduction. If cross_series_reducer is specified, then per_series_aligner must be specified, and must not be ALIGN_NONE. An alignment_period must also be specified; otherwise, an error is returned.
214214
Allowed values

0 commit comments

Comments
 (0)