Skip to content

Commit 81892c8

Browse files
feat(run): update the api
#### run:v2 The following keys were added: - schemas.GoogleCloudRunV2Job.properties.runExecutionToken.type (Total Keys: 1)
1 parent a5e25b3 commit 81892c8

16 files changed

+84
-76
lines changed

docs/dyn/run_v1.namespaces.configurations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Get information about a configuration.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">List configurations.</p>
85+
<p class="firstline">List configurations. Results are sorted by creation time, descending.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
8888
<code class="details" id="close">close()</code>
@@ -435,7 +435,7 @@ <h3>Method Details</h3>
435435

436436
<div class="method">
437437
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
438-
<pre>List configurations.
438+
<pre>List configurations. Results are sorted by creation time, descending.
439439

440440
Args:
441441
parent: string, The namespace from which the configurations should be listed. For Cloud Run, replace {namespace_id} with the project ID or number. (required)

docs/dyn/run_v1.namespaces.executions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Get information about an execution.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">List executions.</p>
91+
<p class="firstline">List executions. Results are sorted by creation time, descending.</p>
9292
<h3>Method Details</h3>
9393
<div class="method">
9494
<code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
@@ -767,7 +767,7 @@ <h3>Method Details</h3>
767767

768768
<div class="method">
769769
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
770-
<pre>List executions.
770+
<pre>List executions. Results are sorted by creation time, descending.
771771

772772
Args:
773773
parent: string, Required. The namespace from which the executions should be listed. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID (required)

