google-apis-clouddeploy_v1 0.44.0 → 0.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eea3221e1db751d40a4569baec07ba2a42a749a0375f64f16ee88ab4e24c3c0c
|
|
4
|
+
data.tar.gz: 40e9602f216316512d54374d370c5e4eb6739b9df401600568acf05897828e0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9dc33b7275eefa5bd167114ec66db869d0b8e894fb170c9c77da7815063d0b7cc65defcdf4b16214a79f2e11273d08e439b194759ab9ee91e066a56b3a6bccb7
|
|
7
|
+
data.tar.gz: 358b73deadbccee497cbdd52d8e8f14855a3f132407b918938cf77dd9be181163202d869fe9dbb64a5c177b379d7cad39f5411f6d8035ea04c22daa3ae908b1e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-clouddeploy_v1
|
|
2
2
|
|
|
3
|
+
### v0.45.0 (2024-05-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240511
|
|
6
|
+
* Regenerated using generator version 0.15.0
|
|
7
|
+
|
|
3
8
|
### v0.44.0 (2024-05-05)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240428
|
|
@@ -68,7 +68,7 @@ module Google
|
|
|
68
68
|
|
|
69
69
|
# Output only. Name of the `ChildRollout`. Format is `projects/`project`/
|
|
70
70
|
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
|
71
|
-
# rollouts
|
|
71
|
+
# rollouts/`rollout``.
|
|
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,
|
|
172
|
+
# to which this rule belongs. The format is `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`.
|
|
173
173
|
# Corresponds to the JSON property `id`
|
|
174
174
|
# @return [String]
|
|
175
175
|
attr_accessor :id
|
|
@@ -504,7 +504,7 @@ module Google
|
|
|
504
504
|
class AutomationRolloutMetadata
|
|
505
505
|
include Google::Apis::Core::Hashable
|
|
506
506
|
|
|
507
|
-
# Output only. The
|
|
507
|
+
# Output only. The names of the AutomationRuns initiated by an advance rollout
|
|
508
508
|
# rule.
|
|
509
509
|
# Corresponds to the JSON property `advanceAutomationRuns`
|
|
510
510
|
# @return [Array<String>]
|
|
@@ -515,12 +515,13 @@ module Google
|
|
|
515
515
|
# @return [String]
|
|
516
516
|
attr_accessor :current_repair_automation_run
|
|
517
517
|
|
|
518
|
-
# Output only. The
|
|
518
|
+
# Output only. The name of the AutomationRun initiated by a promote release rule.
|
|
519
519
|
# Corresponds to the JSON property `promoteAutomationRun`
|
|
520
520
|
# @return [String]
|
|
521
521
|
attr_accessor :promote_automation_run
|
|
522
522
|
|
|
523
|
-
# Output only. The
|
|
523
|
+
# Output only. The names of the AutomationRuns initiated by a repair rollout
|
|
524
|
+
# rule.
|
|
524
525
|
# Corresponds to the JSON property `repairAutomationRuns`
|
|
525
526
|
# @return [Array<String>]
|
|
526
527
|
attr_accessor :repair_automation_runs
|
|
@@ -1239,7 +1240,7 @@ module Google
|
|
|
1239
1240
|
|
|
1240
1241
|
# Output only. Name of the `ChildRollout`. Format is `projects/`project`/
|
|
1241
1242
|
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
|
1242
|
-
# rollouts
|
|
1243
|
+
# rollouts/`rollout``.
|
|
1243
1244
|
# Corresponds to the JSON property `rollout`
|
|
1244
1245
|
# @return [String]
|
|
1245
1246
|
attr_accessor :rollout
|
|
@@ -1427,7 +1428,8 @@ module Google
|
|
|
1427
1428
|
attr_accessor :labels
|
|
1428
1429
|
|
|
1429
1430
|
# Optional. Name of the `CustomTargetType`. Format is `projects/`project`/
|
|
1430
|
-
# locations/`location`/customTargetTypes
|
|
1431
|
+
# locations/`location`/customTargetTypes/`customTargetType``. The `
|
|
1432
|
+
# customTargetType` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
|
1431
1433
|
# Corresponds to the JSON property `name`
|
|
1432
1434
|
# @return [String]
|
|
1433
1435
|
attr_accessor :name
|
|
@@ -1577,7 +1579,8 @@ module Google
|
|
|
1577
1579
|
attr_accessor :labels
|
|
1578
1580
|
|
|
1579
1581
|
# Optional. Name of the `DeliveryPipeline`. Format is `projects/`project`/
|
|
1580
|
-
# locations/`location`/deliveryPipelines
|
|
1582
|
+
# locations/`location`/deliveryPipelines/`deliveryPipeline``. The `
|
|
1583
|
+
# deliveryPipeline` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
|
1581
1584
|
# Corresponds to the JSON property `name`
|
|
1582
1585
|
# @return [String]
|
|
1583
1586
|
attr_accessor :name
|
|
@@ -1902,6 +1905,13 @@ module Google
|
|
|
1902
1905
|
# @return [Array<String>]
|
|
1903
1906
|
attr_accessor :usages
|
|
1904
1907
|
|
|
1908
|
+
# Optional. If true, additional logging will be enabled when running builds in
|
|
1909
|
+
# this execution environment.
|
|
1910
|
+
# Corresponds to the JSON property `verbose`
|
|
1911
|
+
# @return [Boolean]
|
|
1912
|
+
attr_accessor :verbose
|
|
1913
|
+
alias_method :verbose?, :verbose
|
|
1914
|
+
|
|
1905
1915
|
# Optional. The resource name of the `WorkerPool`, with the format `projects/`
|
|
1906
1916
|
# project`/locations/`location`/workerPools/`worker_pool``. If this optional
|
|
1907
1917
|
# field is unspecified, the default Cloud Build pool will be used.
|
|
@@ -1921,6 +1931,7 @@ module Google
|
|
|
1921
1931
|
@private_pool = args[:private_pool] if args.key?(:private_pool)
|
|
1922
1932
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
1923
1933
|
@usages = args[:usages] if args.key?(:usages)
|
|
1934
|
+
@verbose = args[:verbose] if args.key?(:verbose)
|
|
1924
1935
|
@worker_pool = args[:worker_pool] if args.key?(:worker_pool)
|
|
1925
1936
|
end
|
|
1926
1937
|
end
|
|
@@ -3439,7 +3450,7 @@ module Google
|
|
|
3439
3450
|
attr_accessor :destination_target_id
|
|
3440
3451
|
|
|
3441
3452
|
# Required. ID of the rule. This id must be unique in the `Automation` resource
|
|
3442
|
-
# to which this rule belongs. The format is `a-z`0,
|
|
3453
|
+
# to which this rule belongs. The format is `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`.
|
|
3443
3454
|
# Corresponds to the JSON property `id`
|
|
3444
3455
|
# @return [String]
|
|
3445
3456
|
attr_accessor :id
|
|
@@ -3538,7 +3549,8 @@ module Google
|
|
|
3538
3549
|
attr_accessor :labels
|
|
3539
3550
|
|
|
3540
3551
|
# Optional. Name of the `Release`. Format is `projects/`project`/locations/`
|
|
3541
|
-
# location`/deliveryPipelines/`deliveryPipeline`/releases
|
|
3552
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release``. The `
|
|
3553
|
+
# release` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
|
3542
3554
|
# Corresponds to the JSON property `name`
|
|
3543
3555
|
# @return [String]
|
|
3544
3556
|
attr_accessor :name
|
|
@@ -3904,7 +3916,7 @@ module Google
|
|
|
3904
3916
|
attr_accessor :condition
|
|
3905
3917
|
|
|
3906
3918
|
# Required. ID of the rule. This id must be unique in the `Automation` resource
|
|
3907
|
-
# to which this rule belongs. The format is `a-z`0,
|
|
3919
|
+
# to which this rule belongs. The format is `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`.
|
|
3908
3920
|
# Corresponds to the JSON property `id`
|
|
3909
3921
|
# @return [String]
|
|
3910
3922
|
attr_accessor :id
|
|
@@ -4283,7 +4295,7 @@ module Google
|
|
|
4283
4295
|
|
|
4284
4296
|
# Output only. Name of the `ControllerRollout`. Format is `projects/`project`/
|
|
4285
4297
|
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
|
4286
|
-
# rollouts
|
|
4298
|
+
# rollouts/`rollout``.
|
|
4287
4299
|
# Corresponds to the JSON property `controllerRollout`
|
|
4288
4300
|
# @return [String]
|
|
4289
4301
|
attr_accessor :controller_rollout
|
|
@@ -4355,8 +4367,8 @@ module Google
|
|
|
4355
4367
|
attr_accessor :metadata
|
|
4356
4368
|
|
|
4357
4369
|
# Optional. Name of the `Rollout`. Format is `projects/`project`/locations/`
|
|
4358
|
-
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts
|
|
4359
|
-
# 0,
|
|
4370
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
|
4371
|
+
# rollout``. The `rollout` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
|
4360
4372
|
# Corresponds to the JSON property `name`
|
|
4361
4373
|
# @return [String]
|
|
4362
4374
|
attr_accessor :name
|
|
@@ -5109,7 +5121,8 @@ module Google
|
|
|
5109
5121
|
attr_accessor :multi_target
|
|
5110
5122
|
|
|
5111
5123
|
# Optional. Name of the `Target`. Format is `projects/`project`/locations/`
|
|
5112
|
-
# location`/targets
|
|
5124
|
+
# location`/targets/`target``. The `target` component must match `[a-z]([a-z0-9-]
|
|
5125
|
+
# `0,61`[a-z0-9])?`
|
|
5113
5126
|
# Corresponds to the JSON property `name`
|
|
5114
5127
|
# @return [String]
|
|
5115
5128
|
attr_accessor :name
|
|
@@ -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.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240511"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -393,7 +393,8 @@ module Google
|
|
|
393
393
|
# Updates a single CustomTargetType.
|
|
394
394
|
# @param [String] name
|
|
395
395
|
# Optional. Name of the `CustomTargetType`. Format is `projects/`project`/
|
|
396
|
-
# locations/`location`/customTargetTypes
|
|
396
|
+
# locations/`location`/customTargetTypes/`customTargetType``. The `
|
|
397
|
+
# customTargetType` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
|
397
398
|
# @param [Google::Apis::ClouddeployV1::CustomTargetType] custom_target_type_object
|
|
398
399
|
# @param [Boolean] allow_missing
|
|
399
400
|
# Optional. If set to true, updating a `CustomTargetType` that does not exist
|
|
@@ -730,7 +731,8 @@ module Google
|
|
|
730
731
|
# Updates the parameters of a single DeliveryPipeline.
|
|
731
732
|
# @param [String] name
|
|
732
733
|
# Optional. Name of the `DeliveryPipeline`. Format is `projects/`project`/
|
|
733
|
-
# locations/`location`/deliveryPipelines
|
|
734
|
+
# locations/`location`/deliveryPipelines/`deliveryPipeline``. The `
|
|
735
|
+
# deliveryPipeline` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
|
734
736
|
# @param [Google::Apis::ClouddeployV1::DeliveryPipeline] delivery_pipeline_object
|
|
735
737
|
# @param [Boolean] allow_missing
|
|
736
738
|
# Optional. If set to true, updating a `DeliveryPipeline` that does not exist
|
|
@@ -2249,7 +2251,8 @@ module Google
|
|
|
2249
2251
|
# Updates the parameters of a single Target.
|
|
2250
2252
|
# @param [String] name
|
|
2251
2253
|
# Optional. Name of the `Target`. Format is `projects/`project`/locations/`
|
|
2252
|
-
# location`/targets
|
|
2254
|
+
# location`/targets/`target``. The `target` component must match `[a-z]([a-z0-9-]
|
|
2255
|
+
# `0,61`[a-z0-9])?`
|
|
2253
2256
|
# @param [Google::Apis::ClouddeployV1::Target] target_object
|
|
2254
2257
|
# @param [Boolean] allow_missing
|
|
2255
2258
|
# 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.45.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: 2024-05-
|
|
11
|
+
date: 2024-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.15.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.15.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.45.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: []
|