google-apis-container_v1beta1 0.66.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: 5db9bb626556329840927a92d09256816ae23479c9333e4b69f813db420c7238
4
- data.tar.gz: 89bb2604d0025f2d5d0a01a746aedd52cbba607653527534876abdc93dd31751
3
+ metadata.gz: 550ec9015c02340dd6e09893ffca44f09c90fc0ad58a636de691f3133a9a9ffc
4
+ data.tar.gz: 8a0467cb67ea3bbce7faf30982a920ac499cf1a29ddb24a3c85f78e110de4008
5
5
  SHA512:
6
- metadata.gz: 7c0d994c77173e6f95cbabba5f2861d5c9f0ba33a1736cd1dcca2f76c38d5bec3fd3b78a55fb45eb48fd13c882dc9c496e5970236196274fc1638ea518ecf0ef
7
- data.tar.gz: 7b02e332865fbed086dfb350170f35d7547add5667c4a39a0cb1dcfe72384de28fa1c7b550d6879e3dd53e9bbe3aa92166797d727f6589ad1a334542e370e578
6
+ metadata.gz: 5c1717772999dc2e83ad4d0bffd4c7aee67d59cd3528e21b615c7b20c02f86d43bd67cf213cf1c3366e22b172ddeb853019d58fa25bb86e6b9e18bfaa65ac640
7
+ data.tar.gz: ec110ef1d458c0c6a8252b77b6a89028fe4889d1b655540ac995aec7fba57fcb15c09a9f44f8d1cb025f7a5ba1ba6a532a414e34ad9f2d0cc8ab176b36aa28f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.67.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240206
6
+
3
7
  ### v0.66.0 (2024-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20240116
@@ -4343,9 +4343,7 @@ module Google
4343
4343
  # @return [String]
4344
4344
  attr_accessor :disk_type
4345
4345
 
4346
- # Optional. Enable confidential storage on Hyperdisk. boot_disk_kms_key is
4347
- # required when enable_confidential_storage is true. This is only available for
4348
- # private preview.
4346
+ # Optional. Reserved for future use.
4349
4347
  # Corresponds to the JSON property `enableConfidentialStorage`
4350
4348
  # @return [Boolean]
4351
4349
  attr_accessor :enable_confidential_storage
@@ -7523,6 +7521,11 @@ module Google
7523
7521
  # @return [String]
7524
7522
  attr_accessor :project_id
7525
7523
 
7524
+ # QueuedProvisioning defines the queued provisioning used by the node pool.
7525
+ # Corresponds to the JSON property `queuedProvisioning`
7526
+ # @return [Google::Apis::ContainerV1beta1::QueuedProvisioning]
7527
+ attr_accessor :queued_provisioning
7528
+
7526
7529
  # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
7527
7530
  # creating-managing-labels).
7528
7531
  # Corresponds to the JSON property `resourceLabels`
@@ -7632,6 +7635,7 @@ module Google
7632
7635
  @node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
7633
7636
  @node_version = args[:node_version] if args.key?(:node_version)
7634
7637
  @project_id = args[:project_id] if args.key?(:project_id)
7638
+ @queued_provisioning = args[:queued_provisioning] if args.key?(:queued_provisioning)
7635
7639
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
7636
7640
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
7637
7641
  @tags = args[:tags] if args.key?(:tags)
@@ -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.66.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.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240116"
25
+ REVISION = "20240206"
26
26
  end
27
27
  end
28
28
  end
@@ -3112,6 +3112,8 @@ module Google
3112
3112
  property :node_pool_id, as: 'nodePoolId'
3113
3113
  property :node_version, as: 'nodeVersion'
3114
3114
  property :project_id, as: 'projectId'
3115
+ property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1beta1::QueuedProvisioning, decorator: Google::Apis::ContainerV1beta1::QueuedProvisioning::Representation
3116
+
3115
3117
  property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1beta1::ResourceLabels, decorator: Google::Apis::ContainerV1beta1::ResourceLabels::Representation
3116
3118
 
3117
3119
  property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.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: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-18 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.67.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []