google-apis-clouddeploy_v1 0.35.0 → 0.36.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42c95281e907e5ad86859bd35ef5dc08a035b477a88f577da48b13a11066395c
|
4
|
+
data.tar.gz: 6f21645f289083d3b03f886631977ee97dc376d306e491f476346056e2613fd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd0e730271a6171986b01db1f9ae88c87bb68c6fe868f58f42d7f63a464004ccecdf867e166d23f7679e47a169d87bf69243f9ffd72d1bf14363bd770906ed13
|
7
|
+
data.tar.gz: 604a990ddfab1984ac3a8c410501521762e75208dcc7d45edf746401025a37a6a32e7068a623a54caf3337d7fd946d8e9f5c244799e7e39e5aa9ec4094cdab3a
|
data/CHANGELOG.md
CHANGED
@@ -66,9 +66,9 @@ module Google
|
|
66
66
|
class AdvanceChildRolloutJobRun
|
67
67
|
include Google::Apis::Core::Hashable
|
68
68
|
|
69
|
-
# Output only. Name of the `ChildRollout`. Format is projects/`project`/
|
70
|
-
# locations/`location`/deliveryPipelines/`deliveryPipeline`/
|
71
|
-
# rollouts/a-z`0,62
|
69
|
+
# Output only. Name of the `ChildRollout`. Format is `projects/`project`/
|
70
|
+
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
71
|
+
# rollouts/a-z`0,62``.
|
72
72
|
# Corresponds to the JSON property `rollout`
|
73
73
|
# @return [String]
|
74
74
|
attr_accessor :rollout
|
@@ -169,7 +169,7 @@ module Google
|
|
169
169
|
attr_accessor :condition
|
170
170
|
|
171
171
|
# Required. ID of the rule. This id must be unique in the `Automation` resource
|
172
|
-
# to which this rule belongs. The format is a-z`0,62
|
172
|
+
# to which this rule belongs. The format is `a-z`0,62``.
|
173
173
|
# Corresponds to the JSON property `id`
|
174
174
|
# @return [String]
|
175
175
|
attr_accessor :id
|
@@ -337,14 +337,14 @@ module Google
|
|
337
337
|
# Optional. User annotations. These attributes can only be set and used by the
|
338
338
|
# user, and not by Cloud Deploy. Annotations must meet the following constraints:
|
339
339
|
# * Annotations are key/value pairs. * Valid annotation keys have two segments:
|
340
|
-
# an optional prefix and name, separated by a slash (
|
340
|
+
# an optional prefix and name, separated by a slash (`/`). * The name segment is
|
341
341
|
# required and must be 63 characters or less, beginning and ending with an
|
342
|
-
# alphanumeric character ([a-z0-9A-Z]) with dashes (
|
343
|
-
# , and alphanumerics between. * The prefix is optional. If specified,
|
344
|
-
# prefix must be a DNS subdomain: a series of DNS labels separated by dots(
|
345
|
-
# not longer than 253 characters in total, followed by a slash (
|
346
|
-
# kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#
|
347
|
-
# and-character-set for more details.
|
342
|
+
# alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`),
|
343
|
+
# dots (`.`), and alphanumerics between. * The prefix is optional. If specified,
|
344
|
+
# the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.
|
345
|
+
# `), not longer than 253 characters in total, followed by a slash (`/`). See
|
346
|
+
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#
|
347
|
+
# syntax-and-character-set for more details.
|
348
348
|
# Corresponds to the JSON property `annotations`
|
349
349
|
# @return [Hash<String,String>]
|
350
350
|
attr_accessor :annotations
|
@@ -378,8 +378,8 @@ module Google
|
|
378
378
|
# @return [Hash<String,String>]
|
379
379
|
attr_accessor :labels
|
380
380
|
|
381
|
-
# Output only. Name of the `Automation`. Format is projects/`project`/locations
|
382
|
-
# location`/deliveryPipelines/`delivery_pipeline`/automations/`automation
|
381
|
+
# Output only. Name of the `Automation`. Format is `projects/`project`/locations/
|
382
|
+
# `location`/deliveryPipelines/`delivery_pipeline`/automations/`automation``.
|
383
383
|
# Corresponds to the JSON property `name`
|
384
384
|
# @return [String]
|
385
385
|
attr_accessor :name
|
@@ -586,7 +586,7 @@ module Google
|
|
586
586
|
end
|
587
587
|
end
|
588
588
|
|
589
|
-
# An `AutomationRun` resource in the Cloud Deploy API. An `
|
589
|
+
# An `AutomationRun` resource in the Cloud Deploy API. An `AutomationRun`
|
590
590
|
# represents an automation execution instance of an automation rule.
|
591
591
|
class AutomationRun
|
592
592
|
include Google::Apis::Core::Hashable
|
@@ -629,9 +629,9 @@ module Google
|
|
629
629
|
# @return [String]
|
630
630
|
attr_accessor :expire_time
|
631
631
|
|
632
|
-
# Output only. Name of the `AutomationRun`. Format is projects/`project`/
|
632
|
+
# Output only. Name of the `AutomationRun`. Format is `projects/`project`/
|
633
633
|
# locations/`location`/deliveryPipelines/`delivery_pipeline`/automationRuns/`
|
634
|
-
# automation_run
|
634
|
+
# automation_run``.
|
635
635
|
# Corresponds to the JSON property `name`
|
636
636
|
# @return [String]
|
637
637
|
attr_accessor :name
|
@@ -1079,7 +1079,7 @@ module Google
|
|
1079
1079
|
include Google::Apis::Core::Hashable
|
1080
1080
|
|
1081
1081
|
# Output only. The name of the Cloud Run job that is associated with a `Rollout`.
|
1082
|
-
# Format is projects/`project`/locations/`location`/jobs/`job_name
|
1082
|
+
# Format is `projects/`project`/locations/`location`/jobs/`job_name``.
|
1083
1083
|
# Corresponds to the JSON property `job`
|
1084
1084
|
# @return [String]
|
1085
1085
|
attr_accessor :job
|
@@ -1090,7 +1090,8 @@ module Google
|
|
1090
1090
|
attr_accessor :revision
|
1091
1091
|
|
1092
1092
|
# Output only. The name of the Cloud Run Service that is associated with a `
|
1093
|
-
# Rollout`. Format is projects/`project`/locations/`location`/services/`service
|
1093
|
+
# Rollout`. Format is `projects/`project`/locations/`location`/services/`service`
|
1094
|
+
# `.
|
1094
1095
|
# Corresponds to the JSON property `service`
|
1095
1096
|
# @return [String]
|
1096
1097
|
attr_accessor :service
|
@@ -1119,7 +1120,7 @@ module Google
|
|
1119
1120
|
include Google::Apis::Core::Hashable
|
1120
1121
|
|
1121
1122
|
# Output only. The name of the Cloud Run Service in the rendered manifest.
|
1122
|
-
# Format is projects/`project`/locations/`location`/services/`service
|
1123
|
+
# Format is `projects/`project`/locations/`location`/services/`service``.
|
1123
1124
|
# Corresponds to the JSON property `service`
|
1124
1125
|
# @return [String]
|
1125
1126
|
attr_accessor :service
|
@@ -1184,9 +1185,9 @@ module Google
|
|
1184
1185
|
class CreateChildRolloutJobRun
|
1185
1186
|
include Google::Apis::Core::Hashable
|
1186
1187
|
|
1187
|
-
# Output only. Name of the `ChildRollout`. Format is projects/`project`/
|
1188
|
-
# locations/`location`/deliveryPipelines/`deliveryPipeline`/
|
1189
|
-
# rollouts/a-z`0,62
|
1188
|
+
# Output only. Name of the `ChildRollout`. Format is `projects/`project`/
|
1189
|
+
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
1190
|
+
# rollouts/a-z`0,62``.
|
1190
1191
|
# Corresponds to the JSON property `rollout`
|
1191
1192
|
# @return [String]
|
1192
1193
|
attr_accessor :rollout
|
@@ -1342,8 +1343,8 @@ module Google
|
|
1342
1343
|
# @return [Hash<String,String>]
|
1343
1344
|
attr_accessor :labels
|
1344
1345
|
|
1345
|
-
# Optional. Name of the `DeliveryPipeline`. Format is projects/`project`/
|
1346
|
-
# locations/`location`/deliveryPipelines/a-z`0,62
|
1346
|
+
# Optional. Name of the `DeliveryPipeline`. Format is `projects/`project`/
|
1347
|
+
# locations/`location`/deliveryPipelines/a-z`0,62``.
|
1347
1348
|
# Corresponds to the JSON property `name`
|
1348
1349
|
# @return [String]
|
1349
1350
|
attr_accessor :name
|
@@ -1473,7 +1474,7 @@ module Google
|
|
1473
1474
|
attr_accessor :artifact
|
1474
1475
|
|
1475
1476
|
# Output only. The resource name of the Cloud Build `Build` object that is used
|
1476
|
-
# to deploy. Format is projects/`project`/locations/`location`/builds/`build
|
1477
|
+
# to deploy. Format is `projects/`project`/locations/`location`/builds/`build``.
|
1477
1478
|
# Corresponds to the JSON property `build`
|
1478
1479
|
# @return [String]
|
1479
1480
|
attr_accessor :build
|
@@ -1771,7 +1772,7 @@ module Google
|
|
1771
1772
|
include Google::Apis::Core::Hashable
|
1772
1773
|
|
1773
1774
|
# Information specifying a GKE Cluster. Format is `projects/`project_id`/
|
1774
|
-
# locations/`location_id`/clusters/`cluster_id
|
1775
|
+
# locations/`location_id`/clusters/`cluster_id``.
|
1775
1776
|
# Corresponds to the JSON property `cluster`
|
1776
1777
|
# @return [String]
|
1777
1778
|
attr_accessor :cluster
|
@@ -1955,9 +1956,9 @@ module Google
|
|
1955
1956
|
# @return [String]
|
1956
1957
|
attr_accessor :job_id
|
1957
1958
|
|
1958
|
-
# Optional. Name of the `JobRun`. Format is projects/`project`/locations/`
|
1959
|
-
# location`/
|
1960
|
-
# rollouts`/jobRuns/`uuid
|
1959
|
+
# Optional. Name of the `JobRun`. Format is `projects/`project`/locations/`
|
1960
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`releases`/rollouts/`
|
1961
|
+
# rollouts`/jobRuns/`uuid``.
|
1961
1962
|
# Corresponds to the JSON property `name`
|
1962
1963
|
# @return [String]
|
1963
1964
|
attr_accessor :name
|
@@ -2923,8 +2924,8 @@ module Google
|
|
2923
2924
|
include Google::Apis::Core::Hashable
|
2924
2925
|
|
2925
2926
|
# Output only. The resource name of the Cloud Build `Build` object that is used
|
2926
|
-
# to execute the custom actions associated with the postdeploy Job. Format is
|
2927
|
-
# projects/`project`/locations/`location`/builds/`build
|
2927
|
+
# to execute the custom actions associated with the postdeploy Job. Format is `
|
2928
|
+
# projects/`project`/locations/`location`/builds/`build``.
|
2928
2929
|
# Corresponds to the JSON property `build`
|
2929
2930
|
# @return [String]
|
2930
2931
|
attr_accessor :build
|
@@ -2996,8 +2997,8 @@ module Google
|
|
2996
2997
|
include Google::Apis::Core::Hashable
|
2997
2998
|
|
2998
2999
|
# Output only. The resource name of the Cloud Build `Build` object that is used
|
2999
|
-
# to execute the custom actions associated with the predeploy Job. Format is
|
3000
|
-
# projects/`project`/locations/`location`/builds/`build
|
3000
|
+
# to execute the custom actions associated with the predeploy Job. Format is `
|
3001
|
+
# projects/`project`/locations/`location`/builds/`build``.
|
3001
3002
|
# Corresponds to the JSON property `build`
|
3002
3003
|
# @return [String]
|
3003
3004
|
attr_accessor :build
|
@@ -3128,7 +3129,7 @@ module Google
|
|
3128
3129
|
attr_accessor :destination_target_id
|
3129
3130
|
|
3130
3131
|
# Required. ID of the rule. This id must be unique in the `Automation` resource
|
3131
|
-
# to which this rule belongs. The format is a-z`0,62
|
3132
|
+
# to which this rule belongs. The format is `a-z`0,62``.
|
3132
3133
|
# Corresponds to the JSON property `id`
|
3133
3134
|
# @return [String]
|
3134
3135
|
attr_accessor :id
|
@@ -3220,8 +3221,8 @@ module Google
|
|
3220
3221
|
# @return [Hash<String,String>]
|
3221
3222
|
attr_accessor :labels
|
3222
3223
|
|
3223
|
-
# Optional. Name of the `Release`. Format is projects/`project`/
|
3224
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
3224
|
+
# Optional. Name of the `Release`. Format is `projects/`project`/locations/`
|
3225
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/a-z`0,62``.
|
3225
3226
|
# Corresponds to the JSON property `name`
|
3226
3227
|
# @return [String]
|
3227
3228
|
attr_accessor :name
|
@@ -3542,7 +3543,7 @@ module Google
|
|
3542
3543
|
attr_accessor :condition
|
3543
3544
|
|
3544
3545
|
# Required. ID of the rule. This id must be unique in the `Automation` resource
|
3545
|
-
# to which this rule belongs. The format is a-z`0,62
|
3546
|
+
# to which this rule belongs. The format is `a-z`0,62``.
|
3546
3547
|
# Corresponds to the JSON property `id`
|
3547
3548
|
# @return [String]
|
3548
3549
|
attr_accessor :id
|
@@ -3919,9 +3920,9 @@ module Google
|
|
3919
3920
|
# @return [String]
|
3920
3921
|
attr_accessor :approve_time
|
3921
3922
|
|
3922
|
-
# Output only. Name of the `ControllerRollout`. Format is projects/`project`/
|
3923
|
-
# locations/`location`/deliveryPipelines/`deliveryPipeline`/
|
3924
|
-
# rollouts/a-z`0,62
|
3923
|
+
# Output only. Name of the `ControllerRollout`. Format is `projects/`project`/
|
3924
|
+
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
3925
|
+
# rollouts/a-z`0,62``.
|
3925
3926
|
# Corresponds to the JSON property `controllerRollout`
|
3926
3927
|
# @return [String]
|
3927
3928
|
attr_accessor :controller_rollout
|
@@ -3992,9 +3993,9 @@ module Google
|
|
3992
3993
|
# @return [Google::Apis::ClouddeployV1::Metadata]
|
3993
3994
|
attr_accessor :metadata
|
3994
3995
|
|
3995
|
-
# Optional. Name of the `Rollout`. Format is projects/`project`/
|
3996
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
3997
|
-
#
|
3996
|
+
# Optional. Name of the `Rollout`. Format is `projects/`project`/locations/`
|
3997
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/a-z`
|
3998
|
+
# 0,62``.
|
3998
3999
|
# Corresponds to the JSON property `name`
|
3999
4000
|
# @return [String]
|
4000
4001
|
attr_accessor :name
|
@@ -4594,8 +4595,8 @@ module Google
|
|
4594
4595
|
# @return [Google::Apis::ClouddeployV1::MultiTarget]
|
4595
4596
|
attr_accessor :multi_target
|
4596
4597
|
|
4597
|
-
# Optional. Name of the `Target`. Format is projects/`project`/locations/`
|
4598
|
-
# location`/targets/a-z`0,62
|
4598
|
+
# Optional. Name of the `Target`. Format is `projects/`project`/locations/`
|
4599
|
+
# location`/targets/a-z`0,62``.
|
4599
4600
|
# Corresponds to the JSON property `name`
|
4600
4601
|
# @return [String]
|
4601
4602
|
attr_accessor :name
|
@@ -4805,8 +4806,8 @@ module Google
|
|
4805
4806
|
class TargetsPresentCondition
|
4806
4807
|
include Google::Apis::Core::Hashable
|
4807
4808
|
|
4808
|
-
# The list of Target names that do not exist. For example, projects/`project_id
|
4809
|
-
# locations/`location_name`/targets/`target_name
|
4809
|
+
# The list of Target names that do not exist. For example, `projects/`project_id`
|
4810
|
+
# /locations/`location_name`/targets/`target_name``.
|
4810
4811
|
# Corresponds to the JSON property `missingTargets`
|
4811
4812
|
# @return [Array<String>]
|
4812
4813
|
attr_accessor :missing_targets
|
@@ -4953,7 +4954,7 @@ module Google
|
|
4953
4954
|
attr_accessor :artifact_uri
|
4954
4955
|
|
4955
4956
|
# Output only. The resource name of the Cloud Build `Build` object that is used
|
4956
|
-
# to verify. Format is projects/`project`/locations/`location`/builds/`build
|
4957
|
+
# to verify. Format is `projects/`project`/locations/`location`/builds/`build``.
|
4957
4958
|
# Corresponds to the JSON property `build`
|
4958
4959
|
# @return [String]
|
4959
4960
|
attr_accessor :build
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ClouddeployV1
|
18
18
|
# Version of the google-apis-clouddeploy_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231110"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -155,7 +155,7 @@ module Google
|
|
155
155
|
# Creates a new DeliveryPipeline in a given project and location.
|
156
156
|
# @param [String] parent
|
157
157
|
# Required. The parent collection in which the `DeliveryPipeline` should be
|
158
|
-
# created. Format should be projects/`project_id`/locations/`location_name
|
158
|
+
# created. Format should be `projects/`project_id`/locations/`location_name``.
|
159
159
|
# @param [Google::Apis::ClouddeployV1::DeliveryPipeline] delivery_pipeline_object
|
160
160
|
# @param [String] delivery_pipeline_id
|
161
161
|
# Required. ID of the `DeliveryPipeline`.
|
@@ -207,9 +207,9 @@ module Google
|
|
207
207
|
|
208
208
|
# Deletes a single DeliveryPipeline.
|
209
209
|
# @param [String] name
|
210
|
-
# Required. The name of the `DeliveryPipeline` to delete. Format should be
|
210
|
+
# Required. The name of the `DeliveryPipeline` to delete. Format should be `
|
211
211
|
# projects/`project_id`/locations/`location_name`/deliveryPipelines/`
|
212
|
-
# pipeline_name
|
212
|
+
# pipeline_name``.
|
213
213
|
# @param [Boolean] allow_missing
|
214
214
|
# Optional. If set to true, then deleting an already deleted or non-existing `
|
215
215
|
# DeliveryPipeline` will succeed.
|
@@ -269,8 +269,8 @@ module Google
|
|
269
269
|
|
270
270
|
# Gets details of a single DeliveryPipeline.
|
271
271
|
# @param [String] name
|
272
|
-
# Required. Name of the `DeliveryPipeline`. Format must be projects/`project_id
|
273
|
-
# locations/`location_name`/deliveryPipelines/`pipeline_name
|
272
|
+
# Required. Name of the `DeliveryPipeline`. Format must be `projects/`project_id`
|
273
|
+
# /locations/`location_name`/deliveryPipelines/`pipeline_name``.
|
274
274
|
# @param [String] fields
|
275
275
|
# Selector specifying which fields to include in a partial response.
|
276
276
|
# @param [String] quota_user
|
@@ -345,8 +345,8 @@ module Google
|
|
345
345
|
|
346
346
|
# Lists DeliveryPipelines in a given project and location.
|
347
347
|
# @param [String] parent
|
348
|
-
# Required. The parent, which owns this collection of pipelines. Format must be
|
349
|
-
# projects/`project_id`/locations/`location_name
|
348
|
+
# Required. The parent, which owns this collection of pipelines. Format must be `
|
349
|
+
# projects/`project_id`/locations/`location_name``.
|
350
350
|
# @param [String] filter
|
351
351
|
# Filter pipelines to be returned. See https://google.aip.dev/160 for more
|
352
352
|
# details.
|
@@ -393,8 +393,8 @@ module Google
|
|
393
393
|
|
394
394
|
# Updates the parameters of a single DeliveryPipeline.
|
395
395
|
# @param [String] name
|
396
|
-
# Optional. Name of the `DeliveryPipeline`. Format is projects/`project`/
|
397
|
-
# locations/`location`/deliveryPipelines/a-z`0,62
|
396
|
+
# Optional. Name of the `DeliveryPipeline`. Format is `projects/`project`/
|
397
|
+
# locations/`location`/deliveryPipelines/a-z`0,62``.
|
398
398
|
# @param [Google::Apis::ClouddeployV1::DeliveryPipeline] delivery_pipeline_object
|
399
399
|
# @param [Boolean] allow_missing
|
400
400
|
# Optional. If set to true, updating a `DeliveryPipeline` that does not exist
|
@@ -455,8 +455,8 @@ module Google
|
|
455
455
|
# Creates a `Rollout` to roll back the specified target.
|
456
456
|
# @param [String] name
|
457
457
|
# Required. The `DeliveryPipeline` for which the rollback `Rollout` should be
|
458
|
-
# created. Format should be projects/`project_id`/locations/`location_name`/
|
459
|
-
# deliveryPipelines/`pipeline_name
|
458
|
+
# created. Format should be `projects/`project_id`/locations/`location_name`/
|
459
|
+
# deliveryPipelines/`pipeline_name``.
|
460
460
|
# @param [Google::Apis::ClouddeployV1::RollbackTargetRequest] rollback_target_request_object
|
461
461
|
# @param [String] fields
|
462
462
|
# Selector specifying which fields to include in a partial response.
|
@@ -568,9 +568,9 @@ module Google
|
|
568
568
|
# state `IN_PROGRESS` and `PENDING`; AutomationRun in a different state returns
|
569
569
|
# an `FAILED_PRECONDITION` error.
|
570
570
|
# @param [String] name
|
571
|
-
# Required. Name of the `AutomationRun`. Format is projects/`project`/locations
|
572
|
-
# location`/deliveryPipelines/`delivery_pipeline`/automationRuns/`
|
573
|
-
#
|
571
|
+
# Required. Name of the `AutomationRun`. Format is `projects/`project`/locations/
|
572
|
+
# `location`/deliveryPipelines/`delivery_pipeline`/automationRuns/`
|
573
|
+
# automation_run``.
|
574
574
|
# @param [Google::Apis::ClouddeployV1::CancelAutomationRunRequest] cancel_automation_run_request_object
|
575
575
|
# @param [String] fields
|
576
576
|
# Selector specifying which fields to include in a partial response.
|
@@ -603,9 +603,9 @@ module Google
|
|
603
603
|
|
604
604
|
# Gets details of a single AutomationRun.
|
605
605
|
# @param [String] name
|
606
|
-
# Required. Name of the `AutomationRun`. Format must be projects/`project`/
|
606
|
+
# Required. Name of the `AutomationRun`. Format must be `projects/`project`/
|
607
607
|
# locations/`location`/deliveryPipelines/`delivery_pipeline`/automationRuns/`
|
608
|
-
# automation_run
|
608
|
+
# automation_run``.
|
609
609
|
# @param [String] fields
|
610
610
|
# Selector specifying which fields to include in a partial response.
|
611
611
|
# @param [String] quota_user
|
@@ -636,8 +636,8 @@ module Google
|
|
636
636
|
# Lists AutomationRuns in a given project and location.
|
637
637
|
# @param [String] parent
|
638
638
|
# Required. The parent, which owns this collection of automationRuns. Format
|
639
|
-
# must be projects/`project`/locations/`location`/deliveryPipelines/`
|
640
|
-
# delivery_pipeline
|
639
|
+
# must be `projects/`project`/locations/`location`/deliveryPipelines/`
|
640
|
+
# delivery_pipeline``.
|
641
641
|
# @param [String] filter
|
642
642
|
# Filter automationRuns to be returned. All fields can be used in the filter.
|
643
643
|
# @param [String] order_by
|
@@ -684,8 +684,8 @@ module Google
|
|
684
684
|
# Creates a new Automation in a given project and location.
|
685
685
|
# @param [String] parent
|
686
686
|
# Required. The parent collection in which the `Automation` should be created.
|
687
|
-
# Format should be projects/`project_id`/locations/`location_name`/
|
688
|
-
# deliveryPipelines/`pipeline_name
|
687
|
+
# Format should be `projects/`project_id`/locations/`location_name`/
|
688
|
+
# deliveryPipelines/`pipeline_name``.
|
689
689
|
# @param [Google::Apis::ClouddeployV1::Automation] automation_object
|
690
690
|
# @param [String] automation_id
|
691
691
|
# Required. ID of the `Automation`.
|
@@ -737,9 +737,9 @@ module Google
|
|
737
737
|
|
738
738
|
# Deletes a single Automation resource.
|
739
739
|
# @param [String] name
|
740
|
-
# Required. The name of the `Automation` to delete. Format should be projects/`
|
740
|
+
# Required. The name of the `Automation` to delete. Format should be `projects/`
|
741
741
|
# project_id`/locations/`location_name`/deliveryPipelines/`pipeline_name`/
|
742
|
-
# automations/`automation_name
|
742
|
+
# automations/`automation_name``.
|
743
743
|
# @param [Boolean] allow_missing
|
744
744
|
# Optional. If set to true, then deleting an already deleted or non-existing `
|
745
745
|
# Automation` will succeed.
|
@@ -794,9 +794,9 @@ module Google
|
|
794
794
|
|
795
795
|
# Gets details of a single Automation.
|
796
796
|
# @param [String] name
|
797
|
-
# Required. Name of the `Automation`. Format must be projects/`project_id`/
|
797
|
+
# Required. Name of the `Automation`. Format must be `projects/`project_id`/
|
798
798
|
# locations/`location_name`/deliveryPipelines/`pipeline_name`/automations/`
|
799
|
-
# automation_name
|
799
|
+
# automation_name``.
|
800
800
|
# @param [String] fields
|
801
801
|
# Selector specifying which fields to include in a partial response.
|
802
802
|
# @param [String] quota_user
|
@@ -827,8 +827,8 @@ module Google
|
|
827
827
|
# Lists Automations in a given project and location.
|
828
828
|
# @param [String] parent
|
829
829
|
# Required. The parent, which owns this collection of automations. Format must
|
830
|
-
# be projects/`project_id`/locations/`location_name`/deliveryPipelines/`
|
831
|
-
# pipeline_name
|
830
|
+
# be `projects/`project_id`/locations/`location_name`/deliveryPipelines/`
|
831
|
+
# pipeline_name``.
|
832
832
|
# @param [String] filter
|
833
833
|
# Filter automations to be returned. All fields can be used in the filter.
|
834
834
|
# @param [String] order_by
|
@@ -874,8 +874,8 @@ module Google
|
|
874
874
|
|
875
875
|
# Updates the parameters of a single Automation resource.
|
876
876
|
# @param [String] name
|
877
|
-
# Output only. Name of the `Automation`. Format is projects/`project`/locations
|
878
|
-
# location`/deliveryPipelines/`delivery_pipeline`/automations/`automation
|
877
|
+
# Output only. Name of the `Automation`. Format is `projects/`project`/locations/
|
878
|
+
# `location`/deliveryPipelines/`delivery_pipeline`/automations/`automation``.
|
879
879
|
# @param [Google::Apis::ClouddeployV1::Automation] automation_object
|
880
880
|
# @param [Boolean] allow_missing
|
881
881
|
# Optional. If set to true, updating a `Automation` that does not exist will
|
@@ -935,8 +935,8 @@ module Google
|
|
935
935
|
|
936
936
|
# Abandons a Release in the Delivery Pipeline.
|
937
937
|
# @param [String] name
|
938
|
-
# Required. Name of the Release. Format is projects/`project`/locations/`
|
939
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
938
|
+
# Required. Name of the Release. Format is `projects/`project`/locations/`
|
939
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release``.
|
940
940
|
# @param [Google::Apis::ClouddeployV1::AbandonReleaseRequest] abandon_release_request_object
|
941
941
|
# @param [String] fields
|
942
942
|
# Selector specifying which fields to include in a partial response.
|
@@ -970,8 +970,8 @@ module Google
|
|
970
970
|
# Creates a new Release in a given project and location.
|
971
971
|
# @param [String] parent
|
972
972
|
# Required. The parent collection in which the `Release` should be created.
|
973
|
-
# Format should be projects/`project_id`/locations/`location_name`/
|
974
|
-
# deliveryPipelines/`pipeline_name
|
973
|
+
# Format should be `projects/`project_id`/locations/`location_name`/
|
974
|
+
# deliveryPipelines/`pipeline_name``.
|
975
975
|
# @param [Google::Apis::ClouddeployV1::Release] release_object
|
976
976
|
# @param [String] release_id
|
977
977
|
# Required. ID of the `Release`.
|
@@ -1023,9 +1023,9 @@ module Google
|
|
1023
1023
|
|
1024
1024
|
# Gets details of a single Release.
|
1025
1025
|
# @param [String] name
|
1026
|
-
# Required. Name of the `Release`. Format must be projects/`project_id`/
|
1026
|
+
# Required. Name of the `Release`. Format must be `projects/`project_id`/
|
1027
1027
|
# locations/`location_name`/deliveryPipelines/`pipeline_name`/releases/`
|
1028
|
-
# release_name
|
1028
|
+
# release_name``.
|
1029
1029
|
# @param [String] fields
|
1030
1030
|
# Selector specifying which fields to include in a partial response.
|
1031
1031
|
# @param [String] quota_user
|
@@ -1105,9 +1105,9 @@ module Google
|
|
1105
1105
|
|
1106
1106
|
# Advances a Rollout in a given project and location.
|
1107
1107
|
# @param [String] name
|
1108
|
-
# Required. Name of the Rollout. Format is projects/`project`/locations/`
|
1109
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
1110
|
-
# rollout
|
1108
|
+
# Required. Name of the Rollout. Format is `projects/`project`/locations/`
|
1109
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
1110
|
+
# rollout``.
|
1111
1111
|
# @param [Google::Apis::ClouddeployV1::AdvanceRolloutRequest] advance_rollout_request_object
|
1112
1112
|
# @param [String] fields
|
1113
1113
|
# Selector specifying which fields to include in a partial response.
|
@@ -1140,9 +1140,9 @@ module Google
|
|
1140
1140
|
|
1141
1141
|
# Approves a Rollout.
|
1142
1142
|
# @param [String] name
|
1143
|
-
# Required. Name of the Rollout. Format is projects/`project`/locations/`
|
1144
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
1145
|
-
# rollout
|
1143
|
+
# Required. Name of the Rollout. Format is `projects/`project`/locations/`
|
1144
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
1145
|
+
# rollout``.
|
1146
1146
|
# @param [Google::Apis::ClouddeployV1::ApproveRolloutRequest] approve_rollout_request_object
|
1147
1147
|
# @param [String] fields
|
1148
1148
|
# Selector specifying which fields to include in a partial response.
|
@@ -1175,9 +1175,9 @@ module Google
|
|
1175
1175
|
|
1176
1176
|
# Cancels a Rollout in a given project and location.
|
1177
1177
|
# @param [String] name
|
1178
|
-
# Required. Name of the Rollout. Format is projects/`project`/locations/`
|
1179
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
1180
|
-
# rollout
|
1178
|
+
# Required. Name of the Rollout. Format is `projects/`project`/locations/`
|
1179
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
1180
|
+
# rollout``.
|
1181
1181
|
# @param [Google::Apis::ClouddeployV1::CancelRolloutRequest] cancel_rollout_request_object
|
1182
1182
|
# @param [String] fields
|
1183
1183
|
# Selector specifying which fields to include in a partial response.
|
@@ -1211,8 +1211,8 @@ module Google
|
|
1211
1211
|
# Creates a new Rollout in a given project and location.
|
1212
1212
|
# @param [String] parent
|
1213
1213
|
# Required. The parent collection in which the `Rollout` should be created.
|
1214
|
-
# Format should be projects/`project_id`/locations/`location_name`/
|
1215
|
-
# deliveryPipelines/`pipeline_name`/releases/`release_name
|
1214
|
+
# Format should be `projects/`project_id`/locations/`location_name`/
|
1215
|
+
# deliveryPipelines/`pipeline_name`/releases/`release_name``.
|
1216
1216
|
# @param [Google::Apis::ClouddeployV1::Rollout] rollout_object
|
1217
1217
|
# @param [String] request_id
|
1218
1218
|
# Optional. A request ID to identify requests. Specify a unique request ID so
|
@@ -1268,9 +1268,9 @@ module Google
|
|
1268
1268
|
|
1269
1269
|
# Gets details of a single Rollout.
|
1270
1270
|
# @param [String] name
|
1271
|
-
# Required. Name of the `Rollout`. Format must be projects/`project_id`/
|
1271
|
+
# Required. Name of the `Rollout`. Format must be `projects/`project_id`/
|
1272
1272
|
# locations/`location_name`/deliveryPipelines/`pipeline_name`/releases/`
|
1273
|
-
# release_name`/rollouts/`rollout_name
|
1273
|
+
# release_name`/rollouts/`rollout_name``.
|
1274
1274
|
# @param [String] fields
|
1275
1275
|
# Selector specifying which fields to include in a partial response.
|
1276
1276
|
# @param [String] quota_user
|
@@ -1300,9 +1300,9 @@ module Google
|
|
1300
1300
|
|
1301
1301
|
# Ignores the specified Job in a Rollout.
|
1302
1302
|
# @param [String] rollout
|
1303
|
-
# Required. Name of the Rollout. Format is projects/`project`/locations/`
|
1304
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
1305
|
-
# rollout
|
1303
|
+
# Required. Name of the Rollout. Format is `projects/`project`/locations/`
|
1304
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
1305
|
+
# rollout``.
|
1306
1306
|
# @param [Google::Apis::ClouddeployV1::IgnoreJobRequest] ignore_job_request_object
|
1307
1307
|
# @param [String] fields
|
1308
1308
|
# Selector specifying which fields to include in a partial response.
|
@@ -1384,9 +1384,9 @@ module Google
|
|
1384
1384
|
|
1385
1385
|
# Retries the specified Job in a Rollout.
|
1386
1386
|
# @param [String] rollout
|
1387
|
-
# Required. Name of the Rollout. Format is projects/`project`/locations/`
|
1388
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
1389
|
-
# rollout
|
1387
|
+
# Required. Name of the Rollout. Format is `projects/`project`/locations/`
|
1388
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
1389
|
+
# rollout``.
|
1390
1390
|
# @param [Google::Apis::ClouddeployV1::RetryJobRequest] retry_job_request_object
|
1391
1391
|
# @param [String] fields
|
1392
1392
|
# Selector specifying which fields to include in a partial response.
|
@@ -1419,9 +1419,9 @@ module Google
|
|
1419
1419
|
|
1420
1420
|
# Gets details of a single JobRun.
|
1421
1421
|
# @param [String] name
|
1422
|
-
# Required. Name of the `JobRun`. Format must be projects/`project_id`/
|
1423
|
-
#
|
1424
|
-
# rollouts/`rollout_name`/jobRuns/`job_run_name
|
1422
|
+
# Required. Name of the `JobRun`. Format must be `projects/`project_id`/
|
1423
|
+
# locations/`location_name`/deliveryPipelines/`pipeline_name`/releases/`
|
1424
|
+
# release_name`/rollouts/`rollout_name`/jobRuns/`job_run_name``.
|
1425
1425
|
# @param [String] fields
|
1426
1426
|
# Selector specifying which fields to include in a partial response.
|
1427
1427
|
# @param [String] quota_user
|
@@ -1499,9 +1499,9 @@ module Google
|
|
1499
1499
|
|
1500
1500
|
# Terminates a Job Run in a given project and location.
|
1501
1501
|
# @param [String] name
|
1502
|
-
# Required. Name of the `JobRun`. Format must be projects/`project`/locations/`
|
1503
|
-
# location`/deliveryPipelines/`deliveryPipeline`/
|
1504
|
-
# rollout`/jobRuns/`jobRun
|
1502
|
+
# Required. Name of the `JobRun`. Format must be `projects/`project`/locations/`
|
1503
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
1504
|
+
# rollout`/jobRuns/`jobRun``.
|
1505
1505
|
# @param [Google::Apis::ClouddeployV1::TerminateJobRunRequest] terminate_job_run_request_object
|
1506
1506
|
# @param [String] fields
|
1507
1507
|
# Selector specifying which fields to include in a partial response.
|
@@ -1679,7 +1679,7 @@ module Google
|
|
1679
1679
|
# Creates a new Target in a given project and location.
|
1680
1680
|
# @param [String] parent
|
1681
1681
|
# Required. The parent collection in which the `Target` should be created.
|
1682
|
-
# Format should be projects/`project_id`/locations/`location_name
|
1682
|
+
# Format should be `projects/`project_id`/locations/`location_name``.
|
1683
1683
|
# @param [Google::Apis::ClouddeployV1::Target] target_object
|
1684
1684
|
# @param [String] request_id
|
1685
1685
|
# Optional. A request ID to identify requests. Specify a unique request ID so
|
@@ -1731,8 +1731,8 @@ module Google
|
|
1731
1731
|
|
1732
1732
|
# Deletes a single Target.
|
1733
1733
|
# @param [String] name
|
1734
|
-
# Required. The name of the `Target` to delete. Format should be projects/`
|
1735
|
-
# project_id`/locations/`location_name`/targets/`target_name
|
1734
|
+
# Required. The name of the `Target` to delete. Format should be `projects/`
|
1735
|
+
# project_id`/locations/`location_name`/targets/`target_name``.
|
1736
1736
|
# @param [Boolean] allow_missing
|
1737
1737
|
# Optional. If set to true, then deleting an already deleted or non-existing `
|
1738
1738
|
# Target` will succeed.
|
@@ -1787,8 +1787,8 @@ module Google
|
|
1787
1787
|
|
1788
1788
|
# Gets details of a single Target.
|
1789
1789
|
# @param [String] name
|
1790
|
-
# Required. Name of the `Target`. Format must be projects/`project_id`/
|
1791
|
-
#
|
1790
|
+
# Required. Name of the `Target`. Format must be `projects/`project_id`/
|
1791
|
+
# locations/`location_name`/targets/`target_name``.
|
1792
1792
|
# @param [String] fields
|
1793
1793
|
# Selector specifying which fields to include in a partial response.
|
1794
1794
|
# @param [String] quota_user
|
@@ -1863,8 +1863,8 @@ module Google
|
|
1863
1863
|
|
1864
1864
|
# Lists Targets in a given project and location.
|
1865
1865
|
# @param [String] parent
|
1866
|
-
# Required. The parent, which owns this collection of targets. Format must be
|
1867
|
-
# projects/`project_id`/locations/`location_name
|
1866
|
+
# Required. The parent, which owns this collection of targets. Format must be `
|
1867
|
+
# projects/`project_id`/locations/`location_name``.
|
1868
1868
|
# @param [String] filter
|
1869
1869
|
# Optional. Filter targets to be returned. See https://google.aip.dev/160 for
|
1870
1870
|
# more details.
|
@@ -1912,8 +1912,8 @@ module Google
|
|
1912
1912
|
|
1913
1913
|
# Updates the parameters of a single Target.
|
1914
1914
|
# @param [String] name
|
1915
|
-
# Optional. Name of the `Target`. Format is projects/`project`/locations/`
|
1916
|
-
# location`/targets/a-z`0,62
|
1915
|
+
# Optional. Name of the `Target`. Format is `projects/`project`/locations/`
|
1916
|
+
# location`/targets/a-z`0,62``.
|
1917
1917
|
# @param [Google::Apis::ClouddeployV1::Target] target_object
|
1918
1918
|
# @param [Boolean] allow_missing
|
1919
1919
|
# Optional. If set to true, updating a `Target` that does not exist will result
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-clouddeploy_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|