google-apis-container_v1beta1 0.29.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da5cae016d16feddf7650288655cc479c8aa229c25ae34404ab268e9c9117d13
4
- data.tar.gz: 46b7289a20b08c97ba5ca0d38fbf9cb379c3c738a5c5b1b88130e07a6344fb25
3
+ metadata.gz: c1218ccf043703a632cdacda57a87208295f8c156b3c8c589ab030934a78645e
4
+ data.tar.gz: f87acc7ce36d01d362c81eec3b87089f484cec3761e2a03307fffac9d8e2491e
5
5
  SHA512:
6
- metadata.gz: dec55e77d7d7618a4c084a713f795ad1fe89b9218ebb331776779d57fa71826ddab1ec2ad78f900996811fa4d0e0211631287f788f4031f636f5946516749ceb
7
- data.tar.gz: 1642867b44f0e5322ecd4e80312ef3b31d6abe7bbab8186dfbadcf70195c776551eac256c1fb647e83cb8c9aa582fed71febfcd9ce30476a706efb7026fa31cd
6
+ metadata.gz: ff1440f3fe25b736d7cfde7651f160808bd67b3b19b7e335e2707658f762f392d48b27a839f66ada04370b978c3694a8cc2739a81d9fef27549758600893b969
7
+ data.tar.gz: dbcf6b3198f77c6c6f100715cb0f71d88c55c25487b759d6d93c8c68559470b4a4fee2c0f211194372845b3bd0a213c3146de49f61fbf4fe241d63de55f4326a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.32.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.31.0 (2022-05-09)
8
+
9
+ * Regenerated from discovery document revision 20220420
10
+
11
+ ### v0.30.0 (2022-05-02)
12
+
13
+ * Regenerated from discovery document revision 20220419
14
+
3
15
  ### v0.29.0 (2022-04-25)
4
16
 
5
17
  * Regenerated from discovery document revision 20220330
@@ -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
@@ -878,6 +885,12 @@ module Google
878
885
  # @return [Google::Apis::ContainerV1beta1::PrivateClusterConfig]
879
886
  attr_accessor :private_cluster_config
880
887
 
888
+ # ProtectConfig defines the flags needed to enable/disable features for the
889
+ # Protect API.
890
+ # Corresponds to the JSON property `protectConfig`
891
+ # @return [Google::Apis::ContainerV1beta1::ProtectConfig]
892
+ attr_accessor :protect_config
893
+
881
894
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
882
895
  # Release channels are arranged in order of risk. When a cluster is subscribed
883
896
  # to a release channel, Google maintains both the master version and the node
@@ -1033,6 +1046,7 @@ module Google
1033
1046
  @pod_security_policy_config = args[:pod_security_policy_config] if args.key?(:pod_security_policy_config)
1034
1047
  @private_cluster = args[:private_cluster] if args.key?(:private_cluster)
1035
1048
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
1049
+ @protect_config = args[:protect_config] if args.key?(:protect_config)
1036
1050
  @release_channel = args[:release_channel] if args.key?(:release_channel)
1037
1051
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
1038
1052
  @resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
@@ -1325,6 +1339,12 @@ module Google
1325
1339
  # @return [String]
1326
1340
  attr_accessor :desired_private_ipv6_google_access
1327
1341
 
1342
+ # ProtectConfig defines the flags needed to enable/disable features for the
1343
+ # Protect API.
1344
+ # Corresponds to the JSON property `desiredProtectConfig`
1345
+ # @return [Google::Apis::ContainerV1beta1::ProtectConfig]
1346
+ attr_accessor :desired_protect_config
1347
+
1328
1348
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
1329
1349
  # Release channels are arranged in order of risk. When a cluster is subscribed
1330
1350
  # to a release channel, Google maintains both the master version and the node
@@ -1412,6 +1432,7 @@ module Google
1412
1432
  @desired_pod_security_policy_config = args[:desired_pod_security_policy_config] if args.key?(:desired_pod_security_policy_config)
1413
1433
  @desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
1414
1434
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
1435
+ @desired_protect_config = args[:desired_protect_config] if args.key?(:desired_protect_config)
1415
1436
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
1416
1437
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1417
1438
  @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
@@ -1441,8 +1462,8 @@ module Google
1441
1462
  attr_accessor :name
1442
1463
 
1443
1464
  # 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.
