google-cloud-container-v1 0.20.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9090e69070ad22dcdd7c1cf0898914fee7b38722525c7cb8b3f7cb916859ce74
4
- data.tar.gz: 584d66c13d1f252ed7c670b3249556782e1199042b2f01cb3524e593baa1bebb
3
+ metadata.gz: 6fcc24bdaab408fd833e950951d5f069285817bb6b0606ffed6be33ef62f3773
4
+ data.tar.gz: 83b4e0d1b0204b3a2b2282e17407b242cdbca4b504522f42d27a14d09e5cd68d
5
5
  SHA512:
6
- metadata.gz: 05e4c7df4898f057ce790d8b479e28ce85d179d506aab48202647664c876bde2fa28cf03bb6775281893113323ba48883b9e9770051229e80a74da58b67f7543
7
- data.tar.gz: 58759ea58a202c27d81581535dae06a3b2e3f734eb656e34c369af2e683a89783a455625819299b7d009f56cdd5b1ea55c6fdbbdec7a816419a856d0bcbbea7f
6
+ metadata.gz: a2f24baab4f94465ed5efbf9b277c30e0d91315da22df2e3f325c986922d9076b89b8606de66e7d3b51982f4558ccedd9aa864609d62bd341309feef822fb6bc
7
+ data.tar.gz: f939b4dde3314796bf693acb6c3adedc0936f46cb09c65f3e8fe641eb7471924906a34f91461db678014b7cb9008e640cd04661194771f1c11d56c9deb3d8f5c
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.20.0"
24
+ VERSION = "0.21.0"
25
25
  end
26
26
  end
27
27
  end
@@ -394,6 +394,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
394
394
  optional :desired_gateway_api_config, :message, 114, "google.container.v1.GatewayAPIConfig"
395
395
  optional :etag, :string, 115
396
396
  optional :desired_node_pool_logging_config, :message, 116, "google.container.v1.NodePoolLoggingConfig"
397
+ optional :desired_fleet, :message, 117, "google.container.v1.Fleet"
397
398
  optional :desired_stack_type, :enum, 119, "google.container.v1.StackType"
398
399
  optional :additional_pod_ranges_config, :message, 120, "google.container.v1.AdditionalPodRangesConfig"
399
400
  optional :removed_additional_pod_ranges_config, :message, 121, "google.container.v1.AdditionalPodRangesConfig"
@@ -83,7 +83,7 @@ module Google
83
83
  # long-running operation pattern.
84
84
  # @!attribute [rw] new_issue_uri
85
85
  # @return [::String]
86
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
87
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
88
88
  # @!attribute [rw] documentation_uri
89
89
  # @return [::String]
@@ -353,6 +353,15 @@ module Google
353
353
 
354
354
  # Street View Org.
355
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
356
365
  end
357
366
 
358
367
  # To where should client libraries be published?
@@ -1766,6 +1766,9 @@ module Google
1766
1766
  # @!attribute [rw] desired_node_pool_logging_config
1767
1767
  # @return [::Google::Cloud::Container::V1::NodePoolLoggingConfig]
1768
1768
  # The desired node pool logging configuration defaults for the cluster.
1769
+ # @!attribute [rw] desired_fleet
1770
+ # @return [::Google::Cloud::Container::V1::Fleet]
1771
+ # The desired fleet configuration for the cluster.
1769
1772
  # @!attribute [rw] desired_stack_type
1770
1773
  # @return [::Google::Cloud::Container::V1::StackType]
1771
1774
  # The desired stack type of the cluster.
@@ -1831,12 +1834,12 @@ module Google
1831
1834
  #
1832
1835
  # Examples:
1833
1836
  #
1834
- # -
1835
- # `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
1836
- # -
1837
- # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
1838
- # -
1839
- # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
1837
+ # -
1838
+ # `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
1839
+ # -
1840
+ # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
1841
+ # -
1842
+ # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
1840
1843
  # @!attribute [rw] location
1841
1844
  # @return [::String]
1842
1845
  # [Output only] The name of the Google Compute Engine
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-04-24 00:00:00.000000000 Z
11
+ date: 2023-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common