google-apis-container_v1beta1 0.28.0 → 0.31.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: 88ed92358dcca735a7121ae03dcfbebb337b35668a14ed042b310470401ccde4
4
- data.tar.gz: 13b88cf9c5282c0d60f2f6c19f6b67f2774b2198221c95468e2ddf7890c59fce
3
+ metadata.gz: f2d0df1579e7ab6c96d031523cd33987c2256c57580e7b93316312a7c27ed58e
4
+ data.tar.gz: 35f275eeb75f8920ccfb0018668a307c23ae81225701e59474e6a8836c49944d
5
5
  SHA512:
6
- metadata.gz: 99ad583241efaaca10f6f8f5fa4b3695aeff78bb5129e4a90b5fecb6636db4dbaffa1e4a4076bde38fb3a59b7de3deeada7c4631f1592e28328e7dab2fde72a5
7
- data.tar.gz: 31a91deb9b0594aade77d8a92f9fe59ad338c3f75454eb9295f0a5df5c95abf97237cc83a6d4e220535f82dbe3cafca726cdc3e915c80c292ff2dd7b883313ee
6
+ metadata.gz: 8d6f296fd4e100c3e5df35f5181b5aded9bf53f5a67c62e2df1af2afa0019336c0bdfd128eac3f2f7e14aefb490eac6e5dbfd736337d48b2c7046f80622b5a80
7
+ data.tar.gz: 89e41efb3e3bed4c870bfa2b5691c80695a6f2c6b9f6de957766c6ef3782db7b4eee77abb55e8bd580ddcad02133618d7cb7a9a2c4864e8030b32cb55d279a0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.31.0 (2022-05-09)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+
7
+ ### v0.30.0 (2022-05-02)
8
+
9
+ * Regenerated from discovery document revision 20220419
10
+
11
+ ### v0.29.0 (2022-04-25)
12
+
13
+ * Regenerated from discovery document revision 20220330
14
+
3
15
  ### v0.28.0 (2022-04-14)
4
16
 
5
17
  * Regenerated from discovery document revision 20220328
@@ -398,6 +398,12 @@ module Google
398
398
  attr_accessor :enabled
399
399
  alias_method :enabled?, :enabled
400
400
 
401
+ # Mode of operation for binauthz policy evaluation. Currently the only options
402
+ # are equivalent to enable/disable. If unspecified, defaults to DISABLED.
403
+ # Corresponds to the JSON property `evaluationMode`
404
+ # @return [String]
405
+ attr_accessor :evaluation_mode
406
+
401
407
  def initialize(**args)
402
408
  update!(**args)
403
409
  end
@@ -405,6 +411,7 @@ module Google
405
411
  # Update properties of this object
406
412
  def update!(**args)
407
413
  @enabled = args[:enabled] if args.key?(:enabled)
414
+ @evaluation_mode = args[:evaluation_mode] if args.key?(:evaluation_mode)
408
415
  end
409
416
  end
410
417
 
@@ -425,8 +432,8 @@ module Google
425
432
  attr_accessor :operation_id
426
433
 
427
434
  # Required. Deprecated. The Google Developers Console [project ID or project
428
- # number](https://support.google.com/cloud/answer/6158840). This field has been
429
- # deprecated and replaced by the name field.
435
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
436
+ # projects). This field has been deprecated and replaced by the name field.
430
437
  # Corresponds to the JSON property `projectId`
431
438
  # @return [String]
432
439
  attr_accessor :project_id
@@ -1441,8 +1448,8 @@ module Google
1441
1448
  attr_accessor :name
1442
1449
 
1443
1450
  # Required. Deprecated. The Google Developers Console [project ID or project
1444
- # number](https://developers.google.com/console/help/new/#projectnumber). This
1445
- # field has been deprecated and replaced by the name field.
1451
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1452
+ # projects). This field has been deprecated and replaced by the name field.
1446
1453
  # Corresponds to the JSON property `projectId`
1447
1454
  # @return [String]
1448
1455
  attr_accessor :project_id
@@ -1545,8 +1552,8 @@ module Google
1545
1552
  attr_accessor :parent
1546
1553
 
1547
1554
  # Required. Deprecated. The Google Developers Console [project ID or project
1548
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1549
- # deprecated and replaced by the parent field.
1555
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1556
+ # projects). This field has been deprecated and replaced by the parent field.
1550
1557
  # Corresponds to the JSON property `projectId`
1551
1558
  # @return [String]
1552
1559
  attr_accessor :project_id
@@ -1611,8 +1618,8 @@ module Google
1611
1618
  attr_accessor :parent
1612
1619
 
1613
1620
  # Required. Deprecated. The Google Developers Console [project ID or project
1614
- # number](https://developers.google.com/console/help/new/#projectnumber). This
1615
- # field has been deprecated and replaced by the parent field.
1621
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1622
+ # projects). This field has been deprecated and replaced by the parent field.
1616
1623
  # Corresponds to the JSON property `projectId`
1617
1624
  # @return [String]
1618
1625
  attr_accessor :project_id
@@ -3111,6 +3118,32 @@ module Google
3111
3118
  end
3112
3119
  end
3113
3120
 
3121
+ # Configuration of all network bandwidth tiers
3122
+ class NetworkPerformanceConfig
3123
+ include Google::Apis::Core::Hashable
3124
+
3125
+ # Specifies the network bandwidth tier for the NodePool for traffic to external/
3126
+ # public IP addresses.
3127
+ # Corresponds to the JSON property `externalIpEgressBandwidthTier`
3128
+ # @return [String]
3129
+ attr_accessor :external_ip_egress_bandwidth_tier
3130
+
3131
+ # Specifies the total network bandwidth tier for the NodePool.
3132
+ # Corresponds to the JSON property `totalEgressBandwidthTier`
3133
+ # @return [String]
3134
+ attr_accessor :total_egress_bandwidth_tier
3135
+
3136
+ def initialize(**args)
3137
+ update!(**args)
3138
+ end
3139
+
3140
+ # Update properties of this object
3141
+ def update!(**args)
3142
+ @external_ip_egress_bandwidth_tier = args[:external_ip_egress_bandwidth_tier] if args.key?(:external_ip_egress_bandwidth_tier)
3143
+ @total_egress_bandwidth_tier = args[:total_egress_bandwidth_tier] if args.key?(:total_egress_bandwidth_tier)
3144
+ end
3145
+ end
3146
+
3114
3147
  # Configuration options for the NetworkPolicy feature. https://kubernetes.io/
3115
3148
  # docs/concepts/services-networking/networkpolicies/
3116
3149
  class NetworkPolicy
@@ -3572,6 +3605,11 @@ module Google
3572
3605
  attr_accessor :create_pod_range
3573
3606
  alias_method :create_pod_range?, :create_pod_range
3574
3607
 
3608
+ # Configuration of all network bandwidth tiers
3609
+ # Corresponds to the JSON property `networkPerformanceConfig`
3610
+ # @return [Google::Apis::ContainerV1beta1::NetworkPerformanceConfig]
3611
+ attr_accessor :network_performance_config
3612
+
3575
3613
  # The IP address range for pod IPs in this node pool. Only applicable if `
3576
3614
  # create_pod_range` is true. Set to blank to have a range chosen with the
3577
3615
  # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
@@ -3599,6 +3637,7 @@ module Google
3599
3637
  # Update properties of this object
3600
3638
  def update!(**args)
3601
3639
  @create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
3640
+ @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
3602
3641
  @pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
3603
3642
  @pod_range = args[:pod_range] if args.key?(:pod_range)
3604
3643
  end
@@ -4450,8 +4489,8 @@ module Google
4450
4489
  attr_accessor :node_pool_id
4451
4490
 
4452
4491
  # Required. Deprecated. The Google Developers Console [project ID or project
4453
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4454
- # deprecated and replaced by the name field.
4492
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4493
+ # projects). This field has been deprecated and replaced by the name field.
4455
4494
  # Corresponds to the JSON property `projectId`
4456
4495
  # @return [String]
4457
4496
  attr_accessor :project_id
@@ -4683,8 +4722,8 @@ module Google
4683
4722
  attr_accessor :name
4684
4723
 
4685
4724
  # Required. Deprecated. The Google Developers Console [project ID or project
4686
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4687
- # deprecated and replaced by the name field.
4725
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4726
+ # projects). This field has been deprecated and replaced by the name field.
4688
4727
  # Corresponds to the JSON property `projectId`
4689
4728
  # @return [String]
4690
4729
  attr_accessor :project_id
@@ -4738,8 +4777,8 @@ module Google
4738
4777
  attr_accessor :name
4739
4778
 
4740
4779
  # Required. Deprecated. The Google Developers Console [project ID or project
4741
- # number](https://developers.google.com/console/help/new/#projectnumber). This
4742
- # field has been deprecated and replaced by the name field.
4780
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4781
+ # projects). This field has been deprecated and replaced by the name field.
4743
4782
  # Corresponds to the JSON property `projectId`
