google-apis-clouddeploy_v1 0.65.0 → 0.66.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: f31e9b9a0a77fb7a78a2f417c837b0f96b3220dd6b8d8e273479f097fdc68d08
|
|
4
|
+
data.tar.gz: 56fba0db08d19a3bb284c41a6b30fe708bdb7e458b4c090eef43550d6bca86ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 888033f30856b36913e163c300bb38a0d88e808412be54773fd7356b4f7f682e1b521a9817be9953ca3c33bbd2b99f184c44fd5c55177b13a5fe11437b18d2c9
|
|
7
|
+
data.tar.gz: 5472fc1608ceb949ed507f3074cfe0778a7338c9a36c3ec22339763ec1a1d61c4ff97fbebce5f22d00d026bc3328857b11d740e23886d4ffacbd1e7c75efe519
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -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.66.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 = "20251203"
|
|
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.66.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.66.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:
|