google-apis-container_v1beta1 0.27.0 → 0.30.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: 39677e3ea3046b273ad8182756a4e5bb6caa8f70fb1adb8d9e73b003bebfa5a7
4
- data.tar.gz: ed452e6400db1de49b0fb9c59f5efd0c6ea957b6877d35e986b1477a78eb4958
3
+ metadata.gz: 1dadea4cd81c4cba935d32642841c9d65c752df9200e4d79026ab8333479b1e9
4
+ data.tar.gz: 4a3e4d588e5868357ea3840ed8fa0872d31aa288027fcf6c3a767dbfec1d8988
5
5
  SHA512:
6
- metadata.gz: 7fbe7b372489f10c7010c1a63d7b039828bdcc7745acdfcec8ed241d73f0225040637a7879231de00565c4fd18b998d84a750d68be6521952c9274d397eafd40
7
- data.tar.gz: 947e185b0b9a88ceafc9591a768e494b177c7300a7c615c740a350e5e8050d0310dae00767200876008c29d796155f33b480c4991085c479f89296e10fa63765
6
+ metadata.gz: 80d64556b83dfd6fcb0eaf4965f76caa79b22a3c438137908ccb1dfae123c023be71346b7851d90f01031c433171388a66e600be35c885a1b1802b8e782d1f96
7
+ data.tar.gz: 135bc2fcf88834ede75137336bf42f320f335e6dfc23198e405515dd17d4a89739f054ef52bd492d56922f15da18bf0ec8f9cc0686aaa3c993465ddf6776b86a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.30.0 (2022-05-02)
4
+
5
+ * Regenerated from discovery document revision 20220419
6
+
7
+ ### v0.29.0 (2022-04-25)
8
+
9
+ * Regenerated from discovery document revision 20220330
10
+
11
+ ### v0.28.0 (2022-04-14)
12
+
13
+ * Regenerated from discovery document revision 20220328
14
+
3
15
  ### v0.27.0 (2022-03-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220308
@@ -392,7 +392,7 @@ module Google
392
392
  include Google::Apis::Core::Hashable
393
393
 
394
394
  # Enable Binary Authorization for this cluster. If enabled, all container images
395
- # will be validated by Google Binauthz.
395
+ # will be validated by Binary Authorization.
396
396
  # Corresponds to the JSON property `enabled`
397
397
  # @return [Boolean]
398
398
  attr_accessor :enabled
@@ -425,8 +425,8 @@ module Google
425
425
  attr_accessor :operation_id
426
426
 
427
427
  # 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.
428
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
429
+ # projects). This field has been deprecated and replaced by the name field.
430
430
  # Corresponds to the JSON property `projectId`
431
431
  # @return [String]
432
432
  attr_accessor :project_id
@@ -1441,8 +1441,8 @@ module Google
1441
1441
  attr_accessor :name
1442
1442
 
1443
1443
  # 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.
1444
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1445
+ # projects). This field has been deprecated and replaced by the name field.
1446
1446
  # Corresponds to the JSON property `projectId`
1447
1447
  # @return [String]
1448
1448
  attr_accessor :project_id
@@ -1545,8 +1545,8 @@ module Google
1545
1545
  attr_accessor :parent
1546
1546
 
1547
1547
  # 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.
1548
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1549
+ # projects). This field has been deprecated and replaced by the parent field.
1550
1550
  # Corresponds to the JSON property `projectId`
1551
1551
  # @return [String]
1552
1552
  attr_accessor :project_id
@@ -1611,8 +1611,8 @@ module Google
1611
1611
  attr_accessor :parent
1612
1612
 
1613
1613
  # 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.
1614
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1615
+ # projects). This field has been deprecated and replaced by the parent field.
1616
1616
  # Corresponds to the JSON property `projectId`
1617
1617
  # @return [String]
1618
1618
  attr_accessor :project_id
@@ -1807,8 +1807,7 @@ module Google
1807
1807
  # A generic empty message that you can re-use to avoid defining duplicated empty
1808
1808
  # messages in your APIs. A typical example is to use it as the request or the
1809
1809
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1810
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1811
- # `Empty` is empty JSON object ````.
1810
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1812
1811
  class Empty
1813
1812
  include Google::Apis::Core::Hashable
1814
1813
 
@@ -2483,9 +2482,10 @@ module Google
2483
2482
  include Google::Apis::Core::Hashable
2484
2483
 
2485
2484
  # The Linux kernel parameters to be applied to the nodes and all pods running on