4744
4783
  # @return [String]
4745
4784
  attr_accessor :project_id
@@ -4795,8 +4834,8 @@ module Google
4795
4834
  attr_accessor :name
4796
4835
 
4797
4836
  # Required. Deprecated. The Google Developers Console [project ID or project
4798
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4799
- # deprecated and replaced by the name field.
4837
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4838
+ # projects). This field has been deprecated and replaced by the name field.
4800
4839
  # Corresponds to the JSON property `projectId`
4801
4840
  # @return [String]
4802
4841
  attr_accessor :project_id
@@ -4849,8 +4888,8 @@ module Google
4849
4888
  attr_accessor :name
4850
4889
 
4851
4890
  # Required. Deprecated. The Google Developers Console [project ID or project
4852
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4853
- # deprecated and replaced by the name field.
4891
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4892
+ # projects). This field has been deprecated and replaced by the name field.
4854
4893
  # Corresponds to the JSON property `projectId`
4855
4894
  # @return [String]
4856
4895
  attr_accessor :project_id
@@ -4904,8 +4943,8 @@ module Google
4904
4943
  attr_accessor :name
4905
4944
 
4906
4945
  # Required. Deprecated. The Google Developers Console [project ID or project
4907
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4908
- # deprecated and replaced by the name field.
4946
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4947
+ # projects). This field has been deprecated and replaced by the name field.
4909
4948
  # Corresponds to the JSON property `projectId`
4910
4949
  # @return [String]
4911
4950
  attr_accessor :project_id
@@ -4952,7 +4991,7 @@ module Google
4952
4991
  attr_accessor :name
4953
4992
 
4954
4993
  # Required. The Google Developers Console [project ID or project number](https://
4955
- # support.google.com/cloud/answer/6158840).
4994
+ # cloud.google.com/resource-manager/docs/creating-managing-projects).
4956
4995
  # Corresponds to the JSON property `projectId`
4957
4996
  # @return [String]
4958
4997
  attr_accessor :project_id
@@ -4999,8 +5038,8 @@ module Google
4999
5038
  attr_accessor :name
5000
5039
 
5001
5040
  # Required. Deprecated. The Google Developers Console [project ID or project
5002
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5003
- # deprecated and replaced by the name field.
5041
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5042
+ # projects). This field has been deprecated and replaced by the name field.
5004
5043
  # Corresponds to the JSON property `projectId`
5005
5044
  # @return [String]
5006
5045
  attr_accessor :project_id
@@ -5061,8 +5100,8 @@ module Google
5061
5100
  attr_accessor :name
5062
5101
 
5063
5102
  # Required. Deprecated. The Google Developers Console [project ID or project
5064
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5065
- # deprecated and replaced by the name field.
5103
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5104
+ # projects). This field has been deprecated and replaced by the name field.
5066
5105
  # Corresponds to the JSON property `projectId`
5067
5106
  # @return [String]
5068
5107
  attr_accessor :project_id
@@ -5111,8 +5150,8 @@ module Google
5111
5150
  attr_accessor :network_policy
5112
5151
 
5113
5152
  # Required. Deprecated. The Google Developers Console [project ID or project
5114
- # number](https://developers.google.com/console/help/new/#projectnumber). This
5115
- # field has been deprecated and replaced by the name field.
5153
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5154
+ # projects). This field has been deprecated and replaced by the name field.
5116
5155
  # Corresponds to the JSON property `projectId`
5117
5156
  # @return [String]
5118
5157
  attr_accessor :project_id
@@ -5168,8 +5207,8 @@ module Google
5168
5207
  attr_accessor :node_pool_id
5169
5208
 
5170
5209
  # Required. Deprecated. The Google Developers Console [project ID or project
5171
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5172
- # deprecated and replaced by the name field.
5210
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5211
+ # projects). This field has been deprecated and replaced by the name field.
5173
5212
  # Corresponds to the JSON property `projectId`
5174
5213
  # @return [String]
5175
5214
  attr_accessor :project_id
@@ -5227,8 +5266,8 @@ module Google
5227
5266
  attr_accessor :node_pool_id
5228
5267
 
5229
5268
  # Required. Deprecated. The Google Developers Console [project ID or project
5230
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5231
- # deprecated and replaced by the name field.
5269
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5270
+ # projects). This field has been deprecated and replaced by the name field.
5232
5271
  # Corresponds to the JSON property `projectId`
5233
5272
  # @return [String]
5234
5273
  attr_accessor :project_id
