Skip to content

Commit

Permalink
fix(run): update the API
Browse files Browse the repository at this point in the history
#### run:v1alpha1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description

#### run:v1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description
- schemas.RevisionSpec.properties.timeoutSeconds.description
  • Loading branch information
yoshi-automation authored and bcoe committed Aug 6, 2021
1 parent 8dbf765 commit 06e54a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions discovery/run-v1.json
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud Platform data"
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
}
}
}
Expand Down Expand Up @@ -1736,7 +1736,7 @@
}
}
},
"revision": "20210716",
"revision": "20210730",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -2907,7 +2907,7 @@
"type": "string"
},
"timeoutSeconds": {
"description": "TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run fully managed: defaults to 300 seconds (5 minutes). Maximum allowed value is 900 seconds (15 minutes). Cloud Run for Anthos: defaults to 300 seconds (5 minutes). Maximum allowed value is configurable by the cluster operator.",
"description": "TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run fully managed: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour). Cloud Run for Anthos: defaults to 300 seconds (5 minutes). Maximum allowed value is configurable by the cluster operator.",
"format": "int32",
"type": "integer"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/run-v1alpha1.json
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud Platform data"
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
}
}
}
Expand Down Expand Up @@ -268,7 +268,7 @@
}
}
},
"revision": "20210628",
"revision": "20210730",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"ConfigMapEnvSource": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/run/v1.ts
Expand Up @@ -1040,7 +1040,7 @@ export namespace run_v1 {
*/
serviceAccountName?: string | null;
/**
* TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run fully managed: defaults to 300 seconds (5 minutes). Maximum allowed value is 900 seconds (15 minutes). Cloud Run for Anthos: defaults to 300 seconds (5 minutes). Maximum allowed value is configurable by the cluster operator.
* TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run fully managed: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour). Cloud Run for Anthos: defaults to 300 seconds (5 minutes). Maximum allowed value is configurable by the cluster operator.
*/
timeoutSeconds?: number | null;
volumes?: Schema$Volume[];
Expand Down

0 comments on commit 06e54a1

Please sign in to comment.