diff --git a/discovery/clouddeploy-v1.json b/discovery/clouddeploy-v1.json index d439e07ab1..78c5736529 100644 --- a/discovery/clouddeploy-v1.json +++ b/discovery/clouddeploy-v1.json @@ -1479,7 +1479,7 @@ } } }, - "revision": "20231004", + "revision": "20231015", "rootUrl": "https://clouddeploy.googleapis.com/", "schemas": { "AbandonReleaseRequest": { @@ -1878,6 +1878,11 @@ "description": "CloudRunMetadata contains information from a Cloud Run deployment.", "id": "CloudRunMetadata", "properties": { + "job": { + "description": "Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.", + "readOnly": true, + "type": "string" + }, "revision": { "description": "Output only. The Cloud Run Revision id associated with a `Rollout`.", "readOnly": true, diff --git a/src/apis/clouddeploy/v1.ts b/src/apis/clouddeploy/v1.ts index e560b9bea6..13fb57a2c1 100644 --- a/src/apis/clouddeploy/v1.ts +++ b/src/apis/clouddeploy/v1.ts @@ -379,6 +379,10 @@ export namespace clouddeploy_v1 { * CloudRunMetadata contains information from a Cloud Run deployment. */ export interface Schema$CloudRunMetadata { + /** + * Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project\}/locations/{location\}/jobs/{job_name\}. + */ + job?: string | null; /** * Output only. The Cloud Run Revision id associated with a `Rollout`. */