Skip to content

Commit 0870408

Browse files
feat(monitoring): update the api
#### monitoring:v1 The following keys were added: - schemas.CollapsibleGroup (Total Keys: 3) - schemas.Widget.properties.collapsibleGroup.$ref (Total Keys: 1)
1 parent a788cc1 commit 0870408

9 files changed

+120
-33
lines changed

docs/dyn/monitoring_v1.projects.dashboards.html

+72
Large diffs are not rendered by default.

docs/dyn/monitoring_v3.folders.timeSeries.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#list">list(name, aggregation_alignmentPeriod=None, aggregation_crossSeriesReducer=None, aggregation_groupByFields=None, aggregation_perSeriesAligner=None, filter=None, interval_endTime=None, interval_startTime=None, orderBy=None, pageSize=None, pageToken=None, secondaryAggregation_alignmentPeriod=None, secondaryAggregation_crossSeriesReducer=None, secondaryAggregation_groupByFields=None, secondaryAggregation_perSeriesAligner=None, view=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Lists time series that match a filter. This method does not require a Workspace.</p>
82+
<p class="firstline">Lists time series that match a filter.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
8585
<p class="firstline">Retrieves the next page of results.</p>
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
9191

9292
<div class="method">
9393
<code class="details" id="list">list(name, aggregation_alignmentPeriod=None, aggregation_crossSeriesReducer=None, aggregation_groupByFields=None, aggregation_perSeriesAligner=None, filter=None, interval_endTime=None, interval_startTime=None, orderBy=None, pageSize=None, pageToken=None, secondaryAggregation_alignmentPeriod=None, secondaryAggregation_crossSeriesReducer=None, secondaryAggregation_groupByFields=None, secondaryAggregation_perSeriesAligner=None, view=None, x__xgafv=None)</code>
94-
<pre>Lists time series that match a filter. This method does not require a Workspace.
94+
<pre>Lists time series that match a filter.
9595

9696
Args:
9797
name: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name), organization or folder on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] (required)

docs/dyn/monitoring_v3.organizations.timeSeries.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#list">list(name, aggregation_alignmentPeriod=None, aggregation_crossSeriesReducer=None, aggregation_groupByFields=None, aggregation_perSeriesAligner=None, filter=None, interval_endTime=None, interval_startTime=None, orderBy=None, pageSize=None, pageToken=None, secondaryAggregation_alignmentPeriod=None, secondaryAggregation_crossSeriesReducer=None, secondaryAggregation_groupByFields=None, secondaryAggregation_perSeriesAligner=None, view=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Lists time series that match a filter. This method does not require a Workspace.</p>
82+
<p class="firstline">Lists time series that match a filter.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
8585
<p class="firstline">Retrieves the next page of results.</p>
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
9191

9292
<div class="method">
9393
<code class="details" id="list">list(name, aggregation_alignmentPeriod=None, aggregation_crossSeriesReducer=None, aggregation_groupByFields=None, aggregation_perSeriesAligner=None, filter=None, interval_endTime=None, interval_startTime=None, orderBy=None, pageSize=None, pageToken=None, secondaryAggregation_alignmentPeriod=None, secondaryAggregation_crossSeriesReducer=None, secondaryAggregation_groupByFields=None, secondaryAggregation_perSeriesAligner=None, view=None, x__xgafv=None)</code>
94-
<pre>Lists time series that match a filter. This method does not require a Workspace.
94+
<pre>Lists time series that match a filter.
9595

9696
Args:
9797
name: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name), organization or folder on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] (required)

