Skip to content

Commit 2914a58

Browse files
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - schemas.DeliveryPipelineNotificationEvent.properties.pipelineUid.type (Total Keys: 1) - schemas.GatewayServiceMesh.properties.stableCutbackDuration (Total Keys: 2) - schemas.JobRunNotificationEvent.properties.release.type (Total Keys: 1) - schemas.JobRunNotificationEvent.properties.rollout.type (Total Keys: 1) - schemas.ReleaseNotificationEvent.properties.pipelineUid.type (Total Keys: 1) - schemas.ReleaseNotificationEvent.properties.releaseUid.type (Total Keys: 1) - schemas.ReleaseRenderEvent.properties.pipelineUid.type (Total Keys: 1) - schemas.ReleaseRenderEvent.properties.type.type (Total Keys: 1) - schemas.RolloutNotificationEvent.properties.release.type (Total Keys: 1) - schemas.RolloutNotificationEvent.properties.rolloutUid.type (Total Keys: 1) - schemas.RolloutUpdateEvent.properties.release.type (Total Keys: 1)
1 parent e203985 commit 2914a58

9 files changed

+194
-112
lines changed

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

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

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

113-
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to a runtime that does not have a 1P integration with Cloud Deploy.
113+
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to other systems besides the supported runtimes.
114114
&quot;annotations&quot;: { # Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
115115
&quot;a_key&quot;: &quot;A String&quot;,
116116
},
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147147
}
148148

149149
customTargetTypeId: string, Required. ID of the `CustomTargetType`.
150-
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since 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).
150+
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).
151151
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.
152152
x__xgafv: string, V1 error format.
153153
Allowed values
@@ -186,7 +186,7 @@ <h3>Method Details</h3>
186186
name: string, Required. The name of the `CustomTargetType` to delete. Format must be `projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}`. (required)
187187
allowMissing: boolean, Optional. If set to true, then deleting an already deleted or non-existing `CustomTargetType` will succeed.
188188
etag: string, Optional. 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.
189-
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee 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).
189+
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).
190190
validateOnly: boolean, Optional. If set to true, the request is validated but no actual change is made.
191191
x__xgafv: string, V1 error format.
192192
Allowed values
@@ -231,7 +231,7 @@ <h3>Method Details</h3>
231231
Returns:
232232
An object of the form:
233233

234-
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to a runtime that does not have a 1P integration with Cloud Deploy.
234+
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to other systems besides the supported runtimes.
235235
&quot;annotations&quot;: { # Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
236236
&quot;a_key&quot;: &quot;A String&quot;,
237237
},
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288288

289289
{ # The response object from `ListCustomTargetTypes.`
290290
&quot;customTargetTypes&quot;: [ # The `CustomTargetType` objects.
291-
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to a runtime that does not have a 1P integration with Cloud Deploy.
291+
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to other systems besides the supported runtimes.
292292
&quot;annotations&quot;: { # Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
293293
&quot;a_key&quot;: &quot;A String&quot;,
294294
},
@@ -354,7 +354,7 @@ <h3>Method Details</h3>
354354
body: object, The request body.
355355
The object takes the form of:
356356

357-
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to a runtime that does not have a 1P integration with Cloud Deploy.
357+
{ # A `CustomTargetType` resource in the Cloud Deploy API. A `CustomTargetType` defines a type of custom target that can be referenced in a `Target` in order to facilitate deploying to other systems besides the supported runtimes.
358358
&quot;annotations&quot;: { # Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
359359
&quot;a_key&quot;: &quot;A String&quot;,
360360
},
@@ -391,8 +391,8 @@ <h3>Method Details</h3>
391391
}
392392

393393
allowMissing: boolean, Optional. If set to true, updating a `CustomTargetType` that does not exist will result in the creation of a new `CustomTargetType`.
394-
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since 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).
395-
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 is in the mask. If the user does not provide a mask then all fields will be overwritten.
394+
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).
395+
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.
396396
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.
397397
x__xgafv: string, V1 error format.
398398
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
@@ -219,7 +219,7 @@ <h3>Method Details</h3>
219219
],
220220
&quot;selector&quot;: { # AutomationResourceSelector contains the information to select the resources to which an Automation is going to be applied. # Required. Selected resources to which the automation will be applied.
221221
&quot;targets&quot;: [ # Contains attributes about a target.
222-
{ # Contains criteria for selecting Targets. Attributes provided must match the target resource in order for policy restrictions to apply. E.g. if id &quot;prod&quot; and labels &quot;foo: bar&quot; are given the target resource must match both that id and have that label in order to be selected.
222+
{ # Contains criteria for selecting Targets.
223223
&quot;id&quot;: &quot;A String&quot;, # ID of the `Target`. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine which target is being referred to * &quot;*&quot;, all targets in a location.
224224
&quot;labels&quot;: { # Target labels.
225225
&quot;a_key&quot;: &quot;A String&quot;,
@@ -388,7 +388,7 @@ <h3>Method Details</h3>
388388
],
389389
&quot;selector&quot;: { # AutomationResourceSelector contains the information to select the resources to which an Automation is going to be applied. # Required. Selected resources to which the automation will be applied.
390390
&quot;targets&quot;: [ # Contains attributes about a target.
391-
{ # Contains criteria for selecting Targets. Attributes provided must match the target resource in order for policy restrictions to apply. E.g. if id &quot;prod&quot; and labels &quot;foo: bar&quot; are given the target resource must match both that id and have that label in order to be selected.
391+
{ # Contains criteria for selecting Targets.
392392
&quot;id&quot;: &quot;A String&quot;, # ID of the `Target`. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine which target is being referred to * &quot;*&quot;, all targets in a location.
393393
&quot;labels&quot;: { # Target labels.
394394
&quot;a_key&quot;: &quot;A String&quot;,

0 commit comments

Comments
 (0)