2486
- # the nodes. The following parameters are supported. net.core.netdev_max_backlog
2487
- # net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max
2488
- # net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
2485
+ # the nodes. The following parameters are supported. net.core.busy_poll net.core.
2486
+ # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default
2487
+ # net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.
2488
+ # ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
2489
2489
  # Corresponds to the JSON property `sysctls`
2490
2490
  # @return [Hash<String,String>]
2491
2491
  attr_accessor :sysctls
@@ -3111,6 +3111,32 @@ module Google
3111
3111
  end
3112
3112
  end
3113
3113
 
3114
+ # Configuration of all network bandwidth tiers
3115
+ class NetworkPerformanceConfig
3116
+ include Google::Apis::Core::Hashable
3117
+
3118
+ # Specifies the network bandwidth tier for the NodePool for traffic to external/
3119
+ # public IP addresses.
3120
+ # Corresponds to the JSON property `externalIpEgressBandwidthTier`
3121
+ # @return [String]
3122
+ attr_accessor :external_ip_egress_bandwidth_tier
3123
+
3124
+ # Specifies the total network bandwidth tier for the NodePool.
3125
+ # Corresponds to the JSON property `totalEgressBandwidthTier`
3126
+ # @return [String]
3127
+ attr_accessor :total_egress_bandwidth_tier
3128
+
3129
+ def initialize(**args)
3130
+ update!(**args)
3131
+ end
3132
+
3133
+ # Update properties of this object
3134
+ def update!(**args)
3135
+ @external_ip_egress_bandwidth_tier = args[:external_ip_egress_bandwidth_tier] if args.key?(:external_ip_egress_bandwidth_tier)
3136
+ @total_egress_bandwidth_tier = args[:total_egress_bandwidth_tier] if args.key?(:total_egress_bandwidth_tier)
3137
+ end
3138
+ end
3139
+
3114
3140
  # Configuration options for the NetworkPolicy feature. https://kubernetes.io/
3115
3141
  # docs/concepts/services-networking/networkpolicies/
3116
3142
  class NetworkPolicy
@@ -3481,6 +3507,14 @@ module Google
3481
3507
  # @return [String]
3482
3508
  attr_accessor :cpu_manager_policy
3483
3509
 
3510
+ # Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-
3511
+ # limiting/#pod-pid-limits Controls the maximum number of processes allowed to
3512
+ # run in a pod. The value must be greater than or equal to 1024 and less than
3513
+ # 4194304.
3514
+ # Corresponds to the JSON property `podPidsLimit`
3515
+ # @return [Fixnum]
3516
+ attr_accessor :pod_pids_limit
3517
+
3484
3518
  def initialize(**args)
3485
3519
  update!(**args)
3486
3520
  end
@@ -3490,6 +3524,7 @@ module Google
3490
3524
  @cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
3491
3525
  @cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
3492
3526
  @cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
3527
+ @pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
3493
3528
  end
3494
3529
  end
3495
3530
 
@@ -3563,6 +3598,11 @@ module Google
3563
3598
  attr_accessor :create_pod_range
3564
3599
  alias_method :create_pod_range?, :create_pod_range
3565
3600
 
3601
+ # Configuration of all network bandwidth tiers
3602
+ # Corresponds to the JSON property `networkPerformanceConfig`
3603
+ # @return [Google::Apis::ContainerV1beta1::NetworkPerformanceConfig]
3604
+ attr_accessor :network_performance_config
3605
+
3566
3606
  # The IP address range for pod IPs in this node pool. Only applicable if `
3567
3607
  # create_pod_range` is true. Set to blank to have a range chosen with the
3568
3608
  # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
@@ -3590,6 +3630,7 @@ module Google
3590
3630
  # Update properties of this object
3591
3631
  def update!(**args)
3592
3632
  @create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
3633
+ @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
3593
3634
  @pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
3594
3635
  @pod_range = args[:pod_range] if args.key?(:pod_range)
3595
3636
  end
@@ -4441,8 +4482,8 @@ module Google
4441
4482
  attr_accessor :node_pool_id
4442
4483
 
4443
4484
  # Required. Deprecated. The Google Developers Console [project ID or project
4444
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4445
- # deprecated and replaced by the name field.
4485
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4486
+ # projects). This field has been deprecated and replaced by the name field.
4446
4487
  # Corresponds to the JSON property `projectId`
4447
4488
  # @return [String]
4448
4489
  attr_accessor :project_id
@@ -4674,8 +4715,8 @@ module Google
4674
4715
  attr_accessor :name
4675
4716
 
4676
4717
  # Required. Deprecated. The Google Developers Console [project ID or project
