google-cloud-container-v1beta1 0.34.1 → 0.34.2

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: ef08b4e4b686468249bf6571d9340f7bdf6089e23012f579136fc1d2a1eb8b9d
4
- data.tar.gz: 4a211fa5c17542690506ddb068d47448fd2068208020b270c35f3c685ce56dce
3
+ metadata.gz: 82f3f2f8024c6e89cedbd2144c7958f5731a03b0a4ae33a3f3346a65bb61f06e
4
+ data.tar.gz: eb1be0ba0da124e1e330eadc5dc0303ddb1ad421d553eb0a92fdd3fc3a433cdd
5
5
  SHA512:
6
- metadata.gz: 48aa743c2411dae46506948a0dccdff31b974d8f50db3944fd7b6cefe88b12e151527a9452c4e62ccfff8c89f29becd3026beede4710007473bb772fe546394f
7
- data.tar.gz: a650f194f20e3f65127c5879a468080d6a3f16186d5df3c2ddfe79f9a82e80c6ebff48e699c496f48b746f6fffd06a2f05733102f061db41d310b636be66a24a
6
+ metadata.gz: 9cc7a661c414a4566878dcf841f23150fdebcddcbcaf9d9bcd3af5d4d96f297848729d6264713dbec78c76177e7adfd2b1df717e942f795e791609ab5a075eff
7
+ data.tar.gz: 4ad26d6a47f2cd9301857e14fa0910ee381bdac43a6b7012e32fd14c7e21d6d40dfe6a472ca15e2f6fac55e0954d3c4c46d01912e1c00e9eee53ac42930e0907
@@ -2090,8 +2090,6 @@ module Google
2090
2090
  ##
2091
2091
  # Gets the public component of the cluster signing keys in
2092
2092
  # JSON Web Key format.
2093
- # This API is not yet intended for general use, and is not available for all
2094
- # clusters.
2095
2093
  #
2096
2094
  # @overload get_json_web_keys(request, options = nil)
2097
2095
  # Pass arguments to `get_json_web_keys` via a request object, either of type
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.34.1"
24
+ VERSION = "0.34.2"
25
25
  end
26
26
  end
27
27
  end
@@ -96,8 +96,6 @@ module Google
96
96
  rpc :GetServerConfig, ::Google::Cloud::Container::V1beta1::GetServerConfigRequest, ::Google::Cloud::Container::V1beta1::ServerConfig
97
97
  # Gets the public component of the cluster signing keys in
98
98
  # JSON Web Key format.
99
- # This API is not yet intended for general use, and is not available for all
100
- # clusters.
101
99
  rpc :GetJSONWebKeys, ::Google::Cloud::Container::V1beta1::GetJSONWebKeysRequest, ::Google::Cloud::Container::V1beta1::GetJSONWebKeysResponse
102
100
  # Lists the node pools for a cluster.
103
101
  rpc :ListNodePools, ::Google::Cloud::Container::V1beta1::ListNodePoolsRequest, ::Google::Cloud::Container::V1beta1::ListNodePoolsResponse
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.1
4
+ version: 0.34.2
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-12 00:00:00.000000000 Z
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common