Skip to content

Commit 06891ab

Browse files
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - schemas.CustomTargetTypeNotificationEvent (Total Keys: 6) - schemas.DeployPolicyNotificationEvent (Total Keys: 6) - schemas.GatewayServiceMesh.properties.podSelectorLabel.type (Total Keys: 1) - schemas.ServiceNetworking.properties.podSelectorLabel.type (Total Keys: 1)
1 parent 38ecad7 commit 06891ab

8 files changed

+164
-36
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112112
<pre>Creates a new CustomTargetType in a given project and location.
113113

114114
Args:
115-
parent: string, Required. The parent collection in which the `CustomTargetType` should be created. Format should be `projects/{project_id}/locations/{location_name}`. (required)
115+
parent: string, Required. The parent collection in which the `CustomTargetType` must be created. The format is `projects/{project_id}/locations/{location_name}`. (required)
116116
body: object, The request body.
117117
The object takes the form of:
118118

@@ -466,7 +466,7 @@ <h3>Method Details</h3>
466466

467467
allowMissing: boolean, Optional. If set to true, updating a `CustomTargetType` that does not exist will result in the creation of a new `CustomTargetType`.
468468
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
469-
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the `CustomTargetType` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it&#x27;s in the mask. If the user doesn&#x27;t provide a mask then all fields are overwritten.
469+
updateMask: string, Required. Field mask is used to specify the fields to be overwritten by the update in the `CustomTargetType` resource. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it&#x27;s in the mask. If the user doesn&#x27;t provide a mask then all fields are overwritten.
470470
validateOnly: boolean, Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
471471
x__xgafv: string, V1 error format.
472472
Allowed values

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3>Method Details</h3>
170170
],
171171
&quot;wait&quot;: &quot;A String&quot;, # Optional. How long to wait after a rollout is finished.
172172
},
173-
&quot;promoteReleaseRule&quot;: { # `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
173+
&quot;promoteReleaseRule&quot;: { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
174174
&quot;condition&quot;: { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
175175
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
176176
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
@@ -321,7 +321,7 @@ <h3>Method Details</h3>
321321
],
322322
&quot;wait&quot;: &quot;A String&quot;, # Optional. How long to wait after a rollout is finished.
323323
},
324-
&quot;promoteReleaseRule&quot;: { # `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
324+
&quot;promoteReleaseRule&quot;: { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
325325
&quot;condition&quot;: { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
326326
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
327327
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
<pre>Creates a new Automation in a given project and location.
107107

108108
Args:
109-
parent: string, Required. The parent collection in which the `Automation` should be created. Format should be `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`. (required)
109+
parent: string, Required. The parent collection in which the `Automation` must be created. The format is `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`. (required)
110110
body: object, The request body.
111111
The object takes the form of:
112112

@@ -139,7 +139,7 @@ <h3>Method Details</h3>
139139
],
140140
&quot;wait&quot;: &quot;A String&quot;, # Optional. How long to wait after a rollout is finished.
141141
},
142-
&quot;promoteReleaseRule&quot;: { # `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
142+
&quot;promoteReleaseRule&quot;: { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
143143
&quot;condition&quot;: { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
144144
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
145145
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
@@ -224,7 +224,7 @@ <h3>Method Details</h3>
224224
<pre>Deletes a single Automation resource.
225225

226226
Args:
227-
name: string, Required. The name of the `Automation` to delete. Format should be `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}`. (required)
227+
name: string, Required. The name of the `Automation` to delete. The format is `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}`. (required)
228228
allowMissing: boolean, Optional. If set to true, then deleting an already deleted or non-existing `Automation` will succeed.
229229
etag: string, Optional. The weak etag of the request. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
230230
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
@@ -301,7 +301,7 @@ <h3>Method Details</h3>
301301
],
302302
&quot;wait&quot;: &quot;A String&quot;, # Optional. How long to wait after a rollout is finished.
303303
},
304-
&quot;promoteReleaseRule&quot;: { # `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
304+
&quot;promoteReleaseRule&quot;: { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
305305
&quot;condition&quot;: { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
306306
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
307307
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
@@ -399,7 +399,7 @@ <h3>Method Details</h3>
399399
],
400400
&quot;wait&quot;: &quot;A String&quot;, # Optional. How long to wait after a rollout is finished.
401401
},
402-
&quot;promoteReleaseRule&quot;: { # `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
402+
&quot;promoteReleaseRule&quot;: { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
403403
&quot;condition&quot;: { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
404404
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
405405
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
@@ -506,7 +506,7 @@ <h3>Method Details</h3>
506506
],
507507
&quot;wait&quot;: &quot;A String&quot;, # Optional. How long to wait after a rollout is finished.
508508
},
509-
&quot;promoteReleaseRule&quot;: { # `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
509+
&quot;promoteReleaseRule&quot;: { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
510510
&quot;condition&quot;: { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
511511
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
512512
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
@@ -556,7 +556,7 @@ <h3>Method Details</h3>
556556

557557
allowMissing: boolean, Optional. If set to true, updating a `Automation` that does not exist will result in the creation of a new `Automation`.
558558
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
559-
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the `Automation` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it&#x27;s in the mask. If the user doesn&#x27;t provide a mask then all fields are overwritten.
559+
updateMask: string, Required. Field mask is used to specify the fields to be overwritten by the update in the `Automation` resource. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it&#x27;s in the mask. If the user doesn&#x27;t provide a mask then all fields are overwritten.
560560
validateOnly: boolean, Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
561561
x__xgafv: string, V1 error format.
562562
Allowed values

0 commit comments

Comments
 (0)