google-apis-container_v1 0.61.0 → 0.62.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: d33221881c1e68ad6fd6c5732fee7327aa6723ab0f9413735c5ff89037fb3706
|
|
4
|
+
data.tar.gz: 5371f9343286e6348a93f2941703776ef94021fbb6c743f3e073760e078c378d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 613fbaabe7ca3bfda34c2a5d7f052d6896df17c04e241e442ecfdbef73e5639a8716706288a3450ba4191a11e1449ca208ab6e29cc48a84d171f992f40b78ba6
|
|
7
|
+
data.tar.gz: ce63c3636492abe4e8a90cb89983e5e6d84919440174f53312b2761dcd02b63470049242ec3c8863fb59d84aeaf233556af8b600a550106dcdd8ae6afc6c3a7e
|
data/CHANGELOG.md
CHANGED
|
@@ -251,6 +251,12 @@ module Google
|
|
|
251
251
|
attr_accessor :enable_metrics
|
|
252
252
|
alias_method :enable_metrics?, :enable_metrics
|
|
253
253
|
|
|
254
|
+
# Enable Relay component
|
|
255
|
+
# Corresponds to the JSON property `enableRelay`
|
|
256
|
+
# @return [Boolean]
|
|
257
|
+
attr_accessor :enable_relay
|
|
258
|
+
alias_method :enable_relay?, :enable_relay
|
|
259
|
+
|
|
254
260
|
# Method used to make Relay available
|
|
255
261
|
# Corresponds to the JSON property `relayMode`
|
|
256
262
|
# @return [String]
|
|
@@ -263,6 +269,7 @@ module Google
|
|
|
263
269
|
# Update properties of this object
|
|
264
270
|
def update!(**args)
|
|
265
271
|
@enable_metrics = args[:enable_metrics] if args.key?(:enable_metrics)
|
|
272
|
+
@enable_relay = args[:enable_relay] if args.key?(:enable_relay)
|
|
266
273
|
@relay_mode = args[:relay_mode] if args.key?(:relay_mode)
|
|
267
274
|
end
|
|
268
275
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1
|
|
18
18
|
# Version of the google-apis-container_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.62.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 = "20231122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1084,6 +1084,7 @@ module Google
|
|
|
1084
1084
|
# @private
|
|
1085
1085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1086
1086
|
property :enable_metrics, as: 'enableMetrics'
|
|
1087
|
+
property :enable_relay, as: 'enableRelay'
|
|
1087
1088
|
property :relay_mode, as: 'relayMode'
|
|
1088
1089
|
end
|
|
1089
1090
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.62.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
|
+
date: 2023-12-10 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-container_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.62.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|