@@ -5283,8 +5322,8 @@ module Google
5283
5322
  attr_accessor :node_pool_id
5284
5323
 
5285
5324
  # Required. Deprecated. The Google Developers Console [project ID or project
5286
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5287
- # deprecated and replaced by the name field.
5325
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5326
+ # projects). This field has been deprecated and replaced by the name field.
5288
5327
  # Corresponds to the JSON property `projectId`
5289
5328
  # @return [String]
5290
5329
  attr_accessor :project_id
@@ -5383,8 +5422,8 @@ module Google
5383
5422
  attr_accessor :name
5384
5423
 
5385
5424
  # Required. Deprecated. The Google Developers Console [project ID or project
5386
- # number](https://developers.google.com/console/help/new/#projectnumber). This
5387
- # field has been deprecated and replaced by the name field.
5425
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5426
+ # projects). This field has been deprecated and replaced by the name field.
5388
5427
  # Corresponds to the JSON property `projectId`
5389
5428
  # @return [String]
5390
5429
  attr_accessor :project_id
@@ -5570,8 +5609,8 @@ module Google
5570
5609
  attr_accessor :name
5571
5610
 
5572
5611
  # Required. Deprecated. The Google Developers Console [project ID or project
5573
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5574
- # deprecated and replaced by the name field.
5612
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5613
+ # projects). This field has been deprecated and replaced by the name field.
5575
5614
  # Corresponds to the JSON property `projectId`
5576
5615
  # @return [String]
5577
5616
  attr_accessor :project_id
@@ -5631,8 +5670,8 @@ module Google
5631
5670
  attr_accessor :name
5632
5671
 
5633
5672
  # Required. Deprecated. The Google Developers Console [project ID or project
5634
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5635
- # deprecated and replaced by the name field.
5673
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5674
+ # projects). This field has been deprecated and replaced by the name field.
5636
5675
  # Corresponds to the JSON property `projectId`
5637
5676
  # @return [String]
5638
5677
  attr_accessor :project_id
@@ -5738,8 +5777,8 @@ module Google
5738
5777
  attr_accessor :node_version
5739
5778
 
5740
5779
  # Required. Deprecated. The Google Developers Console [project ID or project
5741
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5742
- # deprecated and replaced by the name field.
5780
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5781
+ # projects). This field has been deprecated and replaced by the name field.
5743
5782
  # Corresponds to the JSON property `projectId`
5744
5783
  # @return [String]
5745
5784
  attr_accessor :project_id
@@ -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.28.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220328"
25
+ REVISION = "20220420"
26
26
  end
27
27
  end
28
28
  end
@@ -460,6 +460,12 @@ module Google
460
460
  include Google::Apis::Core::JsonObjectSupport
461
461
  end
462
462
 
463
+ class NetworkPerformanceConfig
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
463
469
  class NetworkPolicy
464
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
471
 
@@ -981,6 +987,7 @@ module Google
981
987
  # @private
982
988
  class Representation < Google::Apis::Core::JsonRepresentation
983
989
  property :enabled, as: 'enabled'
990
+ property :evaluation_mode, as: 'evaluationMode'
984
991
  end
985
992
  end
986
993
 
@@ -1706,6 +1713,14 @@ module Google
1706
1713
  end
1707
1714
  end
1708
1715
 
1716
+ class NetworkPerformanceConfig
1717
+ # @private
1718
+ class Representation < Google::Apis::Core::JsonRepresentation
1719
+ property :external_ip_egress_bandwidth_tier, as: 'externalIpEgressBandwidthTier'
1720
+ property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
1721
+ end
1722
+ end
1723
+
1709
1724
  class NetworkPolicy
1710
1725
  # @private
1711
1726
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1814,6 +1829,8 @@ module Google
1814
1829
  # @private
1815
1830
  class Representation < Google::Apis::Core::JsonRepresentation
1816
1831
  property :create_pod_range, as: 'createPodRange'
1832
+ property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
1833
+
1817
1834
  property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
1818
1835
  property :pod_range, as: 'podRange'
1819
1836
  end
@@ -103,8 +103,8 @@ module Google
103
103
  # format `projects/*/locations/*`.
104
104
  # @param [String] project_id
105
105
  # Required. Deprecated. The Google Developers Console [project ID or project
106
- # number](https://support.google.com/cloud/answer/6158840). This field has been
107
- # deprecated and replaced by the name field.
106
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
107
+ # projects). This field has been deprecated and replaced by the name field.
108
108
  # @param [String] zone
109
109
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
110
110
  # cloud.google.com/compute/docs/zones#available) to return operations for. This
@@ -257,8 +257,8 @@ module Google
257
257
  # deprecated and replaced by the name field.
258
258
  # @param [String] project_id
259
259
  # Required. Deprecated. The Google Developers Console [project ID or project
260
- # number](https://support.google.com/cloud/answer/6158840). This field has been
261
- # deprecated and replaced by the name field.
260
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
261
+ # projects). This field has been deprecated and replaced by the name field.
262
262
  # @param [String] zone
263
263
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
264
264
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -302,8 +302,8 @@ module Google
302
302
  # deprecated and replaced by the name field.
303
303
  # @param [String] project_id
304
304
  # Required. Deprecated. The Google Developers Console [project ID or project
305
- # number](https://support.google.com/cloud/answer/6158840). This field has been
306
- # deprecated and replaced by the name field.
305
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
306
+ # projects). This field has been deprecated and replaced by the name field.
307
307
  # @param [String] zone
308
308
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
309
309
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -379,8 +379,8 @@ module Google
379
379
  # regions.
380
380
  # @param [String] project_id
381
381
  # Required. Deprecated. The Google Developers Console [project ID or project
382
- # number](https://support.google.com/cloud/answer/6158840). This field has been
383
- # deprecated and replaced by the parent field.
382
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
383
+ # projects). This field has been deprecated and replaced by the parent field.
384
384
  # @param [String] zone
385
385
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
386
386
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides,
@@ -873,8 +873,8 @@ module Google
873
873
  # deprecated and replaced by the name field.
874
874
  # @param [String] project_id
875
875
  # Required. Deprecated. The Google Developers Console [project ID or project
876
- # number](https://developers.google.com/console/help/new/#projectnumber). This
877
- # field has been deprecated and replaced by the name field.
876
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
877
+ # projects). This field has been deprecated and replaced by the name field.
878
878
  # @param [String] zone
879
879
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
880
880
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -922,8 +922,8 @@ module Google
922
922
  # deprecated and replaced by the name field.
923
923
  # @param [String] project_id
924
924
  # Required. Deprecated. The Google Developers Console [project ID or project
925
- # number](https://developers.google.com/console/help/new/#projectnumber). This
926
- # field has been deprecated and replaced by the name field.
925
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
926
+ # projects). This field has been deprecated and replaced by the name field.
927
927
  # @param [String] zone
928
928
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
929
929
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -968,8 +968,8 @@ module Google
968
968
  # and replaced by the parent field.
969
969
  # @param [String] project_id
970
970
  # Required. Deprecated. The Google Developers Console [project ID or project
971
- # number](https://developers.google.com/console/help/new/#projectnumber). This
972
- # field has been deprecated and replaced by the parent field.
971
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
972
+ # projects). This field has been deprecated and replaced by the parent field.
973
973
  # @param [String] zone
974
974
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
975
975
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1257,8 +1257,8 @@ module Google
1257
1257
  # has been deprecated and replaced by the name field.
1258
1258
  # @param [String] project_id
1259
1259
  # Required. Deprecated. The Google Developers Console [project ID or project
1260
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1261
- # deprecated and replaced by the name field.
1260
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1261
+ # projects). This field has been deprecated and replaced by the name field.
1262
1262
  # @param [String] zone
1263
1263
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1264
1264
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1300,8 +1300,8 @@ module Google
1300
1300
  # zones and all regions.
1301
1301
  # @param [String] project_id
1302
1302
  # Required. Deprecated. The Google Developers Console [project ID or project
1303
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1304
- # deprecated and replaced by the parent field.
1303
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1304
+ # projects). This field has been deprecated and replaced by the parent field.
1305
1305
  # @param [String] zone
1306
1306
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1307
1307
  # cloud.google.com/compute/docs/zones#available) to return operations for, or `-`
@@ -1339,8 +1339,8 @@ module Google
1339
1339
  # Returns configuration info about the Google Kubernetes Engine service.
1340
1340
  # @param [String] project_id
1341
1341
  # Required. Deprecated. The Google Developers Console [project ID or project
1342
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1343
- # deprecated and replaced by the name field.
1342
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1343
+ # projects). This field has been deprecated and replaced by the name field.
1344
1344
  # @param [String] zone
1345
1345
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1346
1346
  # cloud.google.com/compute/docs/zones#available) to return operations for. This
@@ -1380,8 +1380,8 @@ module Google
1380
1380
  # Sets the addons for a specific cluster.
1381
1381
  # @param [String] project_id
1382
1382
  # Required. Deprecated. The Google Developers Console [project ID or project