1465
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1466
+ # projects). This field has been deprecated and replaced by the name field.
1446
1467
  # Corresponds to the JSON property `projectId`
1447
1468
  # @return [String]
1448
1469
  attr_accessor :project_id
@@ -1545,8 +1566,8 @@ module Google
1545
1566
  attr_accessor :parent
1546
1567
 
1547
1568
  # 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.
1569
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1570
+ # projects). This field has been deprecated and replaced by the parent field.
1550
1571
  # Corresponds to the JSON property `projectId`
1551
1572
  # @return [String]
1552
1573
  attr_accessor :project_id
@@ -1611,8 +1632,8 @@ module Google
1611
1632
  attr_accessor :parent
1612
1633
 
1613
1634
  # 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.
1635
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
1636
+ # projects). This field has been deprecated and replaced by the parent field.
1616
1637
  # Corresponds to the JSON property `projectId`
1617
1638
  # @return [String]
1618
1639
  attr_accessor :project_id
@@ -2178,6 +2199,11 @@ module Google
2178
2199
  attr_accessor :create_subnetwork
2179
2200
  alias_method :create_subnetwork?, :create_subnetwork
2180
2201
 
2202
+ # The ipv6 access type (internal or external) when create_subnetwork is true
2203
+ # Corresponds to the JSON property `ipv6AccessType`
2204
+ # @return [String]
2205
+ attr_accessor :ipv6_access_type
2206
+
2181
2207
  # This field is deprecated, use node_ipv4_cidr_block.
2182
2208
  # Corresponds to the JSON property `nodeIpv4Cidr`
2183
2209
  # @return [String]
@@ -2219,6 +2245,11 @@ module Google
2219
2245
  # @return [String]
2220
2246
  attr_accessor :services_secondary_range_name
2221
2247
 
2248
+ # IP stack type
2249
+ # Corresponds to the JSON property `stackType`
2250
+ # @return [String]
2251
+ attr_accessor :stack_type
2252
+
2222
2253
  # A custom subnetwork name to be used if `create_subnetwork` is true. If this
2223
2254
  # field is empty, then an automatic name will be chosen for the new subnetwork.
2224
2255
  # Corresponds to the JSON property `subnetworkName`
@@ -2267,11 +2298,13 @@ module Google
2267
2298
  @cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
2268
2299
  @cluster_secondary_range_name = args[:cluster_secondary_range_name] if args.key?(:cluster_secondary_range_name)
2269
2300
  @create_subnetwork = args[:create_subnetwork] if args.key?(:create_subnetwork)
2301
+ @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
2270
2302
  @node_ipv4_cidr = args[:node_ipv4_cidr] if args.key?(:node_ipv4_cidr)
2271
2303
  @node_ipv4_cidr_block = args[:node_ipv4_cidr_block] if args.key?(:node_ipv4_cidr_block)
2272
2304
  @services_ipv4_cidr = args[:services_ipv4_cidr] if args.key?(:services_ipv4_cidr)
2273
2305
  @services_ipv4_cidr_block = args[:services_ipv4_cidr_block] if args.key?(:services_ipv4_cidr_block)
2274
2306
  @services_secondary_range_name = args[:services_secondary_range_name] if args.key?(:services_secondary_range_name)
2307
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
2275
2308
  @subnetwork_name = args[:subnetwork_name] if args.key?(:subnetwork_name)
2276
2309
  @tpu_ipv4_cidr_block = args[:tpu_ipv4_cidr_block] if args.key?(:tpu_ipv4_cidr_block)
2277
2310
  @use_ip_aliases = args[:use_ip_aliases] if args.key?(:use_ip_aliases)
@@ -4221,6 +4254,27 @@ module Google
4221
4254
  end
4222
4255
  end
4223
4256
 
4257
+ # ProtectConfig defines the flags needed to enable/disable features for the
4258
+ # Protect API.
4259
+ class ProtectConfig
4260
+ include Google::Apis::Core::Hashable
4261
+
4262
+ # WorkloadConfig defines the flags to enable or disable the workload
4263
+ # configurations for the cluster.
4264
+ # Corresponds to the JSON property `workloadConfig`
4265
+ # @return [Google::Apis::ContainerV1beta1::WorkloadConfig]
4266
+ attr_accessor :workload_config
4267
+
4268
+ def initialize(**args)
4269
+ update!(**args)
4270
+ end
4271
+
4272
+ # Update properties of this object
4273
+ def update!(**args)
4274
+ @workload_config = args[:workload_config] if args.key?(:workload_config)
4275
+ end
4276
+ end
4277
+
4224
4278
  # Pub/Sub specific notification config.