4677
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4678
- # deprecated and replaced by the name field.
4718
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4719
+ # projects). This field has been deprecated and replaced by the name field.
4679
4720
  # Corresponds to the JSON property `projectId`
4680
4721
  # @return [String]
4681
4722
  attr_accessor :project_id
@@ -4729,8 +4770,8 @@ module Google
4729
4770
  attr_accessor :name
4730
4771
 
4731
4772
  # Required. Deprecated. The Google Developers Console [project ID or project
4732
- # number](https://developers.google.com/console/help/new/#projectnumber). This
4733
- # field has been deprecated and replaced by the name field.
4773
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4774
+ # projects). This field has been deprecated and replaced by the name field.
4734
4775
  # Corresponds to the JSON property `projectId`
4735
4776
  # @return [String]
4736
4777
  attr_accessor :project_id
@@ -4786,8 +4827,8 @@ module Google
4786
4827
  attr_accessor :name
4787
4828
 
4788
4829
  # Required. Deprecated. The Google Developers Console [project ID or project
4789
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4790
- # deprecated and replaced by the name field.
4830
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4831
+ # projects). This field has been deprecated and replaced by the name field.
4791
4832
  # Corresponds to the JSON property `projectId`
4792
4833
  # @return [String]
4793
4834
  attr_accessor :project_id
@@ -4840,8 +4881,8 @@ module Google
4840
4881
  attr_accessor :name
4841
4882
 
4842
4883
  # Required. Deprecated. The Google Developers Console [project ID or project
4843
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4844
- # deprecated and replaced by the name field.
4884
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4885
+ # projects). This field has been deprecated and replaced by the name field.
4845
4886
  # Corresponds to the JSON property `projectId`
4846
4887
  # @return [String]
4847
4888
  attr_accessor :project_id
@@ -4895,8 +4936,8 @@ module Google
4895
4936
  attr_accessor :name
4896
4937
 
4897
4938
  # Required. Deprecated. The Google Developers Console [project ID or project
4898
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4899
- # deprecated and replaced by the name field.
4939
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4940
+ # projects). This field has been deprecated and replaced by the name field.
4900
4941
  # Corresponds to the JSON property `projectId`
4901
4942
  # @return [String]
4902
4943
  attr_accessor :project_id
@@ -4943,7 +4984,7 @@ module Google
4943
4984
  attr_accessor :name
4944
4985
 
4945
4986
  # Required. The Google Developers Console [project ID or project number](https://
4946
- # support.google.com/cloud/answer/6158840).
4987
+ # cloud.google.com/resource-manager/docs/creating-managing-projects).
4947
4988
  # Corresponds to the JSON property `projectId`
4948
4989
  # @return [String]
4949
4990
  attr_accessor :project_id
@@ -4990,8 +5031,8 @@ module Google
4990
5031
  attr_accessor :name
4991
5032
 
4992
5033
  # Required. Deprecated. The Google Developers Console [project ID or project
4993
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4994
- # deprecated and replaced by the name field.
5034
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5035
+ # projects). This field has been deprecated and replaced by the name field.
4995
5036
  # Corresponds to the JSON property `projectId`
4996
5037
  # @return [String]
4997
5038
  attr_accessor :project_id
@@ -5052,8 +5093,8 @@ module Google
5052
5093
  attr_accessor :name
5053
5094
 
5054
5095
  # Required. Deprecated. The Google Developers Console [project ID or project
5055
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5056
- # deprecated and replaced by the name field.
5096
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5097
+ # projects). This field has been deprecated and replaced by the name field.
5057
5098
  # Corresponds to the JSON property `projectId`
5058
5099
  # @return [String]
5059
5100
  attr_accessor :project_id
@@ -5102,8 +5143,8 @@ module Google
5102
5143
  attr_accessor :network_policy
5103
5144
 
5104
5145
  # Required. Deprecated. The Google Developers Console [project ID or project
5105
- # number](https://developers.google.com/console/help/new/#projectnumber). This
5106
- # field has been deprecated and replaced by the name field.
5146
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5147
+ # projects). This field has been deprecated and replaced by the name field.
5107
5148
  # Corresponds to the JSON property `projectId`
5108
5149
  # @return [String]
5109
5150
  attr_accessor :project_id
@@ -5159,8 +5200,8 @@ module Google
5159
5200
  attr_accessor :node_pool_id
5160
5201
 
5161
5202
  # Required. Deprecated. The Google Developers Console [project ID or project