1383
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1384
- # deprecated and replaced by the name field.
1383
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1384
+ # projects). This field has been deprecated and replaced by the name field.
1385
1385
  # @param [String] zone
1386
1386
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1387
1387
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1424,8 +1424,8 @@ module Google
1424
1424
  # Completes master IP rotation.
1425
1425
  # @param [String] project_id
1426
1426
  # Required. Deprecated. The Google Developers Console [project ID or project
1427
- # number](https://developers.google.com/console/help/new/#projectnumber). This
1428
- # field has been deprecated and replaced by the name field.
1427
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1428
+ # projects). This field has been deprecated and replaced by the name field.
1429
1429
  # @param [String] zone
1430
1430
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1431
1431
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1475,8 +1475,8 @@ module Google
1475
1475
  # is using.
1476
1476
  # @param [String] project_id
1477
1477
  # Required. Deprecated. The Google Developers Console [project ID or project
1478
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1479
- # deprecated and replaced by the parent field.
1478
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1479
+ # projects). This field has been deprecated and replaced by the parent field.
1480
1480
  # @param [String] zone
1481
1481
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1482
1482
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1519,8 +1519,8 @@ module Google
1519
1519
  # present when the cluster was initially created.
1520
1520
  # @param [String] project_id
1521
1521
  # Required. Deprecated. The Google Developers Console [project ID or project
1522
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1523
- # deprecated and replaced by the name field.
1522
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1523
+ # projects). This field has been deprecated and replaced by the name field.
1524
1524
  # @param [String] zone
1525
1525
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1526
1526
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1564,8 +1564,8 @@ module Google
1564
1564
  # Gets the details for a specific cluster.
1565
1565
  # @param [String] project_id
1566
1566
  # Required. Deprecated. The Google Developers Console [project ID or project
1567
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1568
- # deprecated and replaced by the name field.
1567
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1568
+ # projects). This field has been deprecated and replaced by the name field.
1569
1569
  # @param [String] zone
1570
1570
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1571
1571
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1609,8 +1609,8 @@ module Google
1609
1609
  # Enables or disables the ABAC authorization mechanism on a cluster.
1610
1610
  # @param [String] project_id
1611
1611
  # Required. Deprecated. The Google Developers Console [project ID or project
1612
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1613
- # deprecated and replaced by the name field.
1612
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1613
+ # projects). This field has been deprecated and replaced by the name field.
1614
1614
  # @param [String] zone
1615
1615
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1616
1616
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1654,8 +1654,8 @@ module Google
1654
1654
  # zones.
1655
1655
  # @param [String] project_id
1656
1656
  # Required. Deprecated. The Google Developers Console [project ID or project
1657
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1658
- # deprecated and replaced by the parent field.
1657
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1658
+ # projects). This field has been deprecated and replaced by the parent field.
1659
1659
  # @param [String] zone
1660
1660
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1661
1661
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides,
@@ -1699,8 +1699,8 @@ module Google
1699
1699
  # rest/v1beta1/projects.locations.clusters/update) instead.
1700
1700
  # @param [String] project_id
1701
1701
  # Required. Deprecated. The Google Developers Console [project ID or project
1702
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1703
- # deprecated and replaced by the name field.
1702
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1703
+ # projects). This field has been deprecated and replaced by the name field.
1704
1704
  # @param [String] zone
1705
1705
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1706
1706
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1743,8 +1743,8 @@ module Google
1743
1743
  # Sets the logging service for a specific cluster.
1744
1744
  # @param [String] project_id
1745
1745
  # Required. Deprecated. The Google Developers Console [project ID or project
1746
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1747
- # deprecated and replaced by the name field.
1746
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1747
+ # projects). This field has been deprecated and replaced by the name field.
1748
1748
  # @param [String] zone
1749
1749
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1750
1750
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1787,8 +1787,8 @@ module Google
1787
1787
  # Updates the master for a specific cluster.
1788
1788
  # @param [String] project_id
1789
1789
  # Required. Deprecated. The Google Developers Console [project ID or project
1790
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1791
- # deprecated and replaced by the name field.
1790
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1791
+ # projects). This field has been deprecated and replaced by the name field.
1792
1792
  # @param [String] zone
1793
1793
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1794
1794
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1831,8 +1831,8 @@ module Google
1831
1831
  # Sets the monitoring service for a specific cluster.
1832
1832
  # @param [String] project_id
1833
1833
  # Required. Deprecated. The Google Developers Console [project ID or project