4225
4279
  class PubSub
4226
4280
  include Google::Apis::Core::Hashable
@@ -4482,8 +4536,8 @@ module Google
4482
4536
  attr_accessor :node_pool_id
4483
4537
 
4484
4538
  # Required. Deprecated. The Google Developers Console [project ID or project
4485
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4486
- # deprecated and replaced by the name field.
4539
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4540
+ # projects). This field has been deprecated and replaced by the name field.
4487
4541
  # Corresponds to the JSON property `projectId`
4488
4542
  # @return [String]
4489
4543
  attr_accessor :project_id
@@ -4715,8 +4769,8 @@ module Google
4715
4769
  attr_accessor :name
4716
4770
 
4717
4771
  # Required. Deprecated. The Google Developers Console [project ID or project
4718
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4719
- # deprecated and replaced by the name field.
4772
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4773
+ # projects). This field has been deprecated and replaced by the name field.
4720
4774
  # Corresponds to the JSON property `projectId`
4721
4775
  # @return [String]
4722
4776
  attr_accessor :project_id
@@ -4770,8 +4824,8 @@ module Google
4770
4824
  attr_accessor :name
4771
4825
 
4772
4826
  # Required. Deprecated. The Google Developers Console [project ID or project
4773
- # number](https://developers.google.com/console/help/new/#projectnumber). This
4774
- # field has been deprecated and replaced by the name field.
4827
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4828
+ # projects). This field has been deprecated and replaced by the name field.
4775
4829
  # Corresponds to the JSON property `projectId`
4776
4830
  # @return [String]
4777
4831
  attr_accessor :project_id
@@ -4827,8 +4881,8 @@ module Google
4827
4881
  attr_accessor :name
4828
4882
 
4829
4883
  # Required. Deprecated. The Google Developers Console [project ID or project
4830
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4831
- # 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.
4832
4886
  # Corresponds to the JSON property `projectId`
4833
4887
  # @return [String]
4834
4888
  attr_accessor :project_id
@@ -4881,8 +4935,8 @@ module Google
4881
4935
  attr_accessor :name
4882
4936
 
4883
4937
  # Required. Deprecated. The Google Developers Console [project ID or project
4884
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4885
- # deprecated and replaced by the name field.
4938
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4939
+ # projects). This field has been deprecated and replaced by the name field.
4886
4940
  # Corresponds to the JSON property `projectId`
4887
4941
  # @return [String]
4888
4942
  attr_accessor :project_id
@@ -4936,8 +4990,8 @@ module Google
4936
4990
  attr_accessor :name
4937
4991
 
4938
4992
  # Required. Deprecated. The Google Developers Console [project ID or project
4939
- # number](https://support.google.com/cloud/answer/6158840). This field has been
4940
- # deprecated and replaced by the name field.
4993
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
4994
+ # projects). This field has been deprecated and replaced by the name field.
4941
4995
  # Corresponds to the JSON property `projectId`
4942
4996
  # @return [String]
4943
4997
  attr_accessor :project_id
@@ -4984,7 +5038,7 @@ module Google
4984
5038
  attr_accessor :name
4985
5039
 
4986
5040
  # Required. The Google Developers Console [project ID or project number](https://
4987
- # support.google.com/cloud/answer/6158840).
5041
+ # cloud.google.com/resource-manager/docs/creating-managing-projects).
4988
5042
  # Corresponds to the JSON property `projectId`
4989
5043
  # @return [String]
4990
5044
  attr_accessor :project_id
@@ -5031,8 +5085,8 @@ module Google
5031
5085
  attr_accessor :name
5032
5086
 
5033
5087
  # Required. Deprecated. The Google Developers Console [project ID or project
5034
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5035
- # deprecated and replaced by the name field.
5088
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5089
+ # projects). This field has been deprecated and replaced by the name field.
5036
5090
  # Corresponds to the JSON property `projectId`
5037
5091
  # @return [String]
5038
5092
  attr_accessor :project_id
@@ -5093,8 +5147,8 @@ module Google
5093
5147
  attr_accessor :name
5094
5148
 
5095
5149
  # Required. Deprecated. The Google Developers Console [project ID or project
