Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b3d605

Browse files
committedNov 7, 2023
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - resources.projects.resources.locations.resources.deliveryPipelines.resources.automationRuns.methods.cancel (Total Keys: 12) - resources.projects.resources.locations.resources.deliveryPipelines.resources.automationRuns.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.deliveryPipelines.resources.automationRuns.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.deliveryPipelines.resources.automations.methods.create (Total Keys: 18) - resources.projects.resources.locations.resources.deliveryPipelines.resources.automations.methods.delete (Total Keys: 17) - resources.projects.resources.locations.resources.deliveryPipelines.resources.automations.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.deliveryPipelines.resources.automations.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.deliveryPipelines.resources.automations.methods.patch (Total Keys: 21) - schemas.AdvanceRolloutOperation (Total Keys: 11) - schemas.AdvanceRolloutRule (Total Keys: 9) - schemas.Automation (Total Keys: 77) - schemas.CancelAutomationRunRequest (Total Keys: 2) - schemas.CancelAutomationRunResponse (Total Keys: 2) - schemas.ListAutomationRunsResponse (Total Keys: 7) - schemas.ListAutomationsResponse (Total Keys: 7) - schemas.Metadata.properties.automation (Total Keys: 2) - schemas.PromoteReleaseOperation (Total Keys: 11) - schemas.PromoteReleaseRule (Total Keys: 9) - schemas.RepairMode (Total Keys: 4) - schemas.RepairPhase (Total Keys: 6) - schemas.RepairRolloutOperation (Total Keys: 10) - schemas.RepairRolloutRule (Total Keys: 11) - schemas.Retry (Total Keys: 33) - schemas.Rollback (Total Keys: 13) - schemas.RolloutUpdateEvent (Total Keys: 10) - schemas.TargetAttribute (Total Keys: 5)
1 parent 47bc45d commit 0b3d605

5 files changed

+2311
-1
lines changed
 

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

+470
Large diffs are not rendered by default.

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

+650
Large diffs are not rendered by default.

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

+28
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@
7474

7575
<h1><a href="clouddeploy_v1.html">Cloud Deploy API</a> . <a href="clouddeploy_v1.projects.html">projects</a> . <a href="clouddeploy_v1.projects.locations.html">locations</a> . <a href="clouddeploy_v1.projects.locations.deliveryPipelines.html">deliveryPipelines</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="clouddeploy_v1.projects.locations.deliveryPipelines.automationRuns.html">automationRuns()</a></code>
79+
</p>
80+
<p class="firstline">Returns the automationRuns Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="clouddeploy_v1.projects.locations.deliveryPipelines.automations.html">automations()</a></code>
84+
</p>
85+
<p class="firstline">Returns the automations Resource.</p>
86+
7787
<p class="toc_element">
7888
<code><a href="clouddeploy_v1.projects.locations.deliveryPipelines.releases.html">releases()</a></code>
7989
</p>
@@ -881,6 +891,15 @@ <h3>Method Details</h3>
881891
&quot;a_key&quot;: &quot;A String&quot;,
882892
},
883893
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
894+
&quot;automation&quot;: { # AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout. # Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
895+
&quot;advanceAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
896+
&quot;A String&quot;,
897+
],
898+
&quot;promoteAutomationRun&quot;: &quot;A String&quot;, # Output only. The ID of the AutomationRun initiated by a promote release rule.
899+
&quot;repairAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
900+
&quot;A String&quot;,
901+
],
902+
},
884903
&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`.
885904
&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}.
886905
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
@@ -1096,6 +1115,15 @@ <h3>Method Details</h3>
10961115
&quot;a_key&quot;: &quot;A String&quot;,
10971116
},
10981117
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
1118+
&quot;automation&quot;: { # AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout. # Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
1119+
&quot;advanceAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
1120+
&quot;A String&quot;,
1121+
],
1122+
&quot;promoteAutomationRun&quot;: &quot;A String&quot;, # Output only. The ID of the AutomationRun initiated by a promote release rule.
1123+
&quot;repairAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
1124+
&quot;A String&quot;,
1125+
],
1126+
},
10991127
&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`.
11001128
&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}.
11011129
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.

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

+27
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,15 @@ <h3>Method Details</h3>
218218
&quot;a_key&quot;: &quot;A String&quot;,
219219
},
220220
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
221+
&quot;automation&quot;: { # AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout. # Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
222+
&quot;advanceAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
223+
&quot;A String&quot;,
224+
],
225+
&quot;promoteAutomationRun&quot;: &quot;A String&quot;, # Output only. The ID of the AutomationRun initiated by a promote release rule.
226+
&quot;repairAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
227+
&quot;A String&quot;,
228+
],
229+
},
221230
&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`.
222231
&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}.
223232
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
@@ -463,6 +472,15 @@ <h3>Method Details</h3>
463472
&quot;a_key&quot;: &quot;A String&quot;,
464473
},
465474
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
475+
&quot;automation&quot;: { # AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout. # Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
476+
&quot;advanceAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
477+
&quot;A String&quot;,
478+
],
479+
&quot;promoteAutomationRun&quot;: &quot;A String&quot;, # Output only. The ID of the AutomationRun initiated by a promote release rule.
480+
&quot;repairAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
481+
&quot;A String&quot;,
482+
],
483+
},
466484
&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`.
467485
&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}.
468486
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.
@@ -709,6 +727,15 @@ <h3>Method Details</h3>
709727
&quot;a_key&quot;: &quot;A String&quot;,
710728
},
711729
&quot;metadata&quot;: { # Metadata includes information associated with a `Rollout`. # Output only. Metadata contains information about the rollout.
730+
&quot;automation&quot;: { # AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout. # Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
731+
&quot;advanceAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
732+
&quot;A String&quot;,
733+
],
734+
&quot;promoteAutomationRun&quot;: &quot;A String&quot;, # Output only. The ID of the AutomationRun initiated by a promote release rule.
735+
&quot;repairAutomationRuns&quot;: [ # Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
736+
&quot;A String&quot;,
737+
],
738+
},
712739
&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`.
713740
&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}.
714741
&quot;revision&quot;: &quot;A String&quot;, # Output only. The Cloud Run Revision id associated with a `Rollout`.

‎googleapiclient/discovery_cache/documents/clouddeploy.v1.json

+1,136-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.