1834
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1835
- # deprecated and replaced by the name field.
1834
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1835
+ # projects). This field has been deprecated and replaced by the name field.
1836
1836
  # @param [String] zone
1837
1837
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1838
1838
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1875,8 +1875,8 @@ module Google
1875
1875
  # Sets labels on a cluster.
1876
1876
  # @param [String] project_id
1877
1877
  # Required. Deprecated. The Google Developers Console [project ID or project
1878
- # number](https://developers.google.com/console/help/new/#projectnumber). This
1879
- # field has been deprecated and replaced by the name field.
1878
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1879
+ # projects). This field has been deprecated and replaced by the name field.
1880
1880
  # @param [String] zone
1881
1881
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1882
1882
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -1919,7 +1919,7 @@ module Google
1919
1919
  # Sets the maintenance policy for a cluster.
1920
1920
  # @param [String] project_id
1921
1921
  # Required. The Google Developers Console [project ID or project number](https://
1922
- # support.google.com/cloud/answer/6158840).
1922
+ # cloud.google.com/resource-manager/docs/creating-managing-projects).
1923
1923
  # @param [String] zone
1924
1924
  # Required. The name of the Google Compute Engine [zone](https://cloud.google.
1925
1925
  # com/compute/docs/zones#available) in which the cluster resides.
@@ -1962,8 +1962,8 @@ module Google
1962
1962
  # password.
1963
1963
  # @param [String] project_id
1964
1964
  # Required. Deprecated. The Google Developers Console [project ID or project
1965
- # number](https://support.google.com/cloud/answer/6158840). This field has been
1966
- # deprecated and replaced by the name field.
1965
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1966
+ # projects). This field has been deprecated and replaced by the name field.
1967
1967
  # @param [String] zone
1968
1968
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
1969
1969
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2006,8 +2006,8 @@ module Google
2006
2006
  # Enables or disables Network Policy for a cluster.
2007
2007
  # @param [String] project_id
2008
2008
  # Required. Deprecated. The Google Developers Console [project ID or project
2009
- # number](https://developers.google.com/console/help/new/#projectnumber). This
2010
- # field has been deprecated and replaced by the name field.
2009
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2010
+ # projects). This field has been deprecated and replaced by the name field.
2011
2011
  # @param [String] zone
2012
2012
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2013
2013
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2050,8 +2050,8 @@ module Google
2050
2050
  # Starts master IP rotation.
2051
2051
  # @param [String] project_id
2052
2052
  # Required. Deprecated. The Google Developers Console [project ID or project
2053
- # number](https://developers.google.com/console/help/new/#projectnumber). This
2054
- # field has been deprecated and replaced by the name field.
2053
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2054
+ # projects). This field has been deprecated and replaced by the name field.
2055
2055
  # @param [String] zone
2056
2056
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2057
2057
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2094,8 +2094,8 @@ module Google
2094
2094
  # Updates the settings for a specific cluster.
2095
2095
  # @param [String] project_id
2096
2096
  # Required. Deprecated. The Google Developers Console [project ID or project
2097
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2098
- # deprecated and replaced by the name field.
2097
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2098
+ # projects). This field has been deprecated and replaced by the name field.
2099
2099
  # @param [String] zone
2100
2100
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2101
2101
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2138,8 +2138,8 @@ module Google
2138
2138
  # Sets the autoscaling settings of a specific node pool.
2139
2139
  # @param [String] project_id
2140
2140
  # Required. Deprecated. The Google Developers Console [project ID or project
2141
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2142
- # deprecated and replaced by the name field.
2141
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2142
+ # projects). This field has been deprecated and replaced by the name field.
2143
2143
  # @param [String] zone
2144
2144
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2145
2145
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2186,8 +2186,8 @@ module Google
2186
2186
  # Creates a node pool for a cluster.
2187
2187
  # @param [String] project_id
2188
2188
  # Required. Deprecated. The Google Developers Console [project ID or project
2189
- # number](https://developers.google.com/console/help/new/#projectnumber). This
2190
- # field has been deprecated and replaced by the parent field.
2189
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2190
+ # projects). This field has been deprecated and replaced by the parent field.
2191
2191
  # @param [String] zone
2192
2192
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2193
2193
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2230,8 +2230,8 @@ module Google
2230
2230
  # Deletes a node pool from a cluster.
2231
2231
  # @param [String] project_id
2232
2232
  # Required. Deprecated. The Google Developers Console [project ID or project
2233
- # number](https://developers.google.com/console/help/new/#projectnumber). This
2234
- # field has been deprecated and replaced by the name field.
2233
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2234
+ # projects). This field has been deprecated and replaced by the name field.
2235
2235
  # @param [String] zone
