Skip to content

Commit

Permalink
feat(run): update the api
Browse files Browse the repository at this point in the history
#### run:v1

The following keys were added:
- schemas.JobSpec.properties.runExecutionToken.type (Total Keys: 1)
- schemas.JobSpec.properties.startExecutionToken.type (Total Keys: 1)

#### run:v2

The following keys were added:
- schemas.GoogleCloudRunV2Condition.properties.executionReason.readOnly (Total Keys: 1)
- schemas.GoogleCloudRunV2Condition.properties.reason.readOnly (Total Keys: 1)
- schemas.GoogleCloudRunV2Job.properties.startExecutionToken.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 23, 2024
1 parent 1928347 commit 69655d2
Show file tree
Hide file tree
Showing 8 changed files with 738 additions and 707 deletions.
12 changes: 12 additions & 0 deletions docs/dyn/run_v1.namespaces.jobs.html

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions docs/dyn/run_v2.projects.locations.jobs.executions.html

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions docs/dyn/run_v2.projects.locations.jobs.executions.tasks.html

Large diffs are not rendered by default.

382 changes: 193 additions & 189 deletions docs/dyn/run_v2.projects.locations.jobs.html

Large diffs are not rendered by default.

474 changes: 237 additions & 237 deletions docs/dyn/run_v2.projects.locations.services.html

Large diffs are not rendered by default.

152 changes: 76 additions & 76 deletions docs/dyn/run_v2.projects.locations.services.revisions.html

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion googleapiclient/discovery_cache/documents/run.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2614,7 +2614,7 @@
}
}
},
"revision": "20240322",
"revision": "20240412",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -4853,6 +4853,14 @@ false
"description": "JobSpec describes how the job will look.",
"id": "JobSpec",
"properties": {
"runExecutionToken": {
"description": "A unique string used as a suffix for creating a new execution. The Job will become ready when the execution is successfully completed. The sum of job name and token length must be fewer than 63 characters.",
"type": "string"
},
"startExecutionToken": {
"description": "A unique string used as a suffix for creating a new execution. The Job will become ready when the execution is successfully started. The sum of job name and token length must be fewer than 63 characters.",
"type": "string"
},
"template": {
"$ref": "ExecutionTemplateSpec",
"description": "Optional. Describes the execution that will be created when running a job."
Expand Down
107 changes: 57 additions & 50 deletions googleapiclient/discovery_cache/documents/run.v2.json

Large diffs are not rendered by default.

0 comments on commit 69655d2

Please sign in to comment.