google-apis-clouddeploy_v1 0.65.0 → 0.67.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: 775a56f7e08f51b5a2a242f1f0a454cc38bbaf0302fbdcdc0c041d9cd26ebef9
|
|
4
|
+
data.tar.gz: af81097688571bd09a2840790cd3dab479cb2f355e4dd07baa6c6e4485afc2c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f0e4016b5eaeca46d2fe377bec76fa5f932d65b8250538bc818bf292f5d83ca51f777ba1365c419129ddc435abc666e37df5ffdf16f2f7757a9e8a42c56a5d2
|
|
7
|
+
data.tar.gz: 840411696f96d082bb4a49a7547cea9683b2e7f805178a116da99566f9641f2804239c2feca7664c45f4fe145e260cb718757e09b984da0674e5986796b61529
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-clouddeploy_v1
|
|
2
2
|
|
|
3
|
+
### v0.67.0 (2025-12-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251210
|
|
6
|
+
|
|
7
|
+
### v0.66.0 (2025-12-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251203
|
|
10
|
+
|
|
3
11
|
### v0.65.0 (2025-11-16)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251105
|
|
@@ -1268,6 +1268,11 @@ module Google
|
|
|
1268
1268
|
# @return [String]
|
|
1269
1269
|
attr_accessor :default_skaffold_version
|
|
1270
1270
|
|
|
1271
|
+
# Details of ToolVersions for the release.
|
|
1272
|
+
# Corresponds to the JSON property `defaultToolVersions`
|
|
1273
|
+
# @return [Google::Apis::ClouddeployV1::ToolVersions]
|
|
1274
|
+
attr_accessor :default_tool_versions
|
|
1275
|
+
|
|
1271
1276
|
# Name of the configuration.
|
|
1272
1277
|
# Corresponds to the JSON property `name`
|
|
1273
1278
|
# @return [String]
|
|
@@ -1285,6 +1290,7 @@ module Google
|
|
|
1285
1290
|
# Update properties of this object
|
|
1286
1291
|
def update!(**args)
|
|
1287
1292
|
@default_skaffold_version = args[:default_skaffold_version] if args.key?(:default_skaffold_version)
|
|
1293
|
+
@default_tool_versions = args[:default_tool_versions] if args.key?(:default_tool_versions)
|
|
1288
1294
|
@name = args[:name] if args.key?(:name)
|
|
1289
1295
|
@supported_versions = args[:supported_versions] if args.key?(:supported_versions)
|
|
1290
1296
|
end
|
|
@@ -3065,8 +3071,9 @@ module Google
|
|
|
3065
3071
|
attr_accessor :operations
|
|
3066
3072
|
|
|
3067
3073
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
3068
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
3069
|
-
# when attempting to list all resources across all supported
|
|
3074
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
3075
|
+
# For example, when attempting to list all resources across all supported
|
|
3076
|
+
# locations.
|
|
3070
3077
|
# Corresponds to the JSON property `unreachable`
|
|
3071
3078
|
# @return [Array<String>]
|
|
3072
3079
|
attr_accessor :unreachable
|
|
@@ -4267,31 +4274,31 @@ module Google
|
|
|
4267
4274
|
include Google::Apis::Core::Hashable
|
|
4268
4275
|
|
|
4269
4276
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4270
|
-
# release's version of a
|
|
4277
|
+
# release's version of a tool ends.
|
|
4271
4278
|
# Corresponds to the JSON property `dockerVersionSupportedCondition`
|
|
4272
4279
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4273
4280
|
attr_accessor :docker_version_supported_condition
|
|
4274
4281
|
|
|
4275
4282
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4276
|
-
# release's version of a
|
|
4283
|
+
# release's version of a tool ends.
|
|
4277
4284
|
# Corresponds to the JSON property `helmVersionSupportedCondition`
|
|
4278
4285
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4279
4286
|
attr_accessor :helm_version_supported_condition
|
|
4280
4287
|
|
|
4281
4288
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4282
|
-
# release's version of a
|
|
4289
|
+
# release's version of a tool ends.
|
|
4283
4290
|
# Corresponds to the JSON property `kptVersionSupportedCondition`
|
|
4284
4291
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4285
4292
|
attr_accessor :kpt_version_supported_condition
|
|
4286
4293
|
|
|
4287
4294
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4288
|
-
# release's version of a
|
|
4295
|
+
# release's version of a tool ends.
|
|
4289
4296
|
# Corresponds to the JSON property `kubectlVersionSupportedCondition`
|
|
4290
4297
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4291
4298
|
attr_accessor :kubectl_version_supported_condition
|
|
4292
4299
|
|
|
4293
4300
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4294
|
-
# release's version of a
|
|
4301
|
+
# release's version of a tool ends.
|
|
4295
4302
|
# Corresponds to the JSON property `kustomizeVersionSupportedCondition`
|
|
4296
4303
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4297
4304
|
attr_accessor :kustomize_version_supported_condition
|
|
@@ -4309,7 +4316,7 @@ module Google
|
|
|
4309
4316
|
attr_accessor :skaffold_supported_condition
|
|
4310
4317
|
|
|
4311
4318
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4312
|
-
# release's version of a
|
|
4319
|
+
# release's version of a tool ends.
|
|
4313
4320
|
# Corresponds to the JSON property `skaffoldVersionSupportedCondition`
|
|
4314
4321
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4315
4322
|
attr_accessor :skaffold_version_supported_condition
|
|
@@ -6466,11 +6473,11 @@ module Google
|
|
|
6466
6473
|
end
|
|
6467
6474
|
|
|
6468
6475
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
6469
|
-
# release's version of a
|
|
6476
|
+
# release's version of a tool ends.
|
|
6470
6477
|
class ToolVersionSupportedCondition
|
|
6471
6478
|
include Google::Apis::Core::Hashable
|
|
6472
6479
|
|
|
6473
|
-
# Output only. The time at which this release's version of the
|
|
6480
|
+
# Output only. The time at which this release's version of the tool will enter
|
|
6474
6481
|
# maintenance mode.
|
|
6475
6482
|
# Corresponds to the JSON property `maintenanceModeTime`
|
|
6476
6483
|
# @return [String]
|
|
@@ -6482,13 +6489,13 @@ module Google
|
|
|
6482
6489
|
attr_accessor :status
|
|
6483
6490
|
alias_method :status?, :status
|
|
6484
6491
|
|
|
6485
|
-
# Output only. The time at which this release's version of the
|
|
6492
|
+
# Output only. The time at which this release's version of the tool will no
|
|
6486
6493
|
# longer be supported.
|
|
6487
6494
|
# Corresponds to the JSON property `supportExpirationTime`
|
|
6488
6495
|
# @return [String]
|
|
6489
6496
|
attr_accessor :support_expiration_time
|
|
6490
6497
|
|
|
6491
|
-
# Output only. The
|
|
6498
|
+
# Output only. The tool support state for this release's version of the tool.
|
|
6492
6499
|
# Corresponds to the JSON property `toolVersionSupportState`
|
|
6493
6500
|
# @return [String]
|
|
6494
6501
|
attr_accessor :tool_version_support_state
|
|
@@ -6510,12 +6517,12 @@ module Google
|
|
|
6510
6517
|
class ToolVersions
|
|
6511
6518
|
include Google::Apis::Core::Hashable
|
|
6512
6519
|
|
|
6513
|
-
# Optional. The
|
|
6520
|
+
# Optional. The Docker version to use for Cloud Deploy operations.
|
|
6514
6521
|
# Corresponds to the JSON property `docker`
|
|
6515
6522
|
# @return [String]
|
|
6516
6523
|
attr_accessor :docker
|
|
6517
6524
|
|
|
6518
|
-
# Optional. The
|
|
6525
|
+
# Optional. The Helm version to use for Cloud Deploy operations.
|
|
6519
6526
|
# Corresponds to the JSON property `helm`
|
|
6520
6527
|
# @return [String]
|
|
6521
6528
|
attr_accessor :helm
|
|
@@ -6525,17 +6532,17 @@ module Google
|
|
|
6525
6532
|
# @return [String]
|
|
6526
6533
|
attr_accessor :kpt
|
|
6527
6534
|
|
|
6528
|
-
# Optional. The
|
|
6535
|
+
# Optional. The Kubectl version to use for Cloud Deploy operations.
|
|
6529
6536
|
# Corresponds to the JSON property `kubectl`
|
|
6530
6537
|
# @return [String]
|
|
6531
6538
|
attr_accessor :kubectl
|
|
6532
6539
|
|
|
6533
|
-
# Optional. The
|
|
6540
|
+
# Optional. The Kustomize version to use for Cloud Deploy operations.
|
|
6534
6541
|
# Corresponds to the JSON property `kustomize`
|
|
6535
6542
|
# @return [String]
|
|
6536
6543
|
attr_accessor :kustomize
|
|
6537
6544
|
|
|
6538
|
-
# Optional. The
|
|
6545
|
+
# Optional. The Skaffold version to use for Cloud Deploy operations.
|
|
6539
6546
|
# Corresponds to the JSON property `skaffold`
|
|
6540
6547
|
# @return [String]
|
|
6541
6548
|
attr_accessor :skaffold
|
|
@@ -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.67.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251210"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1374,6 +1374,8 @@ module Google
|
|
|
1374
1374
|
# @private
|
|
1375
1375
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1376
1376
|
property :default_skaffold_version, as: 'defaultSkaffoldVersion'
|
|
1377
|
+
property :default_tool_versions, as: 'defaultToolVersions', class: Google::Apis::ClouddeployV1::ToolVersions, decorator: Google::Apis::ClouddeployV1::ToolVersions::Representation
|
|
1378
|
+
|
|
1377
1379
|
property :name, as: 'name'
|
|
1378
1380
|
collection :supported_versions, as: 'supportedVersions', class: Google::Apis::ClouddeployV1::SkaffoldVersion, decorator: Google::Apis::ClouddeployV1::SkaffoldVersion::Representation
|
|
1379
1381
|
|
|
@@ -2330,11 +2330,12 @@ module Google
|
|
|
2330
2330
|
# The standard list page token.
|
|
2331
2331
|
# @param [Boolean] return_partial_success
|
|
2332
2332
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2333
|
-
# those that are unreachable are returned in the
|
|
2334
|
-
# unreachable
|
|
2335
|
-
#
|
|
2336
|
-
# by default
|
|
2337
|
-
# explicitly documented otherwise in service or product specific
|
|
2333
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2334
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2335
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2336
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2337
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2338
|
+
# documentation.
|
|
2338
2339
|
# @param [String] fields
|
|
2339
2340
|
# Selector specifying which fields to include in a partial response.
|
|
2340
2341
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.67.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.67.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|