2236
2236
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2237
2237
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2279,8 +2279,8 @@ module Google
2279
2279
  # Retrieves the requested node pool.
2280
2280
  # @param [String] project_id
2281
2281
  # Required. Deprecated. The Google Developers Console [project ID or project
2282
- # number](https://developers.google.com/console/help/new/#projectnumber). This
2283
- # field has been deprecated and replaced by the name field.
2282
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2283
+ # projects). This field has been deprecated and replaced by the name field.
2284
2284
  # @param [String] zone
2285
2285
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2286
2286
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2328,8 +2328,8 @@ module Google
2328
2328
  # Lists the node pools for a cluster.
2329
2329
  # @param [String] project_id
2330
2330
  # Required. Deprecated. The Google Developers Console [project ID or project
2331
- # number](https://developers.google.com/console/help/new/#projectnumber). This
2332
- # field has been deprecated and replaced by the parent field.
2331
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2332
+ # projects). This field has been deprecated and replaced by the parent field.
2333
2333
  # @param [String] zone
2334
2334
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2335
2335
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2374,8 +2374,8 @@ module Google
2374
2374
  # changes if the last upgrade successfully completed.
2375
2375
  # @param [String] project_id
2376
2376
  # Required. Deprecated. The Google Developers Console [project ID or project
2377
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2378
- # deprecated and replaced by the name field.
2377
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2378
+ # projects). This field has been deprecated and replaced by the name field.
2379
2379
  # @param [String] zone
2380
2380
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2381
2381
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2422,8 +2422,8 @@ module Google
2422
2422
  # Sets the NodeManagement options for a node pool.
2423
2423
  # @param [String] project_id
2424
2424
  # Required. Deprecated. The Google Developers Console [project ID or project
2425
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2426
- # deprecated and replaced by the name field.
2425
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2426
+ # projects). This field has been deprecated and replaced by the name field.
2427
2427
  # @param [String] zone
2428
2428
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2429
2429
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2472,8 +2472,8 @@ module Google
2472
2472
  # locations.
2473
2473
  # @param [String] project_id
2474
2474
  # Required. Deprecated. The Google Developers Console [project ID or project
2475
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2476
- # deprecated and replaced by the name field.
2475
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2476
+ # projects). This field has been deprecated and replaced by the name field.
2477
2477
  # @param [String] zone
2478
2478
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2479
2479
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2520,8 +2520,8 @@ module Google
2520
2520
  # Updates the version and/or image type of a specific node pool.
2521
2521
  # @param [String] project_id
2522
2522
  # Required. Deprecated. The Google Developers Console [project ID or project
2523
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2524
- # deprecated and replaced by the name field.
2523
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2524
+ # projects). This field has been deprecated and replaced by the name field.
2525
2525
  # @param [String] zone
2526
2526
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2527
2527
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2568,8 +2568,8 @@ module Google
2568
2568
  # Cancels the specified operation.
2569
2569
  # @param [String] project_id
2570
2570
  # Required. Deprecated. The Google Developers Console [project ID or project
2571
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2572
- # deprecated and replaced by the name field.
2571
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2572
+ # projects). This field has been deprecated and replaced by the name field.
2573
2573
  # @param [String] zone
2574
2574
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2575
2575
  # cloud.google.com/compute/docs/zones#available) in which the operation resides.
@@ -2612,8 +2612,8 @@ module Google
2612
2612
  # Gets the specified operation.
2613
2613
  # @param [String] project_id
2614
2614
  # Required. Deprecated. The Google Developers Console [project ID or project
2615
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2616
- # deprecated and replaced by the name field.
2615
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2616
+ # projects). This field has been deprecated and replaced by the name field.
2617
2617
  # @param [String] zone
2618
2618
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2619
2619
  # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
@@ -2657,8 +2657,8 @@ module Google
2657
2657
  # Lists all operations in a project in the specified zone or all zones.
2658
2658
  # @param [String] project_id
2659
2659
  # Required. Deprecated. The Google Developers Console [project ID or project
2660
- # number](https://support.google.com/cloud/answer/6158840). This field has been
2661
- # deprecated and replaced by the parent field.
2660
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2661
+ # projects). This field has been deprecated and replaced by the parent field.
2662
2662
  # @param [String] zone
2663
2663
  # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2664
2664
  # cloud.google.com/compute/docs/zones#available) to return operations for, or `-`
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.28.0
4
+ version: 0.31.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.31.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: []