Skip to content

Commit 0405b1d

Browse files
feat(cloudscheduler): update the api
#### cloudscheduler:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.jobs.methods.list.parameters.filter (Total Keys: 2)
1 parent 48efbfa commit 0405b1d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/dyn/cloudscheduler_v1beta1.projects.locations.jobs.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets a job.</p>
8989
<p class="toc_element">
90-
<code><a href="#list">list(parent, legacyAppEngineCron=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
90+
<code><a href="#list">list(parent, filter=None, legacyAppEngineCron=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists jobs.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -361,11 +361,12 @@ <h3>Method Details</h3>
361361
</div>
362362

363363
<div class="method">
364-
<code class="details" id="list">list(parent, legacyAppEngineCron=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
364+
<code class="details" id="list">list(parent, filter=None, legacyAppEngineCron=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
365365
<pre>Lists jobs.
366366

367367
Args:
368368
parent: string, Required. The location name. For example: `projects/PROJECT_ID/locations/LOCATION_ID`. (required)
369+
filter: string, `filter` can be used to specify a subset of jobs. If `filter` equals `target_config=&quot;HttpConfig&quot;`, then the http target jobs are retrieved. If `filter` equals `target_config=&quot;PubSubConfig&quot;`, then the Pub/Sub target jobs are retrieved. If `filter` equals `labels.foo=value1 labels.foo=value2` then only jobs which are labeled with foo=value1 AND foo=value2 will be returned.
369370
legacyAppEngineCron: boolean, This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the jobs in the __cron queue will be listed instead.
370371
pageSize: integer, Requested page size. The maximum page size is 500. If unspecified, the page size will be the maximum. Fewer jobs than requested might be returned, even if more jobs exist; use next_page_token to determine if more jobs exist.
371372
pageToken: string, A token identifying a page of results the server will return. To request the first page results, page_token must be empty. To request the next page of results, page_token must be the value of next_page_token returned from the previous call to ListJobs. It is an error to switch the value of filter or order_by while iterating through pages.

googleapiclient/discovery_cache/documents/cloudscheduler.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
}
419419
}
420420
},
421-
"revision": "20210713",
421+
"revision": "20210730",
422422
"rootUrl": "https://cloudscheduler.googleapis.com/",
423423
"schemas": {
424424
"AppEngineHttpTarget": {

googleapiclient/discovery_cache/documents/cloudscheduler.v1beta1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@
271271
"parent"
272272
],
273273
"parameters": {
274+
"filter": {
275+
"description": "`filter` can be used to specify a subset of jobs. If `filter` equals `target_config=\"HttpConfig\"`, then the http target jobs are retrieved. If `filter` equals `target_config=\"PubSubConfig\"`, then the Pub/Sub target jobs are retrieved. If `filter` equals `labels.foo=value1 labels.foo=value2` then only jobs which are labeled with foo=value1 AND foo=value2 will be returned.",
276+
"location": "query",
277+
"type": "string"
278+
},
274279
"legacyAppEngineCron": {
275280
"description": "This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the jobs in the __cron queue will be listed instead.",
276281
"location": "query",
@@ -428,7 +433,7 @@
428433
}
429434
}
430435
},
431-
"revision": "20210713",
436+
"revision": "20210730",
432437
"rootUrl": "https://cloudscheduler.googleapis.com/",
433438
"schemas": {
434439
"AppEngineHttpTarget": {

0 commit comments

Comments
 (0)