diff --git a/discovery/run-v1.json b/discovery/run-v1.json index 442ebce543..5eb5f60297 100644 --- a/discovery/run-v1.json +++ b/discovery/run-v1.json @@ -1942,7 +1942,7 @@ } } }, - "revision": "20200622", + "revision": "20200706", "rootUrl": "https://run.googleapis.com/", "schemas": { "Addressable": { @@ -3150,6 +3150,7 @@ "type": "string" }, "timeoutSeconds": { + "description": "TimeoutSeconds holds the max duration the instance is allowed for\nresponding to a request.\n\nCloud Run fully managed: defaults to 300 seconds (5 minutes). Maximum\nallowed value is 900 seconds (15 minutes).\n\nCloud Run for Anthos: defaults to 300 seconds (5 minutes). Maximum allowed\nvalue is configurable by the cluster operator.", "format": "int32", "type": "integer" }, @@ -3703,7 +3704,7 @@ } }, "servicePath": "", - "title": "Cloud Run API", + "title": "Cloud Run Admin API", "version": "v1", "version_module": true } \ No newline at end of file diff --git a/discovery/run-v1alpha1.json b/discovery/run-v1alpha1.json index 89ab96cf5e..b8a76107a7 100644 --- a/discovery/run-v1alpha1.json +++ b/discovery/run-v1alpha1.json @@ -3358,7 +3358,7 @@ } } }, - "revision": "20200622", + "revision": "20200706", "rootUrl": "https://run.googleapis.com/", "schemas": { "Addressable": { @@ -6165,7 +6165,7 @@ } }, "servicePath": "", - "title": "Cloud Run API", + "title": "Cloud Run Admin API", "version": "v1alpha1", "version_module": true } \ No newline at end of file diff --git a/discovery/run-v1beta1.json b/discovery/run-v1beta1.json index f7c8b6a093..87f6931f49 100644 --- a/discovery/run-v1beta1.json +++ b/discovery/run-v1beta1.json @@ -296,7 +296,7 @@ } } }, - "revision": "20200622", + "revision": "20200706", "rootUrl": "https://run.googleapis.com/", "schemas": { "CustomResourceColumnDefinition": { @@ -892,7 +892,7 @@ } }, "servicePath": "", - "title": "Cloud Run API", + "title": "Cloud Run Admin API", "version": "v1beta1", "version_module": true } \ No newline at end of file diff --git a/src/apis/run/v1.ts b/src/apis/run/v1.ts index ec20e5b5b6..1eb12df276 100644 --- a/src/apis/run/v1.ts +++ b/src/apis/run/v1.ts @@ -99,7 +99,7 @@ export namespace run_v1 { } /** - * Cloud Run API + * Cloud Run Admin API * * Deploy and manage user provided container images that scale automatically based on HTTP traffic. * @@ -1074,6 +1074,9 @@ export namespace run_v1 { * Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account. */ 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?: number | null; volumes?: Schema$Volume[]; } diff --git a/src/apis/run/v1alpha1.ts b/src/apis/run/v1alpha1.ts index 221302a8a6..5a048a8521 100644 --- a/src/apis/run/v1alpha1.ts +++ b/src/apis/run/v1alpha1.ts @@ -99,7 +99,7 @@ export namespace run_v1alpha1 { } /** - * Cloud Run API + * Cloud Run Admin API * * Deploy and manage user provided container images that scale automatically based on HTTP traffic. * diff --git a/src/apis/run/v1beta1.ts b/src/apis/run/v1beta1.ts index 7fe0e8f1a8..8ec2038f5f 100644 --- a/src/apis/run/v1beta1.ts +++ b/src/apis/run/v1beta1.ts @@ -99,7 +99,7 @@ export namespace run_v1beta1 { } /** - * Cloud Run API + * Cloud Run Admin API * * Deploy and manage user provided container images that scale automatically based on HTTP traffic. *