google-apis-container_v1beta1 0.81.0 → 0.82.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: 44fa7a553bc4efaabc6a6aecf9bc3d6887e5f260d56111c146901acc174211b0
4
- data.tar.gz: 20377a24a22be59078c8921f27dbe9794db07b5ffb7ae0c0f9ca73d5da649729
3
+ metadata.gz: 1a61cdc5981f3f29ad45cbab7932e1b9e546c078d18713279721a29513dc9951
4
+ data.tar.gz: 59923e26c0094465a5ad3773b4fde11e9ac0fb1a42e9cd674424736c613f9165
5
5
  SHA512:
6
- metadata.gz: 35af017fe7720a8e9e047808f84a94a706041b386fdc91bd27ed396f1f927cdeb7d6d13438743d78d8f720003cf35a3d9f137f88ecb6a4696fb1b0dd7de8f535
7
- data.tar.gz: 8baff9b44b6cd3d822478c781b8189e5a1eac2d6f06d7f435503bc646df94a4402298288ce1b1ff3845f6c5fc9fc26cba04ec3c8b4edd57f077c6d4396948f9f
6
+ metadata.gz: 74cb0141e953f73b3ee28951d04a8a01ed019e218daa3951cf930283403e298f9c130b3c6d948b4d40865b317cad8be8787d0c417270463bb80e3b740a167f6c
7
+ data.tar.gz: ee925f0cfd8ac199eb2f66eaede01ec5c53a1753718aff3af58edd70e9fc678e8a1009e6a1c17e91e10a8447170767b2a9efbd0a42242e481528d1a6ab3ab937
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.82.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250408
6
+
3
7
  ### v0.81.0 (2025-04-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20250318
@@ -2491,6 +2491,11 @@ module Google
2491
2491
  class ConfidentialNodes
2492
2492
  include Google::Apis::Core::Hashable
2493
2493
 
2494
+ # Defines the type of technology used by the confidential node.
2495
+ # Corresponds to the JSON property `confidentialInstanceType`
2496
+ # @return [String]
2497
+ attr_accessor :confidential_instance_type
2498
+
2494
2499
  # Whether Confidential Nodes feature is enabled.
2495
2500
  # Corresponds to the JSON property `enabled`
2496
2501
  # @return [Boolean]
@@ -2503,6 +2508,7 @@ module Google
2503
2508
 
2504
2509
  # Update properties of this object
2505
2510
  def update!(**args)
2511
+ @confidential_instance_type = args[:confidential_instance_type] if args.key?(:confidential_instance_type)
2506
2512
  @enabled = args[:enabled] if args.key?(:enabled)
2507
2513
  end
2508
2514
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.81.0"
19
+ GEM_VERSION = "0.82.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 = "20250318"
25
+ REVISION = "20250408"
26
26
  end
27
27
  end
28
28
  end
@@ -1970,6 +1970,7 @@ module Google
1970
1970
  class ConfidentialNodes
1971
1971
  # @private
1972
1972
  class Representation < Google::Apis::Core::JsonRepresentation
1973
+ property :confidential_instance_type, as: 'confidentialInstanceType'
1973
1974
  property :enabled, as: 'enabled'
1974
1975
  end
1975
1976
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.81.0
4
+ version: 0.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-16 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.81.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.82.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: