google-apis-clouddeploy_v1 0.44.0 → 0.46.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: b1eff37d6d5d057e43dd521fbf88ccd087072f62e3f54a691009a597e2288ed3
|
4
|
+
data.tar.gz: 57c4c72af2cc4b1bfdaf3c054e465231e6dd731b2cc252bd8181e00bc9edfe52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 577327679e204c44166cf57b4aaafaa88f50c384f343ff3ef02ca1a35021a48fa86f670283dcdd3ff4529a3792e247609fab97e6deb9bfaf17acf10e044e6251
|
7
|
+
data.tar.gz: 7ecf397a67d2bec348b2304f9e16e1d6747b057c40343bfd6cb120b760e43c5a2b81f20f531745696eadac7f7ab5fc9c0ca57e54ee9d65bba9aafbe3480e9bd7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-clouddeploy_v1
|
2
2
|
|
3
|
+
### v0.46.0 (2024-06-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240529
|
6
|
+
|
7
|
+
### v0.45.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240511
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.44.0 (2024-05-05)
|
4
13
|
|
5
14
|
* 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,23 +504,19 @@ 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>]
|
511
511
|
attr_accessor :advance_automation_runs
|
512
512
|
|
513
|
-
# Output only. The
|
514
|
-
# Corresponds to the JSON property `currentRepairAutomationRun`
|
515
|
-
# @return [String]
|
516
|
-
attr_accessor :current_repair_automation_run
|
517
|
-
|
518
|
-
# Output only. The ID of the AutomationRun initiated by a promote release rule.
|
513
|
+
# Output only. The name of the AutomationRun initiated by a promote release rule.
|
519
514
|
# Corresponds to the JSON property `promoteAutomationRun`
|
520
515
|
# @return [String]
|
521
516
|
attr_accessor :promote_automation_run
|
522
517
|
|
523
|
-
# Output only. The
|
518
|
+
# Output only. The names of the AutomationRuns initiated by a repair rollout
|
519
|
+
# rule.
|
524
520
|
# Corresponds to the JSON property `repairAutomationRuns`
|
525
521
|
# @return [Array<String>]
|
526
522
|
attr_accessor :repair_automation_runs
|
@@ -532,7 +528,6 @@ module Google
|
|
532
528
|
# Update properties of this object
|
533
529
|
def update!(**args)
|
534
530
|
@advance_automation_runs = args[:advance_automation_runs] if args.key?(:advance_automation_runs)
|
535
|
-
@current_repair_automation_run = args[:current_repair_automation_run] if args.key?(:current_repair_automation_run)
|
536
531
|
@promote_automation_run = args[:promote_automation_run] if args.key?(:promote_automation_run)
|
537
532
|
@repair_automation_runs = args[:repair_automation_runs] if args.key?(:repair_automation_runs)
|
538
533
|
end
|
@@ -1239,7 +1234,7 @@ module Google
|
|
1239
1234
|
|
1240
1235
|
# Output only. Name of the `ChildRollout`. Format is `projects/`project`/
|
1241
1236
|
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
1242
|
-
# rollouts
|
1237
|
+
# rollouts/`rollout``.
|
1243
1238
|
# Corresponds to the JSON property `rollout`
|
1244
1239
|
# @return [String]
|
1245
1240
|
attr_accessor :rollout
|
@@ -1427,7 +1422,8 @@ module Google
|
|
1427
1422
|
attr_accessor :labels
|
1428
1423
|
|
1429
1424
|
# Optional. Name of the `CustomTargetType`. Format is `projects/`project`/
|
1430
|
-
# locations/`location`/customTargetTypes
|
1425
|
+
# locations/`location`/customTargetTypes/`customTargetType``. The `
|
1426
|
+
# customTargetType` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
1431
1427
|
# Corresponds to the JSON property `name`
|
1432
1428
|
# @return [String]
|
1433
1429
|
attr_accessor :name
|
@@ -1577,7 +1573,8 @@ module Google
|
|
1577
1573
|
attr_accessor :labels
|
1578
1574
|
|
1579
1575
|
# Optional. Name of the `DeliveryPipeline`. Format is `projects/`project`/
|
1580
|
-
# locations/`location`/deliveryPipelines
|
1576
|
+
# locations/`location`/deliveryPipelines/`deliveryPipeline``. The `
|
1577
|
+
# deliveryPipeline` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
1581
1578
|
# Corresponds to the JSON property `name`
|
1582
1579
|
# @return [String]
|
1583
1580
|
attr_accessor :name
|
@@ -1902,6 +1899,13 @@ module Google
|
|
1902
1899
|
# @return [Array<String>]
|
1903
1900
|
attr_accessor :usages
|
1904
1901
|
|
1902
|
+
# Optional. If true, additional logging will be enabled when running builds in
|
1903
|
+
# this execution environment.
|
1904
|
+
# Corresponds to the JSON property `verbose`
|
1905
|
+
# @return [Boolean]
|
1906
|
+
attr_accessor :verbose
|
1907
|
+
alias_method :verbose?, :verbose
|
1908
|
+
|
1905
1909
|
# Optional. The resource name of the `WorkerPool`, with the format `projects/`
|
1906
1910
|
# project`/locations/`location`/workerPools/`worker_pool``. If this optional
|
1907
1911
|
# field is unspecified, the default Cloud Build pool will be used.
|
@@ -1921,6 +1925,7 @@ module Google
|
|
1921
1925
|
@private_pool = args[:private_pool] if args.key?(:private_pool)
|
1922
1926
|
@service_account = args[:service_account] if args.key?(:service_account)
|
1923
1927
|
@usages = args[:usages] if args.key?(:usages)
|
1928
|
+
@verbose = args[:verbose] if args.key?(:verbose)
|
1924
1929
|
@worker_pool = args[:worker_pool] if args.key?(:worker_pool)
|
1925
1930
|
end
|
1926
1931
|
end
|
@@ -2049,6 +2054,13 @@ module Google
|
|
2049
2054
|
attr_accessor :internal_ip
|
2050
2055
|
alias_method :internal_ip?, :internal_ip
|
2051
2056
|
|
2057
|
+
# Optional. If set, used to configure a [proxy](https://kubernetes.io/docs/
|
2058
|
+
# concepts/configuration/organize-cluster-access-kubeconfig/#proxy) to the
|
2059
|
+
# Kubernetes server.
|
2060
|
+
# Corresponds to the JSON property `proxyUrl`
|
2061
|
+
# @return [String]
|
2062
|
+
attr_accessor :proxy_url
|
2063
|
+
|
2052
2064
|
def initialize(**args)
|
2053
2065
|
update!(**args)
|
2054
2066
|
end
|
@@ -2057,6 +2069,7 @@ module Google
|
|
2057
2069
|
def update!(**args)
|
2058
2070
|
@cluster = args[:cluster] if args.key?(:cluster)
|
2059
2071
|
@internal_ip = args[:internal_ip] if args.key?(:internal_ip)
|
2072
|
+
@proxy_url = args[:proxy_url] if args.key?(:proxy_url)
|
2060
2073
|
end
|
2061
2074
|
end
|
2062
2075
|
|
@@ -3439,7 +3452,7 @@ module Google
|
|
3439
3452
|
attr_accessor :destination_target_id
|
3440
3453
|
|
3441
3454
|
# 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,
|
3455
|
+
# to which this rule belongs. The format is `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`.
|
3443
3456
|
# Corresponds to the JSON property `id`
|
3444
3457
|
# @return [String]
|
3445
3458
|
attr_accessor :id
|
@@ -3538,7 +3551,8 @@ module Google
|
|
3538
3551
|
attr_accessor :labels
|
3539
3552
|
|
3540
3553
|
# Optional. Name of the `Release`. Format is `projects/`project`/locations/`
|
3541
|
-
# location`/deliveryPipelines/`deliveryPipeline`/releases
|
3554
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release``. The `
|
3555
|
+
# release` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
3542
3556
|
# Corresponds to the JSON property `name`
|
3543
3557
|
# @return [String]
|
3544
3558
|
attr_accessor :name
|
@@ -3797,33 +3811,8 @@ module Google
|
|
3797
3811
|
end
|
3798
3812
|
end
|
3799
3813
|
|
3800
|
-
# Configuration of the repair action.
|
3801
|
-
class RepairMode
|
3802
|
-
include Google::Apis::Core::Hashable
|
3803
|
-
|
3804
|
-
# Retries the failed job.
|
3805
|
-
# Corresponds to the JSON property `retry`
|
3806
|
-
# @return [Google::Apis::ClouddeployV1::Retry]
|
3807
|
-
attr_accessor :retry
|
3808
|
-
|
3809
|
-
# Rolls back a `Rollout`.
|
3810
|
-
# Corresponds to the JSON property `rollback`
|
3811
|
-
# @return [Google::Apis::ClouddeployV1::Rollback]
|
3812
|
-
attr_accessor :rollback
|
3813
|
-
|
3814
|
-
def initialize(**args)
|
3815
|
-
update!(**args)
|
3816
|
-
end
|
3817
|
-
|
3818
|
-
# Update properties of this object
|
3819
|
-
def update!(**args)
|
3820
|
-
@retry = args[:retry] if args.key?(:retry)
|
3821
|
-
@rollback = args[:rollback] if args.key?(:rollback)
|
3822
|
-
end
|
3823
|
-
end
|
3824
|
-
|
3825
3814
|
# RepairPhase tracks the repair attempts that have been made for each `
|
3826
|
-
#
|
3815
|
+
# RepairPhaseConfig` specified in the `Automation` resource.
|
3827
3816
|
class RepairPhase
|
3828
3817
|
include Google::Apis::Core::Hashable
|
3829
3818
|
|
@@ -3853,11 +3842,6 @@ module Google
|
|
3853
3842
|
class RepairRolloutOperation
|
3854
3843
|
include Google::Apis::Core::Hashable
|
3855
3844
|
|
3856
|
-
# Output only. The index of the current repair action in the repair sequence.
|
3857
|
-
# Corresponds to the JSON property `currentRepairModeIndex`
|
3858
|
-
# @return [Fixnum]
|
3859
|
-
attr_accessor :current_repair_mode_index
|
3860
|
-
|
3861
3845
|
# Output only. The job ID for the Job to repair.
|
3862
3846
|
# Corresponds to the JSON property `jobId`
|
3863
3847
|
# @return [String]
|
@@ -3885,7 +3869,6 @@ module Google
|
|
3885
3869
|
|
3886
3870
|
# Update properties of this object
|
3887
3871
|
def update!(**args)
|
3888
|
-
@current_repair_mode_index = args[:current_repair_mode_index] if args.key?(:current_repair_mode_index)
|
3889
3872
|
@job_id = args[:job_id] if args.key?(:job_id)
|
3890
3873
|
@phase_id = args[:phase_id] if args.key?(:phase_id)
|
3891
3874
|
@repair_phases = args[:repair_phases] if args.key?(:repair_phases)
|
@@ -3904,7 +3887,7 @@ module Google
|
|
3904
3887
|
attr_accessor :condition
|
3905
3888
|
|
3906
3889
|
# 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,
|
3890
|
+
# to which this rule belongs. The format is `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`.
|
3908
3891
|
# Corresponds to the JSON property `id`
|
3909
3892
|
# @return [String]
|
3910
3893
|
attr_accessor :id
|
@@ -3919,21 +3902,6 @@ module Google
|
|
3919
3902
|
# @return [Array<String>]
|
3920
3903
|
attr_accessor :jobs
|
3921
3904
|
|
3922
|
-
# Required. Defines the types of automatic repair actions for failed jobs.
|
3923
|
-
# Corresponds to the JSON property `repairModes`
|
3924
|
-
# @return [Array<Google::Apis::ClouddeployV1::RepairMode>]
|
3925
|
-
attr_accessor :repair_modes
|
3926
|
-
|
3927
|
-
# Optional. Phases within which jobs are subject to automatic repair actions on
|
3928
|
-
# failure. Proceeds only after phase name matched any one in the list, or for
|
3929
|
-
# all phases if unspecified. This value must consist of lower-case letters,
|
3930
|
-
# numbers, and hyphens, start with a letter and end with a letter or a number,
|
3931
|
-
# and have a max length of 63 characters. In other words, it must match the
|
3932
|
-
# following regex: `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`.
|
3933
|
-
# Corresponds to the JSON property `sourcePhases`
|
3934
|
-
# @return [Array<String>]
|
3935
|
-
attr_accessor :source_phases
|
3936
|
-
|
3937
3905
|
def initialize(**args)
|
3938
3906
|
update!(**args)
|
3939
3907
|
end
|
@@ -3943,42 +3911,6 @@ module Google
|
|
3943
3911
|
@condition = args[:condition] if args.key?(:condition)
|
3944
3912
|
@id = args[:id] if args.key?(:id)
|
3945
3913
|
@jobs = args[:jobs] if args.key?(:jobs)
|
3946
|
-
@repair_modes = args[:repair_modes] if args.key?(:repair_modes)
|
3947
|
-
@source_phases = args[:source_phases] if args.key?(:source_phases)
|
3948
|
-
end
|
3949
|
-
end
|
3950
|
-
|
3951
|
-
# Retries the failed job.
|
3952
|
-
class Retry
|
3953
|
-
include Google::Apis::Core::Hashable
|
3954
|
-
|
3955
|
-
# Required. Total number of retries. Retry is skipped if set to 0; The minimum
|
3956
|
-
# value is 1, and the maximum value is 10.
|
3957
|
-
# Corresponds to the JSON property `attempts`
|
3958
|
-
# @return [Fixnum]
|
3959
|
-
attr_accessor :attempts
|
3960
|
-
|
3961
|
-
# Optional. The pattern of how wait time will be increased. Default is linear.
|
3962
|
-
# Backoff mode will be ignored if `wait` is 0.
|
3963
|
-
# Corresponds to the JSON property `backoffMode`
|
3964
|
-
# @return [String]
|
3965
|
-
attr_accessor :backoff_mode
|
3966
|
-
|
3967
|
-
# Optional. How long to wait for the first retry. Default is 0, and the maximum
|
3968
|
-
# value is 14d.
|
3969
|
-
# Corresponds to the JSON property `wait`
|
3970
|
-
# @return [String]
|
3971
|
-
attr_accessor :wait
|
3972
|
-
|
3973
|
-
def initialize(**args)
|
3974
|
-
update!(**args)
|
3975
|
-
end
|
3976
|
-
|
3977
|
-
# Update properties of this object
|
3978
|
-
def update!(**args)
|
3979
|
-
@attempts = args[:attempts] if args.key?(:attempts)
|
3980
|
-
@backoff_mode = args[:backoff_mode] if args.key?(:backoff_mode)
|
3981
|
-
@wait = args[:wait] if args.key?(:wait)
|
3982
3914
|
end
|
3983
3915
|
end
|
3984
3916
|
|
@@ -4073,16 +4005,6 @@ module Google
|
|
4073
4005
|
# @return [String]
|
4074
4006
|
attr_accessor :backoff_mode
|
4075
4007
|
|
4076
|
-
# Output only. The job ID for the Job to retry.
|
4077
|
-
# Corresponds to the JSON property `jobId`
|
4078
|
-
# @return [String]
|
4079
|
-
attr_accessor :job_id
|
4080
|
-
|
4081
|
-
# Output only. The phase ID of the phase that includes the job being retried.
|
4082
|
-
# Corresponds to the JSON property `phaseId`
|
4083
|
-
# @return [String]
|
4084
|
-
attr_accessor :phase_id
|
4085
|
-
|
4086
4008
|
# Output only. The number of attempts that have been made.
|
4087
4009
|
# Corresponds to the JSON property `totalAttempts`
|
4088
4010
|
# @return [Fixnum]
|
@@ -4096,32 +4018,10 @@ module Google
|
|
4096
4018
|
def update!(**args)
|
4097
4019
|
@attempts = args[:attempts] if args.key?(:attempts)
|
4098
4020
|
@backoff_mode = args[:backoff_mode] if args.key?(:backoff_mode)
|
4099
|
-
@job_id = args[:job_id] if args.key?(:job_id)
|
4100
|
-
@phase_id = args[:phase_id] if args.key?(:phase_id)
|
4101
4021
|
@total_attempts = args[:total_attempts] if args.key?(:total_attempts)
|
4102
4022
|
end
|
4103
4023
|
end
|
4104
4024
|
|
4105
|
-
# Rolls back a `Rollout`.
|
4106
|
-
class Rollback
|
4107
|
-
include Google::Apis::Core::Hashable
|
4108
|
-
|
4109
|
-
# Optional. The starting phase ID for the `Rollout`. If unspecified, the `
|
4110
|
-
# Rollout` will start in the stable phase.
|
4111
|
-
# Corresponds to the JSON property `destinationPhase`
|
4112
|
-
# @return [String]
|
4113
|
-
attr_accessor :destination_phase
|
4114
|
-
|
4115
|
-
def initialize(**args)
|
4116
|
-
update!(**args)
|
4117
|
-
end
|
4118
|
-
|
4119
|
-
# Update properties of this object
|
4120
|
-
def update!(**args)
|
4121
|
-
@destination_phase = args[:destination_phase] if args.key?(:destination_phase)
|
4122
|
-
end
|
4123
|
-
end
|
4124
|
-
|
4125
4025
|
# RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.
|
4126
4026
|
class RollbackAttempt
|
4127
4027
|
include Google::Apis::Core::Hashable
|
@@ -4283,7 +4183,7 @@ module Google
|
|
4283
4183
|
|
4284
4184
|
# Output only. Name of the `ControllerRollout`. Format is `projects/`project`/
|
4285
4185
|
# locations/`location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/
|
4286
|
-
# rollouts
|
4186
|
+
# rollouts/`rollout``.
|
4287
4187
|
# Corresponds to the JSON property `controllerRollout`
|
4288
4188
|
# @return [String]
|
4289
4189
|
attr_accessor :controller_rollout
|
@@ -4355,8 +4255,8 @@ module Google
|
|
4355
4255
|
attr_accessor :metadata
|
4356
4256
|
|
4357
4257
|
# Optional. Name of the `Rollout`. Format is `projects/`project`/locations/`
|
4358
|
-
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts
|
4359
|
-
# 0,
|
4258
|
+
# location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
|
4259
|
+
# rollout``. The `rollout` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
|
4360
4260
|
# Corresponds to the JSON property `name`
|
4361
4261
|
# @return [String]
|
4362
4262
|
attr_accessor :name
|
@@ -5109,7 +5009,8 @@ module Google
|
|
5109
5009
|
attr_accessor :multi_target
|
5110
5010
|
|
5111
5011
|
# Optional. Name of the `Target`. Format is `projects/`project`/locations/`
|
5112
|
-
# location`/targets
|
5012
|
+
# location`/targets/`target``. The `target` component must match `[a-z]([a-z0-9-]
|
5013
|
+
# `0,61`[a-z0-9])?`
|
5113
5014
|
# Corresponds to the JSON property `name`
|
5114
5015
|
# @return [String]
|
5115
5016
|
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.46.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 = "20240529"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -628,12 +628,6 @@ module Google
|
|
628
628
|
include Google::Apis::Core::JsonObjectSupport
|
629
629
|
end
|
630
630
|
|
631
|
-
class RepairMode
|
632
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
-
|
634
|
-
include Google::Apis::Core::JsonObjectSupport
|
635
|
-
end
|
636
|
-
|
637
631
|
class RepairPhase
|
638
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
633
|
|
@@ -652,12 +646,6 @@ module Google
|
|
652
646
|
include Google::Apis::Core::JsonObjectSupport
|
653
647
|
end
|
654
648
|
|
655
|
-
class Retry
|
656
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
-
|
658
|
-
include Google::Apis::Core::JsonObjectSupport
|
659
|
-
end
|
660
|
-
|
661
649
|
class RetryAttempt
|
662
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
651
|
|
@@ -682,12 +670,6 @@ module Google
|
|
682
670
|
include Google::Apis::Core::JsonObjectSupport
|
683
671
|
end
|
684
672
|
|
685
|
-
class Rollback
|
686
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
-
|
688
|
-
include Google::Apis::Core::JsonObjectSupport
|
689
|
-
end
|
690
|
-
|
691
673
|
class RollbackAttempt
|
692
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
675
|
|
@@ -1031,7 +1013,6 @@ module Google
|
|
1031
1013
|
# @private
|
1032
1014
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1033
1015
|
collection :advance_automation_runs, as: 'advanceAutomationRuns'
|
1034
|
-
property :current_repair_automation_run, as: 'currentRepairAutomationRun'
|
1035
1016
|
property :promote_automation_run, as: 'promoteAutomationRun'
|
1036
1017
|
collection :repair_automation_runs, as: 'repairAutomationRuns'
|
1037
1018
|
end
|
@@ -1416,6 +1397,7 @@ module Google
|
|
1416
1397
|
|
1417
1398
|
property :service_account, as: 'serviceAccount'
|
1418
1399
|
collection :usages, as: 'usages'
|
1400
|
+
property :verbose, as: 'verbose'
|
1419
1401
|
property :worker_pool, as: 'workerPool'
|
1420
1402
|
end
|
1421
1403
|
end
|
@@ -1446,6 +1428,7 @@ module Google
|
|
1446
1428
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1447
1429
|
property :cluster, as: 'cluster'
|
1448
1430
|
property :internal_ip, as: 'internalIp'
|
1431
|
+
property :proxy_url, as: 'proxyUrl'
|
1449
1432
|
end
|
1450
1433
|
end
|
1451
1434
|
|
@@ -1919,16 +1902,6 @@ module Google
|
|
1919
1902
|
end
|
1920
1903
|
end
|
1921
1904
|
|
1922
|
-
class RepairMode
|
1923
|
-
# @private
|
1924
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1925
|
-
property :retry, as: 'retry', class: Google::Apis::ClouddeployV1::Retry, decorator: Google::Apis::ClouddeployV1::Retry::Representation
|
1926
|
-
|
1927
|
-
property :rollback, as: 'rollback', class: Google::Apis::ClouddeployV1::Rollback, decorator: Google::Apis::ClouddeployV1::Rollback::Representation
|
1928
|
-
|
1929
|
-
end
|
1930
|
-
end
|
1931
|
-
|
1932
1905
|
class RepairPhase
|
1933
1906
|
# @private
|
1934
1907
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1942,7 +1915,6 @@ module Google
|
|
1942
1915
|
class RepairRolloutOperation
|
1943
1916
|
# @private
|
1944
1917
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1945
|
-
property :current_repair_mode_index, :numeric_string => true, as: 'currentRepairModeIndex'
|
1946
1918
|
property :job_id, as: 'jobId'
|
1947
1919
|
property :phase_id, as: 'phaseId'
|
1948
1920
|
collection :repair_phases, as: 'repairPhases', class: Google::Apis::ClouddeployV1::RepairPhase, decorator: Google::Apis::ClouddeployV1::RepairPhase::Representation
|
@@ -1958,18 +1930,6 @@ module Google
|
|
1958
1930
|
|
1959
1931
|
property :id, as: 'id'
|
1960
1932
|
collection :jobs, as: 'jobs'
|
1961
|
-
collection :repair_modes, as: 'repairModes', class: Google::Apis::ClouddeployV1::RepairMode, decorator: Google::Apis::ClouddeployV1::RepairMode::Representation
|
1962
|
-
|
1963
|
-
collection :source_phases, as: 'sourcePhases'
|
1964
|
-
end
|
1965
|
-
end
|
1966
|
-
|
1967
|
-
class Retry
|
1968
|
-
# @private
|
1969
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1970
|
-
property :attempts, :numeric_string => true, as: 'attempts'
|
1971
|
-
property :backoff_mode, as: 'backoffMode'
|
1972
|
-
property :wait, as: 'wait'
|
1973
1933
|
end
|
1974
1934
|
end
|
1975
1935
|
|
@@ -2003,19 +1963,10 @@ module Google
|
|
2003
1963
|
collection :attempts, as: 'attempts', class: Google::Apis::ClouddeployV1::RetryAttempt, decorator: Google::Apis::ClouddeployV1::RetryAttempt::Representation
|
2004
1964
|
|
2005
1965
|
property :backoff_mode, as: 'backoffMode'
|
2006
|
-
property :job_id, as: 'jobId'
|
2007
|
-
property :phase_id, as: 'phaseId'
|
2008
1966
|
property :total_attempts, :numeric_string => true, as: 'totalAttempts'
|
2009
1967
|
end
|
2010
1968
|
end
|
2011
1969
|
|
2012
|
-
class Rollback
|
2013
|
-
# @private
|
2014
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2015
|
-
property :destination_phase, as: 'destinationPhase'
|
2016
|
-
end
|
2017
|
-
end
|
2018
|
-
|
2019
1970
|
class RollbackAttempt
|
2020
1971
|
# @private
|
2021
1972
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -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.46.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-
|
11
|
+
date: 2024-06-09 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.46.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: []
|