docs/dyn/run_v1.namespaces.jobs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Get information about a job.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">List jobs.</p>
91+
<p class="firstline">List jobs. Results are sorted by creation time, descending.</p>
9292
<p class="toc_element">
9393
<code><a href="#replaceJob">replaceJob(name, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Replace a job. Only the spec and metadata labels and annotations are modifiable. After the Replace request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.</p>
@@ -1173,7 +1173,7 @@ <h3>Method Details</h3>
11731173

11741174
<div class="method">
11751175
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
1176-
<pre>List jobs.
1176+
<pre>List jobs. Results are sorted by creation time, descending.
11771177

11781178
Args:
11791179
parent: string, Required. The namespace from which the jobs should be listed. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID (required)

docs/dyn/run_v1.namespaces.revisions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Get information about a revision.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">List revisions.</p>
88+
<p class="firstline">List revisions. Results are sorted by creation time, descending.</p>
8989
<h3>Method Details</h3>
9090
<div class="method">
9191
<code class="details" id="close">close()</code>
@@ -449,7 +449,7 @@ <h3>Method Details</h3>
449449

450450
<div class="method">
451451
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
452-
<pre>List revisions.
452+
<pre>List revisions. Results are sorted by creation time, descending.
453453

454454
Args:
455455
parent: string, The namespace from which the revisions should be listed. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID (required)

docs/dyn/run_v1.namespaces.routes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Get information about a route.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">List routes.</p>
85+
<p class="firstline">List routes. Results are sorted by creation time, descending.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
8888
<code class="details" id="close">close()</code>
@@ -182,7 +182,7 @@ <h3>Method Details</h3>
182182

183183
<div class="method">
184184
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
185-
<pre>List routes.
185+
<pre>List routes. Results are sorted by creation time, descending.
186186

187187
Args:
188188
parent: string, The namespace from which the routes should be listed. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID (required)

docs/dyn/run_v1.namespaces.services.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Gets information about a service.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Lists services for the given project and region.</p>
91+
<p class="firstline">Lists services for the given project and region. Results are sorted by creation time, descending.</p>
9292
<p class="toc_element">
9393
<code><a href="#replaceService">replaceService(name, body=None, dryRun=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Replaces a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.</p>
@@ -1238,7 +1238,7 @@ <h3>Method Details</h3>
12381238

12391239
<div class="method">
12401240
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
1241-
<pre>Lists services for the given project and region.
1241+
<pre>Lists services for the given project and region. Results are sorted by creation time, descending.
12421242

12431243
Args:
12441244
parent: string, Required. The parent from where the resources should be listed. In Cloud Run, it may be one of the following: * `{project_id_or_number}` * `namespaces/{project_id_or_number}` * `namespaces/{project_id_or_number}/services` * `projects/{project_id_or_number}/locations/{region}` * `projects/{project_id_or_number}/regions/{region}` (required)

docs/dyn/run_v1.projects.locations.configurations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Get information about a configuration.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">List configurations.</p>
85+
<p class="firstline">List configurations. Results are sorted by creation time, descending.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
8888
<code class="details" id="close">close()</code>
@@ -435,7 +435,7 @@ <h3>Method Details</h3>
435435

436436
<div class="method">
437437
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
438-
<pre>List configurations.
438+
<pre>List configurations. Results are sorted by creation time, descending.
439439

440440
Args:
441441
parent: string, The namespace from which the configurations should be listed. For Cloud Run, replace {namespace_id} with the project ID or number. (required)

docs/dyn/run_v1.projects.locations.revisions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Get information about a revision.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">List revisions.</p>
88+
<p class="firstline">List revisions. Results are sorted by creation time, descending.</p>
8989
<h3>Method Details</h3>
9090
<div class="method">
9191
<code class="details" id="close">close()</code>
@@ -449,7 +449,7 @@ <h3>Method Details</h3>
449449

450450
<div class="method">
451451
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
452-
<pre>List revisions.
452+
<pre>List revisions. Results are sorted by creation time, descending.
453453

454454
Args:
455455
parent: string, The namespace from which the revisions should be listed. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID (required)

docs/dyn/run_v1.projects.locations.routes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Get information about a route.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">List routes.</p>
85+
<p class="firstline">List routes. Results are sorted by creation time, descending.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
8888
<code class="details" id="close">close()</code>
@@ -182,7 +182,7 @@ <h3>Method Details</h3>
182182

183183
<div class="method">
184184
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
185-
<pre>List routes.
185+
<pre>List routes. Results are sorted by creation time, descending.
186186

187187
Args:
188188
parent: string, The namespace from which the routes should be listed. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID (required)

docs/dyn/run_v1.projects.locations.services.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<p class="firstline">Gets the IAM Access Control policy currently in effect for the given Cloud Run service. This result does not include any inherited policies.</p>
9292
<p class="toc_element">
9393
<code><a href="#list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Lists services for the given project and region.</p>
94+
<p class="firstline">Lists services for the given project and region. Results are sorted by creation time, descending.</p>
9595
<p class="toc_element">
9696
<code><a href="#replaceService">replaceService(name, body=None, dryRun=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Replaces a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.</p>
@@ -1295,7 +1295,7 @@ <h3>Method Details</h3>
12951295

12961296
<div class="method">
12971297
<code class="details" id="list">list(parent, continue=None, fieldSelector=None, includeUninitialized=None, labelSelector=None, limit=None, resourceVersion=None, watch=None, x__xgafv=None)</code>
1298-
<pre>Lists services for the given project and region.
1298+
<pre>Lists services for the given project and region. Results are sorted by creation time, descending.
12991299

13001300
Args:
13011301
parent: string, Required. The parent from where the resources should be listed. In Cloud Run, it may be one of the following: * `{project_id_or_number}` * `namespaces/{project_id_or_number}` * `namespaces/{project_id_or_number}/services` * `projects/{project_id_or_number}/locations/{region}` * `projects/{project_id_or_number}/regions/{region}` (required)

docs/dyn/run_v2.projects.locations.jobs.executions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<p class="firstline">Gets information about an Execution.</p>
9797
<p class="toc_element">
9898
<code><a href="#list">list(parent, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</a></code></p>
99-
<p class="firstline">Lists Executions from a Job.</p>
99+
<p class="firstline">Lists Executions from a Job. Results are sorted by creation time, descending.</p>
100100
<p class="toc_element">
101101
<code><a href="#list_next">list_next()</a></code></p>
102102
<p class="firstline">Retrieves the next page of results.</p>
@@ -430,7 +430,7 @@ <h3>Method Details</h3>
430430

431431
<div class="method">
432432
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</code>
433-
<pre>Lists Executions from a Job.
433+
<pre>Lists Executions from a Job. Results are sorted by creation time, descending.
434434

435435
Args:
436436
parent: string, Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use &quot;-&quot; instead of Job name. Format: `projects/{project}/locations/{location}/jobs/{job}`, where `{project}` can be project id or number. (required)

0 commit comments

Comments
 (0)