5096
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5097
- # deprecated and replaced by the name field.
5150
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5151
+ # projects). This field has been deprecated and replaced by the name field.
5098
5152
  # Corresponds to the JSON property `projectId`
5099
5153
  # @return [String]
5100
5154
  attr_accessor :project_id
@@ -5143,8 +5197,8 @@ module Google
5143
5197
  attr_accessor :network_policy
5144
5198
 
5145
5199
  # Required. Deprecated. The Google Developers Console [project ID or project
5146
- # number](https://developers.google.com/console/help/new/#projectnumber). This
5147
- # field has been deprecated and replaced by the name field.
5200
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5201
+ # projects). This field has been deprecated and replaced by the name field.
5148
5202
  # Corresponds to the JSON property `projectId`
5149
5203
  # @return [String]
5150
5204
  attr_accessor :project_id
@@ -5200,8 +5254,8 @@ module Google
5200
5254
  attr_accessor :node_pool_id
5201
5255
 
5202
5256
  # Required. Deprecated. The Google Developers Console [project ID or project
5203
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5204
- # deprecated and replaced by the name field.
5257
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5258
+ # projects). This field has been deprecated and replaced by the name field.
5205
5259
  # Corresponds to the JSON property `projectId`
5206
5260
  # @return [String]
5207
5261
  attr_accessor :project_id
@@ -5259,8 +5313,8 @@ module Google
5259
5313
  attr_accessor :node_pool_id
5260
5314
 
5261
5315
  # Required. Deprecated. The Google Developers Console [project ID or project
5262
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5263
- # deprecated and replaced by the name field.
5316
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5317
+ # projects). This field has been deprecated and replaced by the name field.
5264
5318
  # Corresponds to the JSON property `projectId`
5265
5319
  # @return [String]
5266
5320
  attr_accessor :project_id
@@ -5315,8 +5369,8 @@ module Google
5315
5369
  attr_accessor :node_pool_id
5316
5370
 
5317
5371
  # Required. Deprecated. The Google Developers Console [project ID or project
5318
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5319
- # deprecated and replaced by the name field.
5372
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5373
+ # projects). This field has been deprecated and replaced by the name field.
5320
5374
  # Corresponds to the JSON property `projectId`
5321
5375
  # @return [String]
5322
5376
  attr_accessor :project_id
@@ -5415,8 +5469,8 @@ module Google
5415
5469
  attr_accessor :name
5416
5470
 
5417
5471
  # Required. Deprecated. The Google Developers Console [project ID or project
5418
- # number](https://developers.google.com/console/help/new/#projectnumber). This
5419
- # field has been deprecated and replaced by the name field.
5472
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5473
+ # projects). This field has been deprecated and replaced by the name field.
5420
5474
  # Corresponds to the JSON property `projectId`
5421
5475
  # @return [String]
5422
5476
  attr_accessor :project_id
@@ -5602,8 +5656,8 @@ module Google
5602
5656
  attr_accessor :name
5603
5657
 
5604
5658
  # Required. Deprecated. The Google Developers Console [project ID or project
5605
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5606
- # deprecated and replaced by the name field.
5659
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5660
+ # projects). This field has been deprecated and replaced by the name field.
5607
5661
  # Corresponds to the JSON property `projectId`
5608
5662
  # @return [String]
5609
5663
  attr_accessor :project_id
@@ -5663,8 +5717,8 @@ module Google
5663
5717
  attr_accessor :name
5664
5718
 
5665
5719
  # Required. Deprecated. The Google Developers Console [project ID or project
5666
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5667
- # deprecated and replaced by the name field.
5720
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5721
+ # projects). This field has been deprecated and replaced by the name field.
5668
5722
  # Corresponds to the JSON property `projectId`
5669
5723
  # @return [String]
5670
5724
  attr_accessor :project_id
@@ -5770,8 +5824,8 @@ module Google
5770
5824
  attr_accessor :node_version
5771
5825
 
5772
5826
  # Required. Deprecated. The Google Developers Console [project ID or project
5773
- # number](https://support.google.com/cloud/answer/6158840). This field has been
5774
- # deprecated and replaced by the name field.
5827
+ # number](https://cloud.google.com/resource-manager/docs/creating-managing-
5828
+ # projects). This field has been deprecated and replaced by the name field.
5775
5829
  # Corresponds to the JSON property `projectId`