5162
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5163
- # deprecated and replaced by the name field.
5203
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5204
+ # projects). This field has been deprecated and replaced by the name field.
5164
5205
  # Corresponds to the JSON property `projectId`
5165
5206
  # @return [String]
5166
5207
  attr_accessor :project_id
@@ -5218,8 +5259,8 @@ module Google
5218
5259
  attr_accessor :node_pool_id
5219
5260
 
5220
5261
  # Required. Deprecated. The Google Developers Console [project ID or project
5221
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5222
- # deprecated and replaced by the name field.
5262
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5263
+ # projects). This field has been deprecated and replaced by the name field.
5223
5264
  # Corresponds to the JSON property `projectId`
5224
5265
  # @return [String]
5225
5266
  attr_accessor :project_id
@@ -5274,8 +5315,8 @@ module Google
5274
5315
  attr_accessor :node_pool_id
5275
5316
 
5276
5317
  # Required. Deprecated. The Google Developers Console [project ID or project
5277
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5278
- # deprecated and replaced by the name field.
5318
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5319
+ # projects). This field has been deprecated and replaced by the name field.
5279
5320
  # Corresponds to the JSON property `projectId`
5280
5321
  # @return [String]
5281
5322
  attr_accessor :project_id
@@ -5374,8 +5415,8 @@ module Google
5374
5415
  attr_accessor :name
5375
5416
 
5376
5417
  # Required. Deprecated. The Google Developers Console [project ID or project
5377
- # number](https://developers.google.com/console/help/new/#projectnumber). This
5378
- # field has been deprecated and replaced by the name field.
5418
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5419
+ # projects). This field has been deprecated and replaced by the name field.
5379
5420
  # Corresponds to the JSON property `projectId`
5380
5421
  # @return [String]
5381
5422
  attr_accessor :project_id
@@ -5561,8 +5602,8 @@ module Google
5561
5602
  attr_accessor :name
5562
5603
 
5563
5604
  # Required. Deprecated. The Google Developers Console [project ID or project
5564
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5565
- # deprecated and replaced by the name field.
5605
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5606
+ # projects). This field has been deprecated and replaced by the name field.
5566
5607
  # Corresponds to the JSON property `projectId`
5567
5608
  # @return [String]
5568
5609
  attr_accessor :project_id
@@ -5622,8 +5663,8 @@ module Google
5622
5663
  attr_accessor :name
5623
5664
 
5624
5665
  # Required. Deprecated. The Google Developers Console [project ID or project
5625
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5626
- # deprecated and replaced by the name field.
5666
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5667
+ # projects). This field has been deprecated and replaced by the name field.
5627
5668
  # Corresponds to the JSON property `projectId`
5628
5669
  # @return [String]
5629
5670
  attr_accessor :project_id
@@ -5729,8 +5770,8 @@ module Google
5729
5770
  attr_accessor :node_version
5730
5771
 
5731
5772
  # Required. Deprecated. The Google Developers Console [project ID or project
5732
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5733
- # deprecated and replaced by the name field.
5773
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5774
+ # projects). This field has been deprecated and replaced by the name field.
5734
5775
  # Corresponds to the JSON property `projectId`
5735
5776
  # @return [String]
5736
5777
  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.27.0"
19
+ GEM_VERSION = "0.30.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 = "20220308"
25
+ REVISION = "20220419"
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
 
@@ -1706,6 +1712,14 @@ module Google
1706
1712
  end
1707
1713
  end
1708
1714
 
1715
+ class NetworkPerformanceConfig
1716
+ # @private
1717
+ class Representation < Google::Apis::Core::JsonRepresentation
1718
+ property :external_ip_egress_bandwidth_tier, as: 'externalIpEgressBandwidthTier'
1719
+ property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
1720
+ end
1721
+ end
1722
+
1709
1723
  class NetworkPolicy
1710
1724
  # @private
1711
1725
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1789,6 +1803,7 @@ module Google
1789
1803
  property :cpu_cfs_quota, as: 'cpuCfsQuota'
1790
1804
  property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
1791
1805
  property :cpu_manager_policy, as: 'cpuManagerPolicy'
1806
+ property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
1792
1807
  end
1793
1808
  end
1794
1809
 
@@ -1813,6 +1828,8 @@ module Google
1813
1828
  # @private
1814
1829
  class Representation < Google::Apis::Core::JsonRepresentation
1815
1830
  property :create_pod_range, as: 'createPodRange'
1831
+ property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
1832
+
1816
1833
  property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
1817
1834
  property :pod_range, as: 'podRange'
1818
1835
  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.27.0
4
+ version: 0.30.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.30.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: []