Skip to content

Commit 07c0633

Browse files
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - schemas.CloudRunMetadata.properties.job (Total Keys: 2)
1 parent 99c478a commit 07c0633

4 files changed

+13
-1
lines changed

docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,7 @@ <h3>Method Details</h3>
882882
},
883883
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
884884
&quot;cloudRun&quot;: { # CloudRunMetadata contains information from a Cloud Run deployment. # Output only. The name of the Cloud Run Service that is associated with a `Rollout`.
885+
&quot;job&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.
885886
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
886887
&quot;service&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run Service that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/services/{service}.
887888
&quot;serviceUrls&quot;: [ # Output only. The Cloud Run Service urls that are associated with a `Rollout`.
@@ -1096,6 +1097,7 @@ <h3>Method Details</h3>
10961097
},
10971098
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
10981099
&quot;cloudRun&quot;: { # CloudRunMetadata contains information from a Cloud Run deployment. # Output only. The name of the Cloud Run Service that is associated with a `Rollout`.
1100+
&quot;job&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.
10991101
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
11001102
&quot;service&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run Service that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/services/{service}.
11011103
&quot;serviceUrls&quot;: [ # Output only. The Cloud Run Service urls that are associated with a `Rollout`.

docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.rollouts.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ <h3>Method Details</h3>
219219
},
220220
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
221221
&quot;cloudRun&quot;: { # CloudRunMetadata contains information from a Cloud Run deployment. # Output only. The name of the Cloud Run Service that is associated with a `Rollout`.
222+
&quot;job&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.
222223
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
223224
&quot;service&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run Service that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/services/{service}.
224225
&quot;serviceUrls&quot;: [ # Output only. The Cloud Run Service urls that are associated with a `Rollout`.
@@ -463,6 +464,7 @@ <h3>Method Details</h3>
463464
},
464465
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
465466
&quot;cloudRun&quot;: { # CloudRunMetadata contains information from a Cloud Run deployment. # Output only. The name of the Cloud Run Service that is associated with a `Rollout`.
467+
&quot;job&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.
466468
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
467469
&quot;service&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run Service that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/services/{service}.
468470
&quot;serviceUrls&quot;: [ # Output only. The Cloud Run Service urls that are associated with a `Rollout`.
@@ -708,6 +710,7 @@ <h3>Method Details</h3>
708710
},
709711
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
710712
&quot;cloudRun&quot;: { # CloudRunMetadata contains information from a Cloud Run deployment. # Output only. The name of the Cloud Run Service that is associated with a `Rollout`.
713+
&quot;job&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.
711714
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
712715
&quot;service&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run Service that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/services/{service}.
713716
&quot;serviceUrls&quot;: [ # Output only. The Cloud Run Service urls that are associated with a `Rollout`.

docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.rollouts.jobRuns.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ <h3>Method Details</h3>
131131
&quot;failureMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the deploy failure, if available.
132132
&quot;metadata&quot;: { # DeployJobRunMetadata surfaces information associated with a `DeployJobRun` to the user. # Output only. Metadata containing information about the deploy job run.
133133
&quot;cloudRun&quot;: { # CloudRunMetadata contains information from a Cloud Run deployment. # Output only. The name of the Cloud Run Service that is associated with a `DeployJobRun`.
134+
&quot;job&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.
134135
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
135136
&quot;service&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run Service that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/services/{service}.
136137
&quot;serviceUrls&quot;: [ # Output only. The Cloud Run Service urls that are associated with a `Rollout`.
@@ -209,6 +210,7 @@ <h3>Method Details</h3>
209210
&quot;failureMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the deploy failure, if available.
210211
&quot;metadata&quot;: { # DeployJobRunMetadata surfaces information associated with a `DeployJobRun` to the user. # Output only. Metadata containing information about the deploy job run.
211212
&quot;cloudRun&quot;: { # CloudRunMetadata contains information from a Cloud Run deployment. # Output only. The name of the Cloud Run Service that is associated with a `DeployJobRun`.
213+
&quot;job&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/jobs/{job_name}.
212214
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
213215
&quot;service&quot;: &quot;A String&quot;, # Output only. The name of the Cloud Run Service that is associated with a `Rollout`. Format is projects/{project}/locations/{location}/services/{service}.
214216
&quot;serviceUrls&quot;: [ # Output only. The Cloud Run Service urls that are associated with a `Rollout`.

googleapiclient/discovery_cache/documents/clouddeploy.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@
14791479
}
14801480
}
14811481
},
1482-
"revision": "20231004",
1482+
"revision": "20231015",
14831483
"rootUrl": "https://clouddeploy.googleapis.com/",
14841484
"schemas": {
14851485
"AbandonReleaseRequest": {
@@ -1878,6 +1878,11 @@
18781878
"description": "CloudRunMetadata contains information from a Cloud Run deployment.",
18791879
"id": "CloudRunMetadata",
18801880
"properties": {
1881+
"job": {
1882+
"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}.",
1883+
"readOnly": true,
1884+
"type": "string"
1885+
},
18811886
"revision": {
18821887
"description": "Output only. The Cloud Run Revision id associated with a `Rollout`.",
18831888
"readOnly": true,

0 commit comments

Comments
 (0)