google-apis-container_v1 0.92.0 → 0.93.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: 2def6e7f35ea38b80c86defb9dfcab714b38838675a1fe04f9a6068d7013421b
|
4
|
+
data.tar.gz: d04222a114ac7ad7cb00a6392b626ae6ca2c869fca3148eca50bd2c1a9a2d5e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98410699fe77716899c2478a400ebfe1b401bd34e1e5032c490cb3a85a375b4941599a783f1e52f0474260413279bbce43284f6571f33df62c47f53c0fccdfb2
|
7
|
+
data.tar.gz: 2efc0455eb4314e5d35522c118993411c58f770a40eec5b39e21177b991fcfd4fca8f3ba19c34cd341be7154dacf61138ca46d8da8bc76df891005ddd623a3c8
|
data/CHANGELOG.md
CHANGED
@@ -2243,6 +2243,11 @@ module Google
|
|
2243
2243
|
class ConfidentialNodes
|
2244
2244
|
include Google::Apis::Core::Hashable
|
2245
2245
|
|
2246
|
+
# Defines the type of technology used by the confidential node.
|
2247
|
+
# Corresponds to the JSON property `confidentialInstanceType`
|
2248
|
+
# @return [String]
|
2249
|
+
attr_accessor :confidential_instance_type
|
2250
|
+
|
2246
2251
|
# Whether Confidential Nodes feature is enabled.
|
2247
2252
|
# Corresponds to the JSON property `enabled`
|
2248
2253
|
# @return [Boolean]
|
@@ -2255,6 +2260,7 @@ module Google
|
|
2255
2260
|
|
2256
2261
|
# Update properties of this object
|
2257
2262
|
def update!(**args)
|
2263
|
+
@confidential_instance_type = args[:confidential_instance_type] if args.key?(:confidential_instance_type)
|
2258
2264
|
@enabled = args[:enabled] if args.key?(:enabled)
|
2259
2265
|
end
|
2260
2266
|
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.93.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250408"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1759,6 +1759,7 @@ module Google
|
|
1759
1759
|
class ConfidentialNodes
|
1760
1760
|
# @private
|
1761
1761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1762
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
1762
1763
|
property :enabled, as: 'enabled'
|
1763
1764
|
end
|
1764
1765
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.93.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-container_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.93.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|