5776
5830
  # @return [String]
5777
5831
  attr_accessor :project_id
@@ -6184,6 +6238,26 @@ module Google
6184
6238
  end
6185
6239
  end
6186
6240
 
6241
+ # WorkloadConfig defines the flags to enable or disable the workload
6242
+ # configurations for the cluster.
6243
+ class WorkloadConfig
6244
+ include Google::Apis::Core::Hashable
6245
+
6246
+ # Sets which mode of auditing should be used for the cluster's workloads.
6247
+ # Corresponds to the JSON property `auditMode`
6248
+ # @return [String]
6249
+ attr_accessor :audit_mode
6250
+
6251
+ def initialize(**args)
6252
+ update!(**args)
6253
+ end
6254
+
6255
+ # Update properties of this object
6256
+ def update!(**args)
6257
+ @audit_mode = args[:audit_mode] if args.key?(:audit_mode)
6258
+ end
6259
+ end
6260
+
6187
6261
  # Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
6188
6262
  class WorkloadIdentityConfig
6189
6263
  include Google::Apis::Core::Hashable
@@ -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.29.0"
19
+ GEM_VERSION = "0.32.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 = "20220330"
25
+ REVISION = "20220429"
26
26
  end
27
27
  end
28
28
  end
@@ -598,6 +598,12 @@ module Google
598
598
  include Google::Apis::Core::JsonObjectSupport
599
599
  end
600
600
 
601
+ class ProtectConfig
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
601
607
  class PubSub
602
608
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
609
 
@@ -868,6 +874,12 @@ module Google
868
874
  include Google::Apis::Core::JsonObjectSupport
869
875
  end
870
876
 
877
+ class WorkloadConfig
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
871
883
  class WorkloadIdentityConfig
872
884
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
885
 
@@ -987,6 +999,7 @@ module Google
987
999
  # @private
988
1000
  class Representation < Google::Apis::Core::JsonRepresentation
989
1001
  property :enabled, as: 'enabled'
1002
+ property :evaluation_mode, as: 'evaluationMode'
990
1003
  end
991
1004
  end
992
1005
 
@@ -1108,6 +1121,8 @@ module Google
1108
1121
  property :private_cluster, as: 'privateCluster'
1109
1122
  property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1110
1123
 
1124
+ property :protect_config, as: 'protectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
1125
+
1111
1126
  property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
1112
1127
 
1113
1128
  hash :resource_labels, as: 'resourceLabels'
@@ -1211,6 +1226,8 @@ module Google
1211
1226
  property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1212
1227
 
1213
1228
  property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
1229
+ property :desired_protect_config, as: 'desiredProtectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
1230
+
1214
1231
  property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
1215
1232
 
1216
1233
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
@@ -1445,11 +1462,13 @@ module Google
1445
1462
  property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
1446
1463
  property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
1447
1464
  property :create_subnetwork, as: 'createSubnetwork'
1465
+ property :ipv6_access_type, as: 'ipv6AccessType'
1448
1466
  property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
1449
1467
  property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
1450
1468
  property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
1451
1469
  property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
1452
1470
  property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
1471
+ property :stack_type, as: 'stackType'
1453
1472
  property :subnetwork_name, as: 'subnetworkName'
1454
1473
  property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
1455
1474
  property :use_ip_aliases, as: 'useIpAliases'
@@ -1989,6 +2008,14 @@ module Google
1989
2008
  end
1990
2009
  end
1991
2010
 
2011
+ class ProtectConfig
2012
+ # @private
2013
+ class Representation < Google::Apis::Core::JsonRepresentation
2014
+ property :workload_config, as: 'workloadConfig', class: Google::Apis::ContainerV1beta1::WorkloadConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadConfig::Representation
2015
+
2016
+ end
2017
+ end
2018
+
1992
2019
  class PubSub
1993
2020
  # @private
1994
2021
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2475,6 +2502,13 @@ module Google
2475
2502
  end
2476
2503
  end
2477
2504
 
2505
+ class WorkloadConfig
2506
+ # @private
2507
+ class Representation < Google::Apis::Core::JsonRepresentation
2508
+ property :audit_mode, as: 'auditMode'
2509
+ end
2510
+ end
2511
+
2478
2512
  class WorkloadIdentityConfig
2479
2513
  # @private
2480
2514
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -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.29.0
4
+ version: 0.32.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-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.32.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: []