docs/dyn/monitoring_v3.projects.alertPolicies.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h3>Method Details</h3>
195195
},
196196
&quot;displayName&quot;: &quot;A String&quot;, # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don&#x27;t use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.
197197
&quot;documentation&quot;: { # A content string and a MIME type that describes the content string&#x27;s format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation.
198-
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
198+
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).
199199
&quot;mimeType&quot;: &quot;A String&quot;, # The format of the content field. Presently, only the value &quot;text/markdown&quot; is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.
200200
},
201201
&quot;enabled&quot;: True or False, # Whether or not the policy is enabled. On write, the default interpretation if unset is that the policy is enabled. On read, clients should not make any assumption about the state if it has not been populated. The field should always be populated on List and Get operations, unless a field projection has been specified that strips it out.
@@ -314,7 +314,7 @@ <h3>Method Details</h3>
314314
},
315315
&quot;displayName&quot;: &quot;A String&quot;, # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don&#x27;t use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.
316316
&quot;documentation&quot;: { # A content string and a MIME type that describes the content string&#x27;s format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation.
317-
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
317+
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).
318318
&quot;mimeType&quot;: &quot;A String&quot;, # The format of the content field. Presently, only the value &quot;text/markdown&quot; is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.
319319
},
320320
&quot;enabled&quot;: True or False, # Whether or not the policy is enabled. On write, the default interpretation if unset is that the policy is enabled. On read, clients should not make any assumption about the state if it has not been populated. The field should always be populated on List and Get operations, unless a field projection has been specified that strips it out.
@@ -458,7 +458,7 @@ <h3>Method Details</h3>
458458
},
459459
&quot;displayName&quot;: &quot;A String&quot;, # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don&#x27;t use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.
460460
&quot;documentation&quot;: { # A content string and a MIME type that describes the content string&#x27;s format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation.
461-
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
461+
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).
462462
&quot;mimeType&quot;: &quot;A String&quot;, # The format of the content field. Presently, only the value &quot;text/markdown&quot; is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.
463463
},
464464
&quot;enabled&quot;: True or False, # Whether or not the policy is enabled. On write, the default interpretation if unset is that the policy is enabled. On read, clients should not make any assumption about the state if it has not been populated. The field should always be populated on List and Get operations, unless a field projection has been specified that strips it out.
@@ -590,7 +590,7 @@ <h3>Method Details</h3>
590590
},
591591
&quot;displayName&quot;: &quot;A String&quot;, # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don&#x27;t use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.
592592
&quot;documentation&quot;: { # A content string and a MIME type that describes the content string&#x27;s format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation.
593-
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
593+
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).
594594
&quot;mimeType&quot;: &quot;A String&quot;, # The format of the content field. Presently, only the value &quot;text/markdown&quot; is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.
595595
},
596596
&quot;enabled&quot;: True or False, # Whether or not the policy is enabled. On write, the default interpretation if unset is that the policy is enabled. On read, clients should not make any assumption about the state if it has not been populated. The field should always be populated on List and Get operations, unless a field projection has been specified that strips it out.
@@ -729,7 +729,7 @@ <h3>Method Details</h3>
729729
},
730730
&quot;displayName&quot;: &quot;A String&quot;, # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don&#x27;t use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.
731731
&quot;documentation&quot;: { # A content string and a MIME type that describes the content string&#x27;s format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation.
732-
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
732+
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).
733733
&quot;mimeType&quot;: &quot;A String&quot;, # The format of the content field. Presently, only the value &quot;text/markdown&quot; is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.
734734
},
735735
&quot;enabled&quot;: True or False, # Whether or not the policy is enabled. On write, the default interpretation if unset is that the policy is enabled. On read, clients should not make any assumption about the state if it has not been populated. The field should always be populated on List and Get operations, unless a field projection has been specified that strips it out.
@@ -849,7 +849,7 @@ <h3>Method Details</h3>
849849
},
850850
&quot;displayName&quot;: &quot;A String&quot;, # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don&#x27;t use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.
851851
&quot;documentation&quot;: { # A content string and a MIME type that describes the content string&#x27;s format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation.
852-
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
852+
&quot;content&quot;: &quot;A String&quot;, # The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).
853853
&quot;mimeType&quot;: &quot;A String&quot;, # The format of the content field. Presently, only the value &quot;text/markdown&quot; is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.
854854
},
855855
&quot;enabled&quot;: True or False, # Whether or not the policy is enabled. On write, the default interpretation if unset is that the policy is enabled. On read, clients should not make any assumption about the state if it has not been populated. The field should always be populated on List and Get operations, unless a field projection has been specified that strips it out.

docs/dyn/monitoring_v3.projects.metricDescriptors.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Deletes a metric descriptor. Only user-created custom metrics (https://cloud.google.com/monitoring/custom-metrics) can be deleted.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Gets a single metric descriptor. This method does not require a Workspace.</p>
88+
<p class="firstline">Gets a single metric descriptor.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Lists metric descriptors that match a filter. This method does not require a Workspace.</p>
91+
<p class="firstline">Lists metric descriptors that match a filter.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
@@ -188,7 +188,7 @@ <h3>Method Details</h3>
188188

189189
<div class="method">
190190
<code class="details" id="get">get(name, x__xgafv=None)</code>
191-
<pre>Gets a single metric descriptor. This method does not require a Workspace.
191+
<pre>Gets a single metric descriptor.
192192

193193
Args:
194194
name: string, Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example value of [METRIC_ID] is &quot;compute.googleapis.com/instance/disk/read_bytes_count&quot;. (required)
@@ -229,7 +229,7 @@ <h3>Method Details</h3>
229229

230230
<div class="method">
231231
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
232-
<pre>Lists metric descriptors that match a filter. This method does not require a Workspace.
232+
<pre>Lists metric descriptors that match a filter.
233233

234234
Args:
235235
name: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)

docs/dyn/monitoring_v3.projects.monitoredResourceDescriptors.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Gets a single monitored resource descriptor. This method does not require a Workspace.</p>
82+
<p class="firstline">Gets a single monitored resource descriptor.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Lists monitored resource descriptors that match a filter. This method does not require a Workspace.</p>
85+
<p class="firstline">Lists monitored resource descriptors that match a filter.</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
8888
<p class="firstline">Retrieves the next page of results.</p>
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494

9595
<div class="method">
9696
<code class="details" id="get">get(name, x__xgafv=None)</code>
97-
<pre>Gets a single monitored resource descriptor. This method does not require a Workspace.
97+
<pre>Gets a single monitored resource descriptor.
9898

9999
Args:
100100
name: string, Required. The monitored resource descriptor to get. The format is: projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE] The [RESOURCE_TYPE] is a predefined type, such as cloudsql_database. (required)
@@ -124,7 +124,7 @@ <h3>Method Details</h3>
124124

125125
<div class="method">
126126
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
127-
<pre>Lists monitored resource descriptors that match a filter. This method does not require a Workspace.
127+
<pre>Lists monitored resource descriptors that match a filter.
128128

129129
Args:
130130
name: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)

0 commit comments

Comments
 (0)