Skip to content

Commit 1545cef

Browse files
feat(cloudscheduler): update the api
#### cloudscheduler:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) #### cloudscheduler:v1beta1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent c528349 commit 1545cef

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/dyn/cloudscheduler_v1.projects.locations.html

Lines changed: 3 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">Gets information about a location.</p>
8888
<p class="toc_element">
89-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
89+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Lists information about the supported locations for this service.</p>
9191
<p class="toc_element">
9292
<code><a href="#list_next">list_next()</a></code></p>
@@ -125,11 +125,12 @@ <h3>Method Details</h3>
125125
</div>
126126

127127
<div class="method">
128-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
128+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
129129
<pre>Lists information about the supported locations for this service.
130130

131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
133134
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134135
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
135136
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/cloudscheduler_v1beta1.projects.locations.html

Lines changed: 3 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">Gets information about a location.</p>
8888
<p class="toc_element">
89-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
89+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Lists information about the supported locations for this service.</p>
9191
<p class="toc_element">
9292
<code><a href="#list_next">list_next()</a></code></p>
@@ -125,11 +125,12 @@ <h3>Method Details</h3>
125125
</div>
126126

127127
<div class="method">
128-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
128+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
129129
<pre>Lists information about the supported locations for this service.
130130

131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
133134
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134135
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
135136
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

googleapiclient/discovery_cache/documents/cloudscheduler.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@
254254
"name"
255255
],
256256
"parameters": {
257+
"extraLocationTypes": {
258+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
259+
"location": "query",
260+
"repeated": true,
261+
"type": "string"
262+
},
257263
"filter": {
258264
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
259265
"location": "query",
@@ -529,7 +535,7 @@
529535
}
530536
}
531537
},
532-
"revision": "20241203",
538+
"revision": "20250411",
533539
"rootUrl": "https://cloudscheduler.googleapis.com/",
534540
"schemas": {
535541
"AppEngineHttpTarget": {

googleapiclient/discovery_cache/documents/cloudscheduler.v1beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -433,7 +439,7 @@
433439
}
434440
}
435441
},
436-
"revision": "20241113",
442+
"revision": "20250411",
437443
"rootUrl": "https://cloudscheduler.googleapis.com/",
438444
"schemas": {
439445
"AppEngineHttpTarget": {

0 commit comments

Comments
 (0)