google-apis-container_v1beta1 0.85.0 → 0.86.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.
@@ -32,7 +32,7 @@ module Google
32
32
  attr_accessor :accelerator_count
33
33
 
34
34
  # The accelerator type resource name. List of supported accelerators [here](
35
- # https://cloud.google.com/compute/docs/gpus)
35
+ # https://`$universe.dns_names.final_documentation_domain`/compute/docs/gpus)
36
36
  # Corresponds to the JSON property `acceleratorType`
37
37
  # @return [String]
38
38
  attr_accessor :accelerator_type
@@ -76,6 +76,35 @@ module Google
76
76
  end
77
77
  end
78
78
 
79
+ # AdditionalIPRangesConfig is the configuration for individual additional
80
+ # subnetwork attached to the cluster
81
+ class AdditionalIpRangesConfig
82
+ include Google::Apis::Core::Hashable
83
+
84
+ # List of secondary ranges names within this subnetwork that can be used for pod
85
+ # IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
86
+ # Corresponds to the JSON property `podIpv4RangeNames`
87
+ # @return [Array<String>]
88
+ attr_accessor :pod_ipv4_range_names
89
+
90
+ # Name of the subnetwork. This can be the full path of the subnetwork or just
91
+ # the name. Example1: my-subnet Example2: projects/gke-project/regions/us-
92
+ # central1/subnetworks/my-subnet
93
+ # Corresponds to the JSON property `subnetwork`
94
+ # @return [String]
95
+ attr_accessor :subnetwork
96
+
97
+ def initialize(**args)
98
+ update!(**args)
99
+ end
100
+
101
+ # Update properties of this object
102
+ def update!(**args)
103
+ @pod_ipv4_range_names = args[:pod_ipv4_range_names] if args.key?(:pod_ipv4_range_names)
104
+ @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
105
+ end
106
+ end
107
+
79
108
  # AdditionalNodeNetworkConfig is the configuration for additional node networks
80
109
  # within the NodeNetworkConfig message
81
110
  class AdditionalNodeNetworkConfig
@@ -363,12 +392,18 @@ module Google
363
392
  class AnonymousAuthenticationConfig
364
393
  include Google::Apis::Core::Hashable
365
394
 
395
+ # Defines the mode of limiting anonymous access in the cluster.
396
+ # Corresponds to the JSON property `mode`
397
+ # @return [String]
398
+ attr_accessor :mode
399
+
366
400
  def initialize(**args)
367
401
  update!(**args)
368
402
  end
369
403
 
370
404
  # Update properties of this object
371
405
  def update!(**args)
406
+ @mode = args[:mode] if args.key?(:mode)
372
407
  end
373
408
  end
374
409
 
@@ -400,6 +435,19 @@ module Google
400
435
  end
401
436
  end
402
437
 
438
+ # AutoIpamConfig contains all information related to Auto IPAM
439
+ class AutoIpamConfig
440
+ include Google::Apis::Core::Hashable
441
+
442
+ def initialize(**args)
443
+ update!(**args)
444
+ end
445
+
446
+ # Update properties of this object
447
+ def update!(**args)
448
+ end
449
+ end
450
+
403
451
  # AutoMonitoringConfig defines the configuration for GKE Workload Auto-
404
452
  # Monitoring.
405
453
  class AutoMonitoringConfig
@@ -579,7 +627,8 @@ module Google
579
627
  # each node in the node pool. This should be of the form projects/[
580
628
  # KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
581
629
  # . For more information about protecting resources with Cloud KMS Keys please
582
- # see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
630
+ # see: https://`$universe.dns_names.final_documentation_domain`/compute/docs/
631
+ # disks/customer-managed-encryption
583
632
  # Corresponds to the JSON property `bootDiskKmsKey`
584
633
  # @return [String]
585
634
  attr_accessor :boot_disk_kms_key
@@ -596,8 +645,9 @@ module Google
596
645
  # @return [String]
597
646
  attr_accessor :disk_type
598
647
 
599
- # The image type to use for NAP created node. Please see https://cloud.google.
600
- # com/kubernetes-engine/docs/concepts/node-images for available image types.
648
+ # The image type to use for NAP created node. Please see https://`$universe.
649
+ # dns_names.final_documentation_domain`/kubernetes-engine/docs/concepts/node-
650
+ # images for available image types.
601
651
  # Corresponds to the JSON property `imageType`
602
652
  # @return [String]
603
653
  attr_accessor :image_type
@@ -618,11 +668,11 @@ module Google
618
668
  # instance may be scheduled on the specified or newer CPU platform. Applicable
619
669
  # values are the friendly names of CPU platforms, such as minCpuPlatform: Intel
620
670
  # Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
621
- # to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
622
- # specify-min-cpu-platform). This field is deprecated, min_cpu_platform should
623
- # be specified using `cloud.google.com/requested-min-cpu-platform` label
624
- # selector on the pod. To unset the min cpu platform field pass "automatic" as
625
- # field value.
671
+ # to specify min CPU platform](https://`$universe.dns_names.
672
+ # final_documentation_domain`/compute/docs/instances/specify-min-cpu-platform).
673
+ # This field is deprecated, min_cpu_platform should be specified using `cloud.
674
+ # google.com/requested-min-cpu-platform` label selector on the pod. To unset the
675
+ # min cpu platform field pass "automatic" as field value.
626
676
  # Corresponds to the JSON property `minCpuPlatform`
627
677
  # @return [String]
628
678
  attr_accessor :min_cpu_platform
@@ -632,10 +682,10 @@ module Google
632
682
  # required, and by default are not included: * `https://www.googleapis.com/auth/
633
683
  # compute` is required for mounting persistent storage on your nodes. * `https://
634
684
  # www.googleapis.com/auth/devstorage.read_only` is required for communicating
635
- # with **gcr.io** (the [Google Container Registry](https://cloud.google.com/
636
- # container-registry/)). If unspecified, no scopes are added, unless Cloud
637
- # Logging or Cloud Monitoring are enabled, in which case their required scopes
638
- # will be added.
685
+ # with **gcr.io** (the [Google Container Registry](https://`$universe.dns_names.
686
+ # final_documentation_domain`/container-registry/)). If unspecified, no scopes
687
+ # are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case
688
+ # their required scopes will be added.
639
689
  # Corresponds to the JSON property `oauthScopes`
640
690
  # @return [Array<String>]
641
691
  attr_accessor :oauth_scopes
@@ -919,22 +969,24 @@ module Google
919
969
  # @return [String]
920
970
  attr_accessor :name
921
971
 
922
- # Required. Deprecated. The server-assigned `name` of the operation. This field
923
- # has been deprecated and replaced by the name field.
972
+ # Deprecated. The server-assigned `name` of the operation. This field has been
973
+ # deprecated and replaced by the name field.
924
974
  # Corresponds to the JSON property `operationId`
925
975
  # @return [String]
926
976
  attr_accessor :operation_id
927
977
 
928
- # Required. Deprecated. The Google Developers Console [project ID or project
929
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
930
- # projects). This field has been deprecated and replaced by the name field.
978
+ # Deprecated. The Google Developers Console [project ID or project number](https:
979
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
980
+ # creating-managing-projects). This field has been deprecated and replaced by
981
+ # the name field.
931
982
  # Corresponds to the JSON property `projectId`
932
983
  # @return [String]
933
984
  attr_accessor :project_id
934
985
 
935
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
936
- # cloud.google.com/compute/docs/zones#available) in which the operation resides.
937
- # This field has been deprecated and replaced by the name field.
986
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
987
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
988
+ # the operation resides. This field has been deprecated and replaced by the name
989
+ # field.
938
990
  # Corresponds to the JSON property `zone`
939
991
  # @return [String]
940
992
  attr_accessor :zone
@@ -964,7 +1016,8 @@ module Google
964
1016
  attr_accessor :fqdns
965
1017
 
966
1018
  # GCPSecretManagerCertificateConfig configures a secret from [Google Secret
967
- # Manager](https://cloud.google.com/secret-manager).
1019
+ # Manager](https://`$universe.dns_names.final_documentation_domain`/secret-
1020
+ # manager).
968
1021
  # Corresponds to the JSON property `gcpSecretManagerCertificateConfig`
969
1022
  # @return [Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig]
970
1023
  attr_accessor :gcp_secret_manager_certificate_config
@@ -1178,11 +1231,12 @@ module Google
1178
1231
  # @return [Fixnum]
1179
1232
  attr_accessor :current_node_count
1180
1233
 
1181
- # Output only. Deprecated, use [NodePool.version](https://cloud.google.com/
1182
- # kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.
1183
- # nodePools) instead. The current version of the node software components. If
1184
- # they are currently at multiple versions because they're in the process of
1185
- # being upgraded, this reflects the minimum version of all nodes.
1234
+ # Output only. Deprecated, use [NodePool.version](https://`$universe.dns_names.
1235
+ # final_documentation_domain`/kubernetes-engine/docs/reference/rest/v1beta1/
1236
+ # projects.locations.clusters.nodePools) instead. The current version of the
1237
+ # node software components. If they are currently at multiple versions because
1238
+ # they're in the process of being upgraded, this reflects the minimum version of
1239
+ # all nodes.
1186
1240
  # Corresponds to the JSON property `currentNodeVersion`
1187
1241
  # @return [String]
1188
1242
  attr_accessor :current_node_version
@@ -1256,6 +1310,11 @@ module Google
1256
1310
  # @return [Google::Apis::ContainerV1beta1::Fleet]
1257
1311
  attr_accessor :fleet
1258
1312
 
1313
+ # GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
1314
+ # Corresponds to the JSON property `gkeAutoUpgradeConfig`
1315
+ # @return [Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig]
1316
+ attr_accessor :gke_auto_upgrade_config
1317
+
1259
1318
  # Output only. Unique id for the cluster.
1260
1319
  # Corresponds to the JSON property `id`
1261
1320
  # @return [String]
@@ -1281,13 +1340,14 @@ module Google
1281
1340
  attr_accessor :initial_cluster_version
1282
1341
 
1283
1342
  # The number of nodes to create in this cluster. You must ensure that your
1284
- # Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is
1285
- # sufficient for this number of instances. You must also have available firewall
1286
- # and routes quota. For requests, this field should only be used in lieu of a "
1287
- # node_pool" object, since this configuration (along with the "node_config")
1288
- # will be used to create a "NodePool" object with an auto-generated name. Do not
1289
- # use this and a node_pool at the same time. This field is deprecated, use
1290
- # node_pool.initial_node_count instead.
1343
+ # Compute Engine [resource quota](https://`$universe.dns_names.
1344
+ # final_documentation_domain`/compute/quotas) is sufficient for this number of
1345
+ # instances. You must also have available firewall and routes quota. For
1346
+ # requests, this field should only be used in lieu of a "node_pool" object,
1347
+ # since this configuration (along with the "node_config") will be used to create
1348
+ # a "NodePool" object with an auto-generated name. Do not use this and a
1349
+ # node_pool at the same time. This field is deprecated, use node_pool.
1350
+ # initial_node_count instead.
1291
1351
  # Corresponds to the JSON property `initialNodeCount`
1292
1352
  # @return [Fixnum]
1293
1353
  attr_accessor :initial_node_count
@@ -1312,23 +1372,26 @@ module Google
1312
1372
  # @return [Google::Apis::ContainerV1beta1::LegacyAbac]
1313
1373
  attr_accessor :legacy_abac
1314
1374
 
1315
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
1316
- # com/compute/docs/regions-zones/regions-zones#available) or [region](https://
1317
- # cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
1318
- # the cluster resides.
1375
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
1376
+ # dns_names.final_documentation_domain`/compute/docs/regions-zones/regions-zones#
1377
+ # available) or [region](https://`$universe.dns_names.final_documentation_domain`
1378
+ # /compute/docs/regions-zones/regions-zones#available) in which the cluster
1379
+ # resides.
1319
1380
  # Corresponds to the JSON property `location`
1320
1381
  # @return [String]
1321
1382
  attr_accessor :location
1322
1383
 
1323
- # The list of Google Compute Engine [zones](https://cloud.google.com/compute/
1324
- # docs/zones#available) in which the cluster's nodes should be located. This
1325
- # field provides a default value if [NodePool.Locations](https://cloud.google.
1326
- # com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.
1327
- # nodePools#NodePool.FIELDS.locations) are not specified during node pool
1328
- # creation. Warning: changing cluster locations will update the [NodePool.
1329
- # Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/
1330
- # projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node
1331
- # pools and will result in nodes being added and/or removed.
1384
+ # The list of Google Compute Engine [zones](https://`$universe.dns_names.
1385
+ # final_documentation_domain`/compute/docs/zones#available) in which the cluster'
1386
+ # s nodes should be located. This field provides a default value if [NodePool.
1387
+ # Locations](https://`$universe.dns_names.final_documentation_domain`/kubernetes-
1388
+ # engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.
1389
+ # FIELDS.locations) are not specified during node pool creation. Warning:
1390
+ # changing cluster locations will update the [NodePool.Locations](https://`$
1391
+ # universe.dns_names.final_documentation_domain`/kubernetes-engine/docs/
1392
+ # reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.
1393
+ # locations) of all node pools and will result in nodes being added and/or
1394
+ # removed.
1332
1395
  # Corresponds to the JSON property `locations`
1333
1396
  # @return [Array<String>]
1334
1397
  attr_accessor :locations
@@ -1410,10 +1473,10 @@ module Google
1410
1473
  # @return [String]
1411
1474
  attr_accessor :name
1412
1475
 
1413
- # The name of the Google Compute Engine [network](https://cloud.google.com/
1414
- # compute/docs/networks-and-firewalls#networks) to which the cluster is
1415
- # connected. If left unspecified, the `default` network will be used. On output
1416
- # this shows the network ID instead of the name.
1476
+ # The name of the Google Compute Engine [network](https://`$universe.dns_names.
1477
+ # final_documentation_domain`/compute/docs/networks-and-firewalls#networks) to
1478
+ # which the cluster is connected. If left unspecified, the `default` network
1479
+ # will be used. On output this shows the network ID instead of the name.
1417
1480
  # Corresponds to the JSON property `network`
1418
1481
  # @return [String]
1419
1482
  attr_accessor :network
@@ -1580,9 +1643,10 @@ module Google
1580
1643
  # @return [String]
1581
1644
  attr_accessor :status_message
1582
1645
 
1583
- # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/
1584
- # compute/docs/subnetworks) to which the cluster is connected. On output this
1585
- # shows the subnetwork ID instead of the name.
1646
+ # The name of the Google Compute Engine [subnetwork](https://`$universe.
1647
+ # dns_names.final_documentation_domain`/compute/docs/subnetworks) to which the
1648
+ # cluster is connected. On output this shows the subnetwork ID instead of the
1649
+ # name.
1586
1650
  # Corresponds to the JSON property `subnetwork`
1587
1651
  # @return [String]
1588
1652
  attr_accessor :subnetwork
@@ -1629,9 +1693,9 @@ module Google
1629
1693
  # @return [Google::Apis::ContainerV1beta1::WorkloadIdentityConfig]
1630
1694
  attr_accessor :workload_identity_config
1631
1695
 
1632
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
1633
- # com/compute/docs/zones#available) in which the cluster resides. This field is
1634
- # deprecated, use location instead.
1696
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
1697
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1698
+ # the cluster resides. This field is deprecated, use location instead.
1635
1699
  # Corresponds to the JSON property `zone`
1636
1700
  # @return [String]
1637
1701
  attr_accessor :zone
@@ -1671,6 +1735,7 @@ module Google
1671
1735
  @etag = args[:etag] if args.key?(:etag)
1672
1736
  @expire_time = args[:expire_time] if args.key?(:expire_time)
1673
1737
  @fleet = args[:fleet] if args.key?(:fleet)
1738
+ @gke_auto_upgrade_config = args[:gke_auto_upgrade_config] if args.key?(:gke_auto_upgrade_config)
1674
1739
  @id = args[:id] if args.key?(:id)
1675
1740
  @identity_service_config = args[:identity_service_config] if args.key?(:identity_service_config)
1676
1741
  @initial_cluster_version = args[:initial_cluster_version] if args.key?(:initial_cluster_version)
@@ -1738,8 +1803,9 @@ module Google
1738
1803
  class ClusterAutoscaling
1739
1804
  include Google::Apis::Core::Hashable
1740
1805
 
1741
- # The list of Google Compute Engine [zones](https://cloud.google.com/compute/
1742
- # docs/zones#available) in which the NodePool's nodes can be created by NAP.
1806
+ # The list of Google Compute Engine [zones](https://`$universe.dns_names.
1807
+ # final_documentation_domain`/compute/docs/zones#available) in which the
1808
+ # NodePool's nodes can be created by NAP.
1743
1809
  # Corresponds to the JSON property `autoprovisioningLocations`
1744
1810
  # @return [Array<String>]
1745
1811
  attr_accessor :autoprovisioning_locations
@@ -1830,6 +1896,12 @@ module Google
1830
1896
  # @return [Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig]
1831
1897
  attr_accessor :additional_pod_ranges_config
1832
1898
 
1899
+ # DesiredAdditionalIPRangesConfig is a wrapper used for cluster update operation
1900
+ # and contains multiple AdditionalIPRangesConfigs.
1901
+ # Corresponds to the JSON property `desiredAdditionalIpRangesConfig`
1902
+ # @return [Google::Apis::ContainerV1beta1::DesiredAdditionalIpRangesConfig]
1903
+ attr_accessor :desired_additional_ip_ranges_config
1904
+
1833
1905
  # Configuration for the addons that can be automatically spun up in the cluster,
1834
1906
  # enabling additional functionality.
1835
1907
  # Corresponds to the JSON property `desiredAddonsConfig`
@@ -1847,6 +1919,11 @@ module Google
1847
1919
  # @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
1848
1920
  attr_accessor :desired_authenticator_groups_config
1849
1921
 
1922
+ # AutoIpamConfig contains all information related to Auto IPAM
1923
+ # Corresponds to the JSON property `desiredAutoIpamConfig`
1924
+ # @return [Google::Apis::ContainerV1beta1::AutoIpamConfig]
1925
+ attr_accessor :desired_auto_ipam_config
1926
+
1850
1927
  # WorkloadPolicyConfig is the configuration related to GCW workload policy
1851
1928
  # Corresponds to the JSON property `desiredAutopilotWorkloadPolicyConfig`
1852
1929
  # @return [Google::Apis::ContainerV1beta1::WorkloadPolicyConfig]
@@ -2013,11 +2090,11 @@ module Google
2013
2090
  # @return [Google::Apis::ContainerV1beta1::IlbSubsettingConfig]
2014
2091
  attr_accessor :desired_l4ilb_subsetting_config
2015
2092
 
2016
- # The desired list of Google Compute Engine [zones](https://cloud.google.com/
2017
- # compute/docs/zones#available) in which the cluster's nodes should be located.
2018
- # This list must always include the cluster's primary zone. Warning: changing
2019
- # cluster locations will update the locations of all node pools and will result
2020
- # in nodes being added and/or removed.
2093
+ # The desired list of Google Compute Engine [zones](https://`$universe.dns_names.
2094
+ # final_documentation_domain`/compute/docs/zones#available) in which the cluster'
2095
+ # s nodes should be located. This list must always include the cluster's primary
2096
+ # zone. Warning: changing cluster locations will update the locations of all
2097
+ # node pools and will result in nodes being added and/or removed.
2021
2098
  # Corresponds to the JSON property `desiredLocations`
2022
2099
  # @return [Array<String>]
2023
2100
  attr_accessor :desired_locations
@@ -2112,9 +2189,10 @@ module Google
2112
2189
 
2113
2190
  # A map of resource manager tag keys and values to be attached to the nodes for
2114
2191
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
2115
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
2116
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
2117
- # specified. Existing tags will be replaced with new values.
2192
+ # be according to specifications in https://`$universe.dns_names.
2193
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
2194
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
2195
+ # replaced with new values.
2118
2196
  # Corresponds to the JSON property `desiredNodePoolAutoConfigResourceManagerTags`
2119
2197
  # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
2120
2198
  attr_accessor :desired_node_pool_auto_config_resource_manager_tags
@@ -2241,6 +2319,12 @@ module Google
2241
2319
  # @return [Google::Apis::ContainerV1beta1::TpuConfig]
2242
2320
  attr_accessor :desired_tpu_config
2243
2321
 
2322
+ # UserManagedKeysConfig holds the resource address to Keys which are used for
2323
+ # signing certs and token that are used for communication within cluster.
2324
+ # Corresponds to the JSON property `desiredUserManagedKeysConfig`
2325
+ # @return [Google::Apis::ContainerV1beta1::UserManagedKeysConfig]
2326
+ attr_accessor :desired_user_managed_keys_config
2327
+
2244
2328
  # VerticalPodAutoscaling contains global, per-cluster information required by
2245
2329
  # Vertical Pod Autoscaler to automatically adjust the resources of pods
2246
2330
  # controlled by it.
@@ -2275,6 +2359,11 @@ module Google
2275
2359
  # @return [String]
2276
2360
  attr_accessor :etag
2277
2361
 
2362
+ # GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
2363
+ # Corresponds to the JSON property `gkeAutoUpgradeConfig`
2364
+ # @return [Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig]
2365
+ attr_accessor :gke_auto_upgrade_config
2366
+
2278
2367
  # Configuration options for private clusters.
2279
2368
  # Corresponds to the JSON property `privateClusterConfig`
2280
2369
  # @return [Google::Apis::ContainerV1beta1::PrivateClusterConfig]
@@ -2299,9 +2388,11 @@ module Google
2299
2388
  # Update properties of this object
2300
2389
  def update!(**args)
2301
2390
  @additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
2391
+ @desired_additional_ip_ranges_config = args[:desired_additional_ip_ranges_config] if args.key?(:desired_additional_ip_ranges_config)
2302
2392
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
2303
2393
  @desired_anonymous_authentication_config = args[:desired_anonymous_authentication_config] if args.key?(:desired_anonymous_authentication_config)
2304
2394
  @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
2395
+ @desired_auto_ipam_config = args[:desired_auto_ipam_config] if args.key?(:desired_auto_ipam_config)
2305
2396
  @desired_autopilot_workload_policy_config = args[:desired_autopilot_workload_policy_config] if args.key?(:desired_autopilot_workload_policy_config)
2306
2397
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
2307
2398
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
@@ -2366,12 +2457,14 @@ module Google
2366
2457
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
2367
2458
  @desired_stack_type = args[:desired_stack_type] if args.key?(:desired_stack_type)
2368
2459
  @desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
2460
+ @desired_user_managed_keys_config = args[:desired_user_managed_keys_config] if args.key?(:desired_user_managed_keys_config)
2369
2461
  @desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
2370
2462
  @desired_workload_alts_config = args[:desired_workload_alts_config] if args.key?(:desired_workload_alts_config)
2371
2463
  @desired_workload_certificates = args[:desired_workload_certificates] if args.key?(:desired_workload_certificates)
2372
2464
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
2373
2465
  @enable_k8s_beta_apis = args[:enable_k8s_beta_apis] if args.key?(:enable_k8s_beta_apis)
2374
2466
  @etag = args[:etag] if args.key?(:etag)
2467
+ @gke_auto_upgrade_config = args[:gke_auto_upgrade_config] if args.key?(:gke_auto_upgrade_config)
2375
2468
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
2376
2469
  @removed_additional_pod_ranges_config = args[:removed_additional_pod_ranges_config] if args.key?(:removed_additional_pod_ranges_config)
2377
2470
  @user_managed_keys_config = args[:user_managed_keys_config] if args.key?(:user_managed_keys_config)
@@ -2437,8 +2530,8 @@ module Google
2437
2530
  class CompleteIpRotationRequest
2438
2531
  include Google::Apis::Core::Hashable
2439
2532
 
2440
- # Required. Deprecated. The name of the cluster. This field has been deprecated
2441
- # and replaced by the name field.
2533
+ # Deprecated. The name of the cluster. This field has been deprecated and
2534
+ # replaced by the name field.
2442
2535
  # Corresponds to the JSON property `clusterId`
2443
2536
  # @return [String]
2444
2537
  attr_accessor :cluster_id
@@ -2449,16 +2542,18 @@ module Google
2449
2542
  # @return [String]
2450
2543
  attr_accessor :name
2451
2544
 
2452
- # Required. Deprecated. The Google Developers Console [project ID or project
2453
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2454
- # projects). This field has been deprecated and replaced by the name field.
2545
+ # Deprecated. The Google Developers Console [project ID or project number](https:
2546
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2547
+ # creating-managing-projects). This field has been deprecated and replaced by
2548
+ # the name field.
2455
2549
  # Corresponds to the JSON property `projectId`
2456
2550
  # @return [String]
2457
2551
  attr_accessor :project_id
2458
2552
 
2459
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2460
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
2461
- # This field has been deprecated and replaced by the name field.
2553
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2554
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2555
+ # the cluster resides. This field has been deprecated and replaced by the name
2556
+ # field.
2462
2557
  # Corresponds to the JSON property `zone`
2463
2558
  # @return [String]
2464
2559
  attr_accessor :zone
@@ -2683,16 +2778,18 @@ module Google
2683
2778
  # @return [String]
2684
2779
  attr_accessor :parent
2685
2780
 
2686
- # Required. Deprecated. The Google Developers Console [project ID or project
2687
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2688
- # projects). This field has been deprecated and replaced by the parent field.
2781
+ # Deprecated. The Google Developers Console [project ID or project number](https:
2782
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2783
+ # creating-managing-projects). This field has been deprecated and replaced by
2784
+ # the parent field.
2689
2785
  # Corresponds to the JSON property `projectId`
2690
2786
  # @return [String]
2691
2787
  attr_accessor :project_id
2692
2788
 
2693
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2694
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
2695
- # This field has been deprecated and replaced by the parent field.
2789
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2790
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2791
+ # the cluster resides. This field has been deprecated and replaced by the parent
2792
+ # field.
2696
2793
  # Corresponds to the JSON property `zone`
2697
2794
  # @return [String]
2698
2795
  attr_accessor :zone
@@ -2714,8 +2811,8 @@ module Google
2714
2811
  class CreateNodePoolRequest
2715
2812
  include Google::Apis::Core::Hashable
2716
2813
 
2717
- # Required. Deprecated. The name of the cluster. This field has been deprecated
2718
- # and replaced by the parent field.
2814
+ # Deprecated. The name of the cluster. This field has been deprecated and
2815
+ # replaced by the parent field.
2719
2816
  # Corresponds to the JSON property `clusterId`
2720
2817
  # @return [String]
2721
2818
  attr_accessor :cluster_id
@@ -2736,16 +2833,18 @@ module Google
2736
2833
  # @return [String]
2737
2834
  attr_accessor :parent
2738
2835
 
2739
- # Required. Deprecated. The Google Developers Console [project ID or project
2740
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
2741
- # projects). This field has been deprecated and replaced by the parent field.
2836
+ # Deprecated. The Google Developers Console [project ID or project number](https:
2837
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2838
+ # creating-managing-projects). This field has been deprecated and replaced by
2839
+ # the parent field.
2742
2840
  # Corresponds to the JSON property `projectId`
2743
2841
  # @return [String]
2744
2842
  attr_accessor :project_id
2745
2843
 
2746
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
2747
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
2748
- # This field has been deprecated and replaced by the parent field.
2844
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2845
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2846
+ # the cluster resides. This field has been deprecated and replaced by the parent
2847
+ # field.
2749
2848
  # Corresponds to the JSON property `zone`
2750
2849
  # @return [String]
2751
2850
  attr_accessor :zone
@@ -2965,6 +3064,27 @@ module Google
2965
3064
  end
2966
3065
  end
2967
3066
 
3067
+ # DesiredAdditionalIPRangesConfig is a wrapper used for cluster update operation
3068
+ # and contains multiple AdditionalIPRangesConfigs.
3069
+ class DesiredAdditionalIpRangesConfig
3070
+ include Google::Apis::Core::Hashable
3071
+
3072
+ # List of additional IP ranges configs where each AdditionalIPRangesConfig
3073
+ # corresponds to one subnetwork's IP ranges
3074
+ # Corresponds to the JSON property `additionalIpRangesConfigs`
3075
+ # @return [Array<Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig>]
3076
+ attr_accessor :additional_ip_ranges_configs
3077
+
3078
+ def initialize(**args)
3079
+ update!(**args)
3080
+ end
3081
+
3082
+ # Update properties of this object
3083
+ def update!(**args)
3084
+ @additional_ip_ranges_configs = args[:additional_ip_ranges_configs] if args.key?(:additional_ip_ranges_configs)
3085
+ end
3086
+ end
3087
+
2968
3088
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
2969
3089
  class DesiredEnterpriseConfig
2970
3090
  include Google::Apis::Core::Hashable
@@ -3052,15 +3172,16 @@ module Google
3052
3172
 
3053
3173
  # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
3054
3174
  # The limit for this value is dependent upon the maximum number of disk
3055
- # available on a machine per zone. See: https://cloud.google.com/compute/docs/
3056
- # disks/local-ssd for more information. A zero (or unset) value has different
3057
- # meanings depending on machine type being used: 1. For pre-Gen3 machines, which
3058
- # support flexible numbers of local ssds, zero (or unset) means to disable using
3059
- # local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific
3060
- # number of local ssds, zero (or unset) means to use the default number of local
3061
- # ssds that goes with that machine type. For example, for a c3-standard-8-lssd
3062
- # machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't
3063
- # support local ssds), 0 will be provisioned. See https://cloud.google.com/
3175
+ # available on a machine per zone. See: https://`$universe.dns_names.
3176
+ # final_documentation_domain`/compute/docs/disks/local-ssd for more information.
3177
+ # A zero (or unset) value has different meanings depending on machine type being
3178
+ # used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
3179
+ # zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For
3180
+ # Gen3 machines which dictate a specific number of local ssds, zero (or unset)
3181
+ # means to use the default number of local ssds that goes with that machine type.
3182
+ # For example, for a c3-standard-8-lssd machine, 2 local ssds would be
3183
+ # provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be
3184
+ # provisioned. See https://`$universe.dns_names.final_documentation_domain`/
3064
3185
  # compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
3065
3186
  # Corresponds to the JSON property `localSsdCount`
3066
3187
  # @return [Fixnum]
@@ -3091,13 +3212,15 @@ module Google
3091
3212
  # used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
3092
3213
  # zero (or unset) means to disable using local SSDs as ephemeral storage. The
3093
3214
  # limit for this value is dependent upon the maximum number of disk available on
3094
- # a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd
3095
- # for more information. 2. For Gen3 machines which dictate a specific number of
3096
- # local ssds, zero (or unset) means to use the default number of local ssds that
3097
- # goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
3098
- # local ssds would be provisioned. For c3-standard-8 (which doesn't support
3099
- # local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/
3100
- # disks/local-ssd#choose_number_local_ssds for more info.
3215
+ # a machine per zone. See: https://`$universe.dns_names.
3216
+ # final_documentation_domain`/compute/docs/disks/local-ssd for more information.
3217
+ # 2. For Gen3 machines which dictate a specific number of local ssds, zero (or
3218
+ # unset) means to use the default number of local ssds that goes with that
3219
+ # machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds
3220
+ # would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0
3221
+ # will be provisioned. See https://`$universe.dns_names.
3222
+ # final_documentation_domain`/compute/docs/disks/local-ssd#
3223
+ # choose_number_local_ssds for more info.
3101
3224
  # Corresponds to the JSON property `localSsdCount`
3102
3225
  # @return [Fixnum]
3103
3226
  attr_accessor :local_ssd_count
@@ -3192,7 +3315,8 @@ module Google
3192
3315
  end
3193
3316
 
3194
3317
  # GCPSecretManagerCertificateConfig configures a secret from [Google Secret
3195
- # Manager](https://cloud.google.com/secret-manager).
3318
+ # Manager](https://`$universe.dns_names.final_documentation_domain`/secret-
3319
+ # manager).
3196
3320
  class GcpSecretManagerCertificateConfig
3197
3321
  include Google::Apis::Core::Hashable
3198
3322
 
@@ -3444,6 +3568,25 @@ module Google
3444
3568
  end
3445
3569
  end
3446
3570
 
3571
+ # GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
3572
+ class GkeAutoUpgradeConfig
3573
+ include Google::Apis::Core::Hashable
3574
+
3575
+ # PatchMode specifies how auto upgrade patch builds should be selected.
3576
+ # Corresponds to the JSON property `patchMode`
3577
+ # @return [String]
3578
+ attr_accessor :patch_mode
3579
+
3580
+ def initialize(**args)
3581
+ update!(**args)
3582
+ end
3583
+
3584
+ # Update properties of this object
3585
+ def update!(**args)
3586
+ @patch_mode = args[:patch_mode] if args.key?(:patch_mode)
3587
+ end
3588
+ end
3589
+
3447
3590
  # Configuration for the Backup for GKE Agent.
3448
3591
  class GkeBackupAgentConfig
3449
3592
  include Google::Apis::Core::Hashable
@@ -3636,6 +3779,14 @@ module Google
3636
3779
  class IpAllocationPolicy
3637
3780
  include Google::Apis::Core::Hashable
3638
3781
 
3782
+ # Output only. The additional IP ranges that are added to the cluster. These IP
3783
+ # ranges can be used by new node pools to allocate node and pod IPs
3784
+ # automatically. Each AdditionalIPRangesConfig corresponds to a single
3785
+ # subnetwork. Once a range is removed it will not show up in IPAllocationPolicy.
3786
+ # Corresponds to the JSON property `additionalIpRangesConfigs`
3787
+ # @return [Array<Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig>]
3788
+ attr_accessor :additional_ip_ranges_configs
3789
+
3639
3790
  # AdditionalPodRangesConfig is the configuration for additional pod secondary
3640
3791
  # ranges supporting the ClusterUpdate message.
3641
3792
  # Corresponds to the JSON property `additionalPodRangesConfig`
@@ -3656,6 +3807,11 @@ module Google
3656
3807
  attr_accessor :allow_route_overlap
3657
3808
  alias_method :allow_route_overlap?, :allow_route_overlap
3658
3809
 
3810
+ # AutoIpamConfig contains all information related to Auto IPAM
3811
+ # Corresponds to the JSON property `autoIpamConfig`
3812
+ # @return [Google::Apis::ContainerV1beta1::AutoIpamConfig]
3813
+ attr_accessor :auto_ipam_config
3814
+
3659
3815
  # This field is deprecated, use cluster_ipv4_cidr_block.
3660
3816
  # Corresponds to the JSON property `clusterIpv4Cidr`
3661
3817
  # @return [String]
@@ -3804,8 +3960,10 @@ module Google
3804
3960
 
3805
3961
  # Update properties of this object
3806
3962
  def update!(**args)
3963
+ @additional_ip_ranges_configs = args[:additional_ip_ranges_configs] if args.key?(:additional_ip_ranges_configs)
3807
3964
  @additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
3808
3965
  @allow_route_overlap = args[:allow_route_overlap] if args.key?(:allow_route_overlap)
3966
+ @auto_ipam_config = args[:auto_ipam_config] if args.key?(:auto_ipam_config)
3809
3967
  @cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
3810
3968
  @cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
3811
3969
  @cluster_secondary_range_name = args[:cluster_secondary_range_name] if args.key?(:cluster_secondary_range_name)
@@ -4289,17 +4447,18 @@ module Google
4289
4447
  include Google::Apis::Core::Hashable
4290
4448
 
4291
4449
  # Number of local NVMe SSDs to use. The limit for this value is dependent upon
4292
- # the maximum number of disk available on a machine per zone. See: https://cloud.
4293
- # google.com/compute/docs/disks/local-ssd for more information. A zero (or unset)
4294
- # value has different meanings depending on machine type being used: 1. For pre-
4295
- # Gen3 machines, which support flexible numbers of local ssds, zero (or unset)
4296
- # means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines
4297
- # which dictate a specific number of local ssds, zero (or unset) means to use
4298
- # the default number of local ssds that goes with that machine type. For example,
4299
- # for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-
4300
- # standard-8 (which doesn't support local ssds), 0 will be provisioned. See
4301
- # https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds
4302
- # for more info.
4450
+ # the maximum number of disk available on a machine per zone. See: https://`$
4451
+ # universe.dns_names.final_documentation_domain`/compute/docs/disks/local-ssd
4452
+ # for more information. A zero (or unset) value has different meanings depending
4453
+ # on machine type being used: 1. For pre-Gen3 machines, which support flexible
4454
+ # numbers of local ssds, zero (or unset) means to disable using local SSDs as
4455
+ # ephemeral storage. 2. For Gen3 machines which dictate a specific number of
4456
+ # local ssds, zero (or unset) means to use the default number of local ssds that
4457
+ # goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
4458
+ # local ssds would be provisioned. For c3-standard-8 (which doesn't support
4459
+ # local ssds), 0 will be provisioned. See https://`$universe.dns_names.
4460
+ # final_documentation_domain`/compute/docs/disks/local-ssd#
4461
+ # choose_number_local_ssds for more info.
4303
4462
  # Corresponds to the JSON property `localSsdCount`
4304
4463
  # @return [Fixnum]
4305
4464
  attr_accessor :local_ssd_count
@@ -4559,8 +4718,9 @@ module Google
4559
4718
  # strong password. If a password is provided for cluster creation, username must
4560
4719
  # be non-empty. Warning: basic authentication is deprecated, and will be removed
4561
4720
  # in GKE control plane versions 1.19 and newer. For a list of recommended
4562
- # authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/
4563
- # how-to/api-server-authentication
4721
+ # authentication methods, see: https://`$universe.dns_names.
4722
+ # final_documentation_domain`/kubernetes-engine/docs/how-to/api-server-
4723
+ # authentication
4564
4724
  # Corresponds to the JSON property `password`
4565
4725
  # @return [String]
4566
4726
  attr_accessor :password
@@ -4570,8 +4730,8 @@ module Google
4570
4730
  # username unspecified (or setting it to the empty string). Warning: basic
4571
4731
  # authentication is deprecated, and will be removed in GKE control plane
4572
4732
  # versions 1.19 and newer. For a list of recommended authentication methods, see:
4573
- # https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-
4574
- # authentication
4733
+ # https://`$universe.dns_names.final_documentation_domain`/kubernetes-engine/
4734
+ # docs/how-to/api-server-authentication
4575
4735
  # Corresponds to the JSON property `username`
4576
4736
  # @return [String]
4577
4737
  attr_accessor :username
@@ -4868,9 +5028,10 @@ module Google
4868
5028
  # @return [String]
4869
5029
  attr_accessor :in_transit_encryption_config
4870
5030
 
4871
- # Output only. The relative name of the Google Compute Engine [network](https://
4872
- # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
4873
- # cluster is connected. Example: projects/my-project/global/networks/my-network
5031
+ # Output only. The relative name of the Google Compute Engine [network](https://`
5032
+ # $universe.dns_names.final_documentation_domain`/compute/docs/networks-and-
5033
+ # firewalls#networks) to which the cluster is connected. Example: projects/my-
5034
+ # project/global/networks/my-network
4874
5035
  # Corresponds to the JSON property `network`
4875
5036
  # @return [String]
4876
5037
  attr_accessor :network
@@ -4892,8 +5053,9 @@ module Google
4892
5053
  attr_accessor :service_external_ips_config
4893
5054
 
4894
5055
  # Output only. The relative name of the Google Compute Engine [subnetwork](https:
4895
- # //cloud.google.com/compute/docs/vpc) to which the cluster is connected.
4896
- # Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
5056
+ # //`$universe.dns_names.final_documentation_domain`/compute/docs/vpc) to which
5057
+ # the cluster is connected. Example: projects/my-project/regions/us-central1/
5058
+ # subnetworks/my-subnet
4897
5059
  # Corresponds to the JSON property `subnetwork`
4898
5060
  # @return [String]
4899
5061
  attr_accessor :subnetwork
@@ -5021,8 +5183,9 @@ module Google
5021
5183
  end
5022
5184
 
5023
5185
  # Specifies the NodeAffinity key, values, and affinity operator according to [
5024
- # shared sole tenant node group affinities](https://cloud.google.com/compute/
5025
- # docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).
5186
+ # shared sole tenant node group affinities](https://`$universe.dns_names.
5187
+ # final_documentation_domain`/compute/docs/nodes/sole-tenant-nodes#
5188
+ # node_affinity_and_anti-affinity).
5026
5189
  class NodeAffinity
5027
5190
  include Google::Apis::Core::Hashable
5028
5191
 
@@ -5059,8 +5222,9 @@ module Google
5059
5222
  class NodeConfig
5060
5223
  include Google::Apis::Core::Hashable
5061
5224
 
5062
- # A list of hardware accelerators to be attached to each node. See https://cloud.
5063
- # google.com/compute/docs/gpus for more information about support for GPUs.
5225
+ # A list of hardware accelerators to be attached to each node. See https://`$
5226
+ # universe.dns_names.final_documentation_domain`/compute/docs/gpus for more
5227
+ # information about support for GPUs.
5064
5228
  # Corresponds to the JSON property `accelerators`
5065
5229
  # @return [Array<Google::Apis::ContainerV1beta1::AcceleratorConfig>]
5066
5230
  attr_accessor :accelerators
@@ -5074,7 +5238,8 @@ module Google
5074
5238
  # each node in the node pool. This should be of the form projects/[
5075
5239
  # KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
5076
5240
  # . For more information about protecting resources with Cloud KMS Keys please
5077
- # see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
5241
+ # see: https://`$universe.dns_names.final_documentation_domain`/compute/docs/
5242
+ # disks/customer-managed-encryption
5078
5243
  # Corresponds to the JSON property `bootDiskKmsKey`
5079
5244
  # @return [String]
5080
5245
  attr_accessor :boot_disk_kms_key
@@ -5157,8 +5322,9 @@ module Google
5157
5322
  attr_accessor :host_maintenance_policy
5158
5323
 
5159
5324
  # The image type to use for this node. Note that for a given image type, the
5160
- # latest version of it will be used. Please see https://cloud.google.com/
5161
- # kubernetes-engine/docs/concepts/node-images for available image types.
5325
+ # latest version of it will be used. Please see https://`$universe.dns_names.
5326
+ # final_documentation_domain`/kubernetes-engine/docs/concepts/node-images for
5327
+ # available image types.
5162
5328
  # Corresponds to the JSON property `imageType`
5163
5329
  # @return [String]
5164
5330
  attr_accessor :image_type
@@ -5192,8 +5358,8 @@ module Google
5192
5358
 
5193
5359
  # The number of local SSD disks to be attached to the node. The limit for this
5194
5360
  # value is dependent upon the maximum number of disks available on a machine per
5195
- # zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more
5196
- # information.
5361
+ # zone. See: https://`$universe.dns_names.final_documentation_domain`/compute/
5362
+ # docs/disks/local-ssd for more information.
5197
5363
  # Corresponds to the JSON property `localSsdCount`
5198
5364
  # @return [Fixnum]
5199
5365
  attr_accessor :local_ssd_count
@@ -5209,9 +5375,9 @@ module Google
5209
5375
  # @return [Google::Apis::ContainerV1beta1::NodePoolLoggingConfig]
5210
5376
  attr_accessor :logging_config
5211
5377
 
5212
- # The name of a Google Compute Engine [machine type](https://cloud.google.com/
5213
- # compute/docs/machine-types). If unspecified, the default machine type is `e2-
5214
- # medium`.
5378
+ # The name of a Google Compute Engine [machine type](https://`$universe.
5379
+ # dns_names.final_documentation_domain`/compute/docs/machine-types). If
5380
+ # unspecified, the default machine type is `e2-medium`.
5215
5381
  # Corresponds to the JSON property `machineType`
5216
5382
  # @return [String]
5217
5383
  attr_accessor :machine_type
@@ -5244,15 +5410,16 @@ module Google
5244
5410
  # scheduled on the specified or newer CPU platform. Applicable values are the
5245
5411
  # friendly names of CPU platforms, such as `minCpuPlatform: "Intel Haswell"` or `
5246
5412
  # minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to
5247
- # specify min CPU platform](https://cloud.google.com/compute/docs/instances/
5248
- # specify-min-cpu-platform).
5413
+ # specify min CPU platform](https://`$universe.dns_names.
5414
+ # final_documentation_domain`/compute/docs/instances/specify-min-cpu-platform).
5249
5415
  # Corresponds to the JSON property `minCpuPlatform`
5250
5416
  # @return [String]
5251
5417
  attr_accessor :min_cpu_platform
5252
5418
 
5253
5419
  # Setting this field will assign instances of this pool to run on the specified
5254
5420
  # node group. This is useful for running workloads on [sole tenant nodes](https:/
5255
- # /cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
5421
+ # /`$universe.dns_names.final_documentation_domain`/compute/docs/nodes/sole-
5422
+ # tenant-nodes).
5256
5423
  # Corresponds to the JSON property `nodeGroup`
5257
5424
  # @return [String]
5258
5425
  attr_accessor :node_group
@@ -5262,25 +5429,25 @@ module Google
5262
5429
  # required, and by default are not included: * `https://www.googleapis.com/auth/
5263
5430
  # compute` is required for mounting persistent storage on your nodes. * `https://
5264
5431
  # www.googleapis.com/auth/devstorage.read_only` is required for communicating
5265
- # with **gcr.io** (the [Google Container Registry](https://cloud.google.com/
5266
- # container-registry/)). If unspecified, no scopes are added, unless Cloud
5267
- # Logging or Cloud Monitoring are enabled, in which case their required scopes
5268
- # will be added.
5432
+ # with **gcr.io** (the [Google Container Registry](https://`$universe.dns_names.
5433
+ # final_documentation_domain`/container-registry/)). If unspecified, no scopes
5434
+ # are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case
5435
+ # their required scopes will be added.
5269
5436
  # Corresponds to the JSON property `oauthScopes`
5270
5437
  # @return [Array<String>]
5271
5438
  attr_accessor :oauth_scopes
5272
5439
 
5273
- # Whether the nodes are created as preemptible VM instances. See: https://cloud.
5274
- # google.com/compute/docs/instances/preemptible for more information about
5275
- # preemptible VM instances.
5440
+ # Whether the nodes are created as preemptible VM instances. See: https://`$
5441
+ # universe.dns_names.final_documentation_domain`/compute/docs/instances/
5442
+ # preemptible for more information about preemptible VM instances.
5276
5443
  # Corresponds to the JSON property `preemptible`
5277
5444
  # @return [Boolean]
5278
5445
  attr_accessor :preemptible
5279
5446
  alias_method :preemptible?, :preemptible
5280
5447
 
5281
- # [ReservationAffinity](https://cloud.google.com/compute/docs/instances/
5282
- # reserving-zonal-resources) is the configuration of desired reservation which
5283
- # instances could take capacity from.
5448
+ # [ReservationAffinity](https://`$universe.dns_names.final_documentation_domain`/
5449
+ # compute/docs/instances/reserving-zonal-resources) is the configuration of
5450
+ # desired reservation which instances could take capacity from.
5284
5451
  # Corresponds to the JSON property `reservationAffinity`
5285
5452
  # @return [Google::Apis::ContainerV1beta1::ReservationAffinity]
5286
5453
  attr_accessor :reservation_affinity
@@ -5293,9 +5460,10 @@ module Google
5293
5460
 
5294
5461
  # A map of resource manager tag keys and values to be attached to the nodes for
5295
5462
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
5296
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
5297
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
5298
- # specified. Existing tags will be replaced with new values.
5463
+ # be according to specifications in https://`$universe.dns_names.
5464
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
5465
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
5466
+ # replaced with new values.
5299
5467
  # Corresponds to the JSON property `resourceManagerTags`
5300
5468
  # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
5301
5469
  attr_accessor :resource_manager_tags
@@ -5816,27 +5984,30 @@ module Google
5816
5984
  attr_accessor :etag
5817
5985
 
5818
5986
  # The initial node count for the pool. You must ensure that your Compute Engine [
5819
- # resource quota](https://cloud.google.com/compute/quotas) is sufficient for
5820
- # this number of instances. You must also have available firewall and routes
5821
- # quota.
5987
+ # resource quota](https://`$universe.dns_names.final_documentation_domain`/
5988
+ # compute/quotas) is sufficient for this number of instances. You must also have
5989
+ # available firewall and routes quota.
5822
5990
  # Corresponds to the JSON property `initialNodeCount`
5823
5991
  # @return [Fixnum]
5824
5992
  attr_accessor :initial_node_count
5825
5993
 
5826
- # Output only. The resource URLs of the [managed instance groups](https://cloud.
5827
- # google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
5828
- # associated with this node pool. During the node pool blue-green upgrade
5829
- # operation, the URLs contain both blue and green resources.
5994
+ # Output only. The resource URLs of the [managed instance groups](https://`$
5995
+ # universe.dns_names.final_documentation_domain`/compute/docs/instance-groups/
5996
+ # creating-groups-of-managed-instances) associated with this node pool. During
5997
+ # the node pool blue-green upgrade operation, the URLs contain both blue and
5998
+ # green resources.
5830
5999
  # Corresponds to the JSON property `instanceGroupUrls`
5831
6000
  # @return [Array<String>]
5832
6001
  attr_accessor :instance_group_urls
5833
6002
 
5834
- # The list of Google Compute Engine [zones](https://cloud.google.com/compute/
5835
- # docs/zones#available) in which the NodePool's nodes should be located. If this
5836
- # value is unspecified during node pool creation, the [Cluster.Locations](https:/
5837
- # /cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.
5838
- # clusters#Cluster.FIELDS.locations) value will be used, instead. Warning:
5839
- # changing node pool locations will result in nodes being added and/or removed.
6003
+ # The list of Google Compute Engine [zones](https://`$universe.dns_names.
6004
+ # final_documentation_domain`/compute/docs/zones#available) in which the
6005
+ # NodePool's nodes should be located. If this value is unspecified during node
6006
+ # pool creation, the [Cluster.Locations](https://`$universe.dns_names.
6007
+ # final_documentation_domain`/kubernetes-engine/docs/reference/rest/v1/projects.
6008
+ # locations.clusters#Cluster.FIELDS.locations) value will be used, instead.
6009
+ # Warning: changing node pool locations will result in nodes being added and/or
6010
+ # removed.
5840
6011
  # Corresponds to the JSON property `locations`
5841
6012
  # @return [Array<String>]
5842
6013
  attr_accessor :locations
@@ -5935,8 +6106,9 @@ module Google
5935
6106
  attr_accessor :upgrade_settings
5936
6107
 
5937
6108
  # The version of Kubernetes running on this NodePool's nodes. If unspecified, it
5938
- # defaults as described [here](https://cloud.google.com/kubernetes-engine/
5939
- # versioning#specifying_node_version).
6109
+ # defaults as described [here](https://`$universe.dns_names.
6110
+ # final_documentation_domain`/kubernetes-engine/versioning#
6111
+ # specifying_node_version).
5940
6112
  # Corresponds to the JSON property `version`
5941
6113
  # @return [String]
5942
6114
  attr_accessor :version
@@ -5996,9 +6168,10 @@ module Google
5996
6168
 
5997
6169
  # A map of resource manager tag keys and values to be attached to the nodes for
5998
6170
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
5999
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
6000
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
6001
- # specified. Existing tags will be replaced with new values.
6171
+ # be according to specifications in https://`$universe.dns_names.
6172
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
6173
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
6174
+ # replaced with new values.
6002
6175
  # Corresponds to the JSON property `resourceManagerTags`
6003
6176
  # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
6004
6177
  attr_accessor :resource_manager_tags
@@ -6279,10 +6452,11 @@ module Google
6279
6452
  # @return [Google::Apis::ContainerV1beta1::Status]
6280
6453
  attr_accessor :error
6281
6454
 
6282
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
6283
- # com/compute/docs/regions-zones/regions-zones#available) or [region](https://
6284
- # cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
6285
- # the cluster resides.
6455
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
6456
+ # dns_names.final_documentation_domain`/compute/docs/regions-zones/regions-zones#
6457
+ # available) or [region](https://`$universe.dns_names.final_documentation_domain`
6458
+ # /compute/docs/regions-zones/regions-zones#available) in which the cluster
6459
+ # resides.
6286
6460
  # Corresponds to the JSON property `location`
6287
6461
  # @return [String]
6288
6462
  attr_accessor :location
@@ -6344,9 +6518,9 @@ module Google
6344
6518
  # @return [String]
6345
6519
  attr_accessor :target_link
6346
6520
 
6347
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
6348
- # com/compute/docs/zones#available) in which the operation is taking place. This
6349
- # field is deprecated, use location instead.
6521
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
6522
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
6523
+ # the operation is taking place. This field is deprecated, use location instead.
6350
6524
  # Corresponds to the JSON property `zone`
6351
6525
  # @return [String]
6352
6526
  attr_accessor :zone
@@ -6542,8 +6716,8 @@ module Google
6542
6716
  # @return [String]
6543
6717
  attr_accessor :policy_name
6544
6718
 
6545
- # TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/
6546
- # docs/types-topologies#tpu_topologies
6719
+ # TPU placement topology for pod slice node pool. https://`$universe.dns_names.
6720
+ # final_documentation_domain`/tpu/docs/types-topologies#tpu_topologies
6547
6721
  # Corresponds to the JSON property `tpuTopology`
6548
6722
  # @return [String]
6549
6723
  attr_accessor :tpu_topology
@@ -7089,9 +7263,9 @@ module Google
7089
7263
  end
7090
7264
  end
7091
7265
 
7092
- # [ReservationAffinity](https://cloud.google.com/compute/docs/instances/
7093
- # reserving-zonal-resources) is the configuration of desired reservation which
7094
- # instances could take capacity from.
7266
+ # [ReservationAffinity](https://`$universe.dns_names.final_documentation_domain`/
7267
+ # compute/docs/instances/reserving-zonal-resources) is the configuration of
7268
+ # desired reservation which instances could take capacity from.
7095
7269
  class ReservationAffinity
7096
7270
  include Google::Apis::Core::Hashable
7097
7271
 
@@ -7124,8 +7298,8 @@ module Google
7124
7298
  end
7125
7299
  end
7126
7300
 
7127
- # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
7128
- # creating-managing-labels).
7301
+ # Collection of [GCP labels](https://`$universe.dns_names.
7302
+ # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
7129
7303
  class ResourceLabels
7130
7304
  include Google::Apis::Core::Hashable
7131
7305
 
@@ -7178,9 +7352,10 @@ module Google
7178
7352
 
7179
7353
  # A map of resource manager tag keys and values to be attached to the nodes for
7180
7354
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
7181
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
7182
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
7183
- # specified. Existing tags will be replaced with new values.
7355
+ # be according to specifications in https://`$universe.dns_names.
7356
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
7357
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
7358
+ # replaced with new values.
7184
7359
  class ResourceManagerTags
7185
7360
  include Google::Apis::Core::Hashable
7186
7361
 
@@ -7240,7 +7415,7 @@ module Google
7240
7415
  class RollbackNodePoolUpgradeRequest
7241
7416
  include Google::Apis::Core::Hashable
7242
7417
 
7243
- # Required. Deprecated. The name of the cluster to rollback. This field has been
7418
+ # Deprecated. The name of the cluster to rollback. This field has been
7244
7419
  # deprecated and replaced by the name field.
7245
7420
  # Corresponds to the JSON property `clusterId`
7246
7421
  # @return [String]
@@ -7253,15 +7428,16 @@ module Google
7253
7428
  # @return [String]
7254
7429
  attr_accessor :name
7255
7430
 
7256
- # Required. Deprecated. The name of the node pool to rollback. This field has
7257
- # been deprecated and replaced by the name field.
7431
+ # Deprecated. The name of the node pool to rollback. This field has been
7432
+ # deprecated and replaced by the name field.
7258
7433
  # Corresponds to the JSON property `nodePoolId`
7259
7434
  # @return [String]
7260
7435
  attr_accessor :node_pool_id
7261
7436
 
7262
- # Required. Deprecated. The Google Developers Console [project ID or project
7263
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
7264
- # projects). This field has been deprecated and replaced by the name field.
7437
+ # Deprecated. The Google Developers Console [project ID or project number](https:
7438
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7439
+ # creating-managing-projects). This field has been deprecated and replaced by
7440
+ # the name field.
7265
7441
  # Corresponds to the JSON property `projectId`
7266
7442
  # @return [String]
7267
7443
  attr_accessor :project_id
@@ -7272,9 +7448,10 @@ module Google
7272
7448
  attr_accessor :respect_pdb
7273
7449
  alias_method :respect_pdb?, :respect_pdb
7274
7450
 
7275
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
7276
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
7277
- # This field has been deprecated and replaced by the name field.
7451
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7452
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7453
+ # the cluster resides. This field has been deprecated and replaced by the name
7454
+ # field.
7278
7455
  # Corresponds to the JSON property `zone`
7279
7456
  # @return [String]
7280
7457
  attr_accessor :zone
@@ -7612,8 +7789,8 @@ module Google
7612
7789
  # @return [Google::Apis::ContainerV1beta1::AddonsConfig]
7613
7790
  attr_accessor :addons_config
7614
7791
 
7615
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
7616
- # deprecated and replaced by the name field.
7792
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
7793
+ # and replaced by the name field.
7617
7794
  # Corresponds to the JSON property `clusterId`
7618
7795
  # @return [String]
7619
7796
  attr_accessor :cluster_id
@@ -7624,16 +7801,18 @@ module Google
7624
7801
  # @return [String]
7625
7802
  attr_accessor :name
7626
7803
 
7627
- # Required. Deprecated. The Google Developers Console [project ID or project
7628
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
7629
- # projects). This field has been deprecated and replaced by the name field.
7804
+ # Deprecated. The Google Developers Console [project ID or project number](https:
7805
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7806
+ # creating-managing-projects). This field has been deprecated and replaced by
7807
+ # the name field.
7630
7808
  # Corresponds to the JSON property `projectId`
7631
7809
  # @return [String]
7632
7810
  attr_accessor :project_id
7633
7811
 
7634
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
7635
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
7636
- # This field has been deprecated and replaced by the name field.
7812
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7813
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7814
+ # the cluster resides. This field has been deprecated and replaced by the name
7815
+ # field.
7637
7816
  # Corresponds to the JSON property `zone`
7638
7817
  # @return [String]
7639
7818
  attr_accessor :zone
@@ -7658,8 +7837,8 @@ module Google
7658
7837
  class SetLabelsRequest
7659
7838
  include Google::Apis::Core::Hashable
7660
7839
 
7661
- # Required. Deprecated. The name of the cluster. This field has been deprecated
7662
- # and replaced by the name field.
7840
+ # Deprecated. The name of the cluster. This field has been deprecated and
7841
+ # replaced by the name field.
7663
7842
  # Corresponds to the JSON property `clusterId`
7664
7843
  # @return [String]
7665
7844
  attr_accessor :cluster_id
@@ -7679,9 +7858,10 @@ module Google
7679
7858
  # @return [String]
7680
7859
  attr_accessor :name
7681
7860
 
7682
- # Required. Deprecated. The Google Developers Console [project ID or project
7683
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
7684
- # projects). This field has been deprecated and replaced by the name field.
7861
+ # Deprecated. The Google Developers Console [project ID or project number](https:
7862
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7863
+ # creating-managing-projects). This field has been deprecated and replaced by
7864
+ # the name field.
7685
7865
  # Corresponds to the JSON property `projectId`
7686
7866
  # @return [String]
7687
7867
  attr_accessor :project_id
@@ -7691,9 +7871,10 @@ module Google
7691
7871
  # @return [Hash<String,String>]
7692
7872
  attr_accessor :resource_labels
7693
7873
 
7694
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
7695
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
7696
- # This field has been deprecated and replaced by the name field.
7874
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7875
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7876
+ # the cluster resides. This field has been deprecated and replaced by the name
7877
+ # field.
7697
7878
  # Corresponds to the JSON property `zone`
7698
7879
  # @return [String]
7699
7880
  attr_accessor :zone
@@ -7718,8 +7899,8 @@ module Google
7718
7899
  class SetLegacyAbacRequest
7719
7900
  include Google::Apis::Core::Hashable
7720
7901
 
7721
- # Required. Deprecated. The name of the cluster to update. This field has been
7722
- # deprecated and replaced by the name field.
7902
+ # Deprecated. The name of the cluster to update. This field has been deprecated
7903
+ # and replaced by the name field.
7723
7904
  # Corresponds to the JSON property `clusterId`
7724
7905
  # @return [String]
7725
7906
  attr_accessor :cluster_id
@@ -7736,16 +7917,18 @@ module Google
7736
7917
  # @return [String]
7737
7918
  attr_accessor :name
7738
7919
 
7739
- # Required. Deprecated. The Google Developers Console [project ID or project
7740
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
7741
- # projects). This field has been deprecated and replaced by the name field.
7920
+ # Deprecated. The Google Developers Console [project ID or project number](https:
7921
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7922
+ # creating-managing-projects). This field has been deprecated and replaced by
7923
+ # the name field.
7742
7924
  # Corresponds to the JSON property `projectId`
7743
7925
  # @return [String]
7744
7926
  attr_accessor :project_id
7745
7927
 
7746
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
7747
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
7748
- # This field has been deprecated and replaced by the name field.
7928
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7929
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7930
+ # the cluster resides. This field has been deprecated and replaced by the name
7931
+ # field.
7749
7932
  # Corresponds to the JSON property `zone`
7750
7933
  # @return [String]
7751
7934
  attr_accessor :zone
@@ -7768,18 +7951,18 @@ module Google
7768
7951
  class SetLocationsRequest
7769
7952
  include Google::Apis::Core::Hashable
7770
7953
 
7771
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
7772
- # deprecated and replaced by the name field.
7954
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
7955
+ # and replaced by the name field.
7773
7956
  # Corresponds to the JSON property `clusterId`
7774
7957
  # @return [String]
7775
7958
  attr_accessor :cluster_id
7776
7959
 
7777
- # Required. The desired list of Google Compute Engine [zones](https://cloud.
7778
- # google.com/compute/docs/zones#available) in which the cluster's nodes should
7779
- # be located. Changing the locations a cluster is in will result in nodes being
7780
- # either created or removed from the cluster, depending on whether locations are
7781
- # being added or removed. This list must always include the cluster's primary
7782
- # zone.
7960
+ # Required. The desired list of Google Compute Engine [zones](https://`$universe.
7961
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7962
+ # the cluster's nodes should be located. Changing the locations a cluster is in
7963
+ # will result in nodes being either created or removed from the cluster,
7964
+ # depending on whether locations are being added or removed. This list must
7965
+ # always include the cluster's primary zone.
7783
7966
  # Corresponds to the JSON property `locations`
7784
7967
  # @return [Array<String>]
7785
7968
  attr_accessor :locations
@@ -7790,16 +7973,18 @@ module Google
7790
7973
  # @return [String]
7791
7974
  attr_accessor :name
7792
7975
 
7793
- # Required. Deprecated. The Google Developers Console [project ID or project
7794
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
7795
- # projects). This field has been deprecated and replaced by the name field.
7976
+ # Deprecated. The Google Developers Console [project ID or project number](https:
7977
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7978
+ # creating-managing-projects). This field has been deprecated and replaced by
7979
+ # the name field.
7796
7980
  # Corresponds to the JSON property `projectId`
7797
7981
  # @return [String]
7798
7982
  attr_accessor :project_id
7799
7983
 
7800
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
7801
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
7802
- # This field has been deprecated and replaced by the name field.
7984
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7985
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7986
+ # the cluster resides. This field has been deprecated and replaced by the name
7987
+ # field.
7803
7988
  # Corresponds to the JSON property `zone`
7804
7989
  # @return [String]
7805
7990
  attr_accessor :zone
@@ -7822,8 +8007,8 @@ module Google
7822
8007
  class SetLoggingServiceRequest
7823
8008
  include Google::Apis::Core::Hashable
7824
8009
 
7825
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
7826
- # deprecated and replaced by the name field.
8010
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8011
+ # and replaced by the name field.
7827
8012
  # Corresponds to the JSON property `clusterId`
7828
8013
  # @return [String]
7829
8014
  attr_accessor :cluster_id
@@ -7845,16 +8030,18 @@ module Google
7845
8030
  # @return [String]
7846
8031
  attr_accessor :name
7847
8032
 
7848
- # Required. Deprecated. The Google Developers Console [project ID or project
7849
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
7850
- # projects). This field has been deprecated and replaced by the name field.
8033
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8034
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8035
+ # creating-managing-projects). This field has been deprecated and replaced by
8036
+ # the name field.
7851
8037
  # Corresponds to the JSON property `projectId`
7852
8038
  # @return [String]
7853
8039
  attr_accessor :project_id
7854
8040
 
7855
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
7856
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
7857
- # This field has been deprecated and replaced by the name field.
8041
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8042
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8043
+ # the cluster resides. This field has been deprecated and replaced by the name
8044
+ # field.
7858
8045
  # Corresponds to the JSON property `zone`
7859
8046
  # @return [String]
7860
8047
  attr_accessor :zone
@@ -7894,13 +8081,15 @@ module Google
7894
8081
  attr_accessor :name
7895
8082
 
7896
8083
  # Required. The Google Developers Console [project ID or project number](https://
7897
- # cloud.google.com/resource-manager/docs/creating-managing-projects).
8084
+ # `$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8085
+ # creating-managing-projects).
7898
8086
  # Corresponds to the JSON property `projectId`
7899
8087
  # @return [String]
7900
8088
  attr_accessor :project_id
7901
8089
 
7902
- # Required. The name of the Google Compute Engine [zone](https://cloud.google.
7903
- # com/compute/docs/zones#available) in which the cluster resides.
8090
+ # Required. The name of the Google Compute Engine [zone](https://`$universe.
8091
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8092
+ # the cluster resides.
7904
8093
  # Corresponds to the JSON property `zone`
7905
8094
  # @return [String]
7906
8095
  attr_accessor :zone
@@ -7928,8 +8117,8 @@ module Google
7928
8117
  # @return [String]
7929
8118
  attr_accessor :action
7930
8119
 
7931
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
7932
- # deprecated and replaced by the name field.
8120
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8121
+ # and replaced by the name field.
7933
8122
  # Corresponds to the JSON property `clusterId`
7934
8123
  # @return [String]
7935
8124
  attr_accessor :cluster_id
@@ -7940,9 +8129,10 @@ module Google
7940
8129
  # @return [String]
7941
8130
  attr_accessor :name
7942
8131
 
7943
- # Required. Deprecated. The Google Developers Console [project ID or project
7944
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
7945
- # projects). This field has been deprecated and replaced by the name field.
8132
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8133
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8134
+ # creating-managing-projects). This field has been deprecated and replaced by
8135
+ # the name field.
7946
8136
  # Corresponds to the JSON property `projectId`
7947
8137
  # @return [String]
7948
8138
  attr_accessor :project_id
@@ -7953,9 +8143,10 @@ module Google
7953
8143
  # @return [Google::Apis::ContainerV1beta1::MasterAuth]
7954
8144
  attr_accessor :update
7955
8145
 
7956
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
7957
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
7958
- # This field has been deprecated and replaced by the name field.
8146
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8147
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8148
+ # the cluster resides. This field has been deprecated and replaced by the name
8149
+ # field.
7959
8150
  # Corresponds to the JSON property `zone`
7960
8151
  # @return [String]
7961
8152
  attr_accessor :zone
@@ -7979,8 +8170,8 @@ module Google
7979
8170
  class SetMonitoringServiceRequest
7980
8171
  include Google::Apis::Core::Hashable
7981
8172
 
7982
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
7983
- # deprecated and replaced by the name field.
8173
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8174
+ # and replaced by the name field.
7984
8175
  # Corresponds to the JSON property `clusterId`
7985
8176
  # @return [String]
7986
8177
  attr_accessor :cluster_id
@@ -8002,16 +8193,18 @@ module Google
8002
8193
  # @return [String]
8003
8194
  attr_accessor :name
8004
8195
 
8005
- # Required. Deprecated. The Google Developers Console [project ID or project
8006
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8007
- # projects). This field has been deprecated and replaced by the name field.
8196
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8197
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8198
+ # creating-managing-projects). This field has been deprecated and replaced by
8199
+ # the name field.
8008
8200
  # Corresponds to the JSON property `projectId`
8009
8201
  # @return [String]
8010
8202
  attr_accessor :project_id
8011
8203
 
8012
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8013
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8014
- # This field has been deprecated and replaced by the name field.
8204
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8205
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8206
+ # the cluster resides. This field has been deprecated and replaced by the name
8207
+ # field.
8015
8208
  # Corresponds to the JSON property `zone`
8016
8209
  # @return [String]
8017
8210
  attr_accessor :zone
@@ -8034,8 +8227,8 @@ module Google
8034
8227
  class SetNetworkPolicyRequest
8035
8228
  include Google::Apis::Core::Hashable
8036
8229
 
8037
- # Required. Deprecated. The name of the cluster. This field has been deprecated
8038
- # and replaced by the name field.
8230
+ # Deprecated. The name of the cluster. This field has been deprecated and
8231
+ # replaced by the name field.
8039
8232
  # Corresponds to the JSON property `clusterId`
8040
8233
  # @return [String]
8041
8234
  attr_accessor :cluster_id
@@ -8052,16 +8245,18 @@ module Google
8052
8245
  # @return [Google::Apis::ContainerV1beta1::NetworkPolicy]
8053
8246
  attr_accessor :network_policy
8054
8247
 
8055
- # Required. Deprecated. The Google Developers Console [project ID or project
8056
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8057
- # projects). This field has been deprecated and replaced by the name field.
8248
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8249
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8250
+ # creating-managing-projects). This field has been deprecated and replaced by
8251
+ # the name field.
8058
8252
  # Corresponds to the JSON property `projectId`
8059
8253
  # @return [String]
8060
8254
  attr_accessor :project_id
8061
8255
 
8062
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8063
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8064
- # This field has been deprecated and replaced by the name field.
8256
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8257
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8258
+ # the cluster resides. This field has been deprecated and replaced by the name
8259
+ # field.
8065
8260
  # Corresponds to the JSON property `zone`
8066
8261
  # @return [String]
8067
8262
  attr_accessor :zone
@@ -8090,8 +8285,8 @@ module Google
8090
8285
  # @return [Google::Apis::ContainerV1beta1::NodePoolAutoscaling]
8091
8286
  attr_accessor :autoscaling
8092
8287
 
8093
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
8094
- # deprecated and replaced by the name field.
8288
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8289
+ # and replaced by the name field.
8095
8290
  # Corresponds to the JSON property `clusterId`
8096
8291
  # @return [String]
8097
8292
  attr_accessor :cluster_id
@@ -8103,22 +8298,24 @@ module Google
8103
8298
  # @return [String]
8104
8299
  attr_accessor :name
8105
8300
 
8106
- # Required. Deprecated. The name of the node pool to upgrade. This field has
8107
- # been deprecated and replaced by the name field.
8301
+ # Deprecated. The name of the node pool to upgrade. This field has been
8302
+ # deprecated and replaced by the name field.
8108
8303
  # Corresponds to the JSON property `nodePoolId`
8109
8304
  # @return [String]
8110
8305
  attr_accessor :node_pool_id
8111
8306
 
8112
- # Required. Deprecated. The Google Developers Console [project ID or project
8113
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8114
- # projects). This field has been deprecated and replaced by the name field.
8307
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8308
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8309
+ # creating-managing-projects). This field has been deprecated and replaced by
8310
+ # the name field.
8115
8311
  # Corresponds to the JSON property `projectId`
8116
8312
  # @return [String]
8117
8313
  attr_accessor :project_id
8118
8314
 
8119
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8120
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8121
- # This field has been deprecated and replaced by the name field.
8315
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8316
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8317
+ # the cluster resides. This field has been deprecated and replaced by the name
8318
+ # field.
8122
8319
  # Corresponds to the JSON property `zone`
8123
8320
  # @return [String]
8124
8321
  attr_accessor :zone
@@ -8143,8 +8340,8 @@ module Google
8143
8340
  class SetNodePoolManagementRequest
8144
8341
  include Google::Apis::Core::Hashable
8145
8342
 
8146
- # Required. Deprecated. The name of the cluster to update. This field has been
8147
- # deprecated and replaced by the name field.
8343
+ # Deprecated. The name of the cluster to update. This field has been deprecated
8344
+ # and replaced by the name field.
8148
8345
  # Corresponds to the JSON property `clusterId`
8149
8346
  # @return [String]
8150
8347
  attr_accessor :cluster_id
@@ -8162,22 +8359,24 @@ module Google
8162
8359
  # @return [String]
8163
8360
  attr_accessor :name
8164
8361
 
8165
- # Required. Deprecated. The name of the node pool to update. This field has been
8362
+ # Deprecated. The name of the node pool to update. This field has been
8166
8363
  # deprecated and replaced by the name field.
8167
8364
  # Corresponds to the JSON property `nodePoolId`
8168
8365
  # @return [String]
8169
8366
  attr_accessor :node_pool_id
8170
8367
 
8171
- # Required. Deprecated. The Google Developers Console [project ID or project
8172
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8173
- # projects). This field has been deprecated and replaced by the name field.
8368
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8369
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8370
+ # creating-managing-projects). This field has been deprecated and replaced by
8371
+ # the name field.
8174
8372
  # Corresponds to the JSON property `projectId`
8175
8373
  # @return [String]
8176
8374
  attr_accessor :project_id
8177
8375
 
8178
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8179
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8180
- # This field has been deprecated and replaced by the name field.
8376
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8377
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8378
+ # the cluster resides. This field has been deprecated and replaced by the name
8379
+ # field.
8181
8380
  # Corresponds to the JSON property `zone`
8182
8381
  # @return [String]
8183
8382
  attr_accessor :zone
@@ -8201,8 +8400,8 @@ module Google
8201
8400
  class SetNodePoolSizeRequest
8202
8401
  include Google::Apis::Core::Hashable
8203
8402
 
8204
- # Required. Deprecated. The name of the cluster to update. This field has been
8205
- # deprecated and replaced by the name field.
8403
+ # Deprecated. The name of the cluster to update. This field has been deprecated
8404
+ # and replaced by the name field.
8206
8405
  # Corresponds to the JSON property `clusterId`
8207
8406
  # @return [String]
8208
8407
  attr_accessor :cluster_id
@@ -8218,22 +8417,24 @@ module Google
8218
8417
  # @return [Fixnum]
8219
8418
  attr_accessor :node_count
8220
8419
 
8221
- # Required. Deprecated. The name of the node pool to update. This field has been
8420
+ # Deprecated. The name of the node pool to update. This field has been
8222
8421
  # deprecated and replaced by the name field.
8223
8422
  # Corresponds to the JSON property `nodePoolId`
8224
8423
  # @return [String]
8225
8424
  attr_accessor :node_pool_id
8226
8425
 
8227
- # Required. Deprecated. The Google Developers Console [project ID or project
8228
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8229
- # projects). This field has been deprecated and replaced by the name field.
8426
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8427
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8428
+ # creating-managing-projects). This field has been deprecated and replaced by
8429
+ # the name field.
8230
8430
  # Corresponds to the JSON property `projectId`
8231
8431
  # @return [String]
8232
8432
  attr_accessor :project_id
8233
8433
 
8234
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8235
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8236
- # This field has been deprecated and replaced by the name field.
8434
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8435
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8436
+ # the cluster resides. This field has been deprecated and replaced by the name
8437
+ # field.
8237
8438
  # Corresponds to the JSON property `zone`
8238
8439
  # @return [String]
8239
8440
  attr_accessor :zone
@@ -8364,8 +8565,8 @@ module Google
8364
8565
  class StartIpRotationRequest
8365
8566
  include Google::Apis::Core::Hashable
8366
8567
 
8367
- # Required. Deprecated. The name of the cluster. This field has been deprecated
8368
- # and replaced by the name field.
8568
+ # Deprecated. The name of the cluster. This field has been deprecated and
8569
+ # replaced by the name field.
8369
8570
  # Corresponds to the JSON property `clusterId`
8370
8571
  # @return [String]
8371
8572
  attr_accessor :cluster_id
@@ -8376,9 +8577,10 @@ module Google
8376
8577
  # @return [String]
8377
8578
  attr_accessor :name
8378
8579
 
8379
- # Required. Deprecated. The Google Developers Console [project ID or project
8380
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8381
- # projects). This field has been deprecated and replaced by the name field.
8580
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8581
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8582
+ # creating-managing-projects). This field has been deprecated and replaced by
8583
+ # the name field.
8382
8584
  # Corresponds to the JSON property `projectId`
8383
8585
  # @return [String]
8384
8586
  attr_accessor :project_id
@@ -8389,9 +8591,10 @@ module Google
8389
8591
  attr_accessor :rotate_credentials
8390
8592
  alias_method :rotate_credentials?, :rotate_credentials
8391
8593
 
8392
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8393
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8394
- # This field has been deprecated and replaced by the name field.
8594
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8595
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8596
+ # the cluster resides. This field has been deprecated and replaced by the name
8597
+ # field.
8395
8598
  # Corresponds to the JSON property `zone`
8396
8599
  # @return [String]
8397
8600
  attr_accessor :zone
@@ -8614,8 +8817,8 @@ module Google
8614
8817
  class UpdateClusterRequest
8615
8818
  include Google::Apis::Core::Hashable
8616
8819
 
8617
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
8618
- # deprecated and replaced by the name field.
8820
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8821
+ # and replaced by the name field.
8619
8822
  # Corresponds to the JSON property `clusterId`
8620
8823
  # @return [String]
8621
8824
  attr_accessor :cluster_id
@@ -8626,9 +8829,10 @@ module Google
8626
8829
  # @return [String]
8627
8830
  attr_accessor :name
8628
8831
 
8629
- # Required. Deprecated. The Google Developers Console [project ID or project
8630
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8631
- # projects). This field has been deprecated and replaced by the name field.
8832
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8833
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8834
+ # creating-managing-projects). This field has been deprecated and replaced by
8835
+ # the name field.
8632
8836
  # Corresponds to the JSON property `projectId`
8633
8837
  # @return [String]
8634
8838
  attr_accessor :project_id
@@ -8639,9 +8843,10 @@ module Google
8639
8843
  # @return [Google::Apis::ContainerV1beta1::ClusterUpdate]
8640
8844
  attr_accessor :update
8641
8845
 
8642
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8643
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8644
- # This field has been deprecated and replaced by the name field.
8846
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8847
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8848
+ # the cluster resides. This field has been deprecated and replaced by the name
8849
+ # field.
8645
8850
  # Corresponds to the JSON property `zone`
8646
8851
  # @return [String]
8647
8852
  attr_accessor :zone
@@ -8684,8 +8889,8 @@ module Google
8684
8889
  class UpdateMasterRequest
8685
8890
  include Google::Apis::Core::Hashable
8686
8891
 
8687
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
8688
- # deprecated and replaced by the name field.
8892
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8893
+ # and replaced by the name field.
8689
8894
  # Corresponds to the JSON property `clusterId`
8690
8895
  # @return [String]
8691
8896
  attr_accessor :cluster_id
@@ -8707,16 +8912,18 @@ module Google
8707
8912
  # @return [String]
8708
8913
  attr_accessor :name
8709
8914
 
8710
- # Required. Deprecated. The Google Developers Console [project ID or project
8711
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8712
- # projects). This field has been deprecated and replaced by the name field.
8915
+ # Deprecated. The Google Developers Console [project ID or project number](https:
8916
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8917
+ # creating-managing-projects). This field has been deprecated and replaced by
8918
+ # the name field.
8713
8919
  # Corresponds to the JSON property `projectId`
8714
8920
  # @return [String]
8715
8921
  attr_accessor :project_id
8716
8922
 
8717
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8718
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8719
- # This field has been deprecated and replaced by the name field.
8923
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8924
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8925
+ # the cluster resides. This field has been deprecated and replaced by the name
8926
+ # field.
8720
8927
  # Corresponds to the JSON property `zone`
8721
8928
  # @return [String]
8722
8929
  attr_accessor :zone
@@ -8739,14 +8946,15 @@ module Google
8739
8946
  class UpdateNodePoolRequest
8740
8947
  include Google::Apis::Core::Hashable
8741
8948
 
8742
- # A list of hardware accelerators to be attached to each node. See https://cloud.
8743
- # google.com/compute/docs/gpus for more information about support for GPUs.
8949
+ # A list of hardware accelerators to be attached to each node. See https://`$
8950
+ # universe.dns_names.final_documentation_domain`/compute/docs/gpus for more
8951
+ # information about support for GPUs.
8744
8952
  # Corresponds to the JSON property `accelerators`
8745
8953
  # @return [Array<Google::Apis::ContainerV1beta1::AcceleratorConfig>]
8746
8954
  attr_accessor :accelerators
8747
8955
 
8748
- # Required. Deprecated. The name of the cluster to upgrade. This field has been
8749
- # deprecated and replaced by the name field.
8956
+ # Deprecated. The name of the cluster to upgrade. This field has been deprecated
8957
+ # and replaced by the name field.
8750
8958
  # Corresponds to the JSON property `clusterId`
8751
8959
  # @return [String]
8752
8960
  attr_accessor :cluster_id
@@ -8804,9 +9012,9 @@ module Google
8804
9012
  # @return [Google::Apis::ContainerV1beta1::VirtualNic]
8805
9013
  attr_accessor :gvnic
8806
9014
 
8807
- # Required. The desired image type for the node pool. Please see https://cloud.
8808
- # google.com/kubernetes-engine/docs/concepts/node-images for available image
8809
- # types.
9015
+ # Required. The desired image type for the node pool. Please see https://`$
9016
+ # universe.dns_names.final_documentation_domain`/kubernetes-engine/docs/concepts/
9017
+ # node-images for available image types.
8810
9018
  # Corresponds to the JSON property `imageType`
8811
9019
  # @return [String]
8812
9020
  attr_accessor :image_type
@@ -8827,11 +9035,11 @@ module Google
8827
9035
  # @return [Google::Apis::ContainerV1beta1::LinuxNodeConfig]
8828
9036
  attr_accessor :linux_node_config
8829
9037
 
8830
- # The desired list of Google Compute Engine [zones](https://cloud.google.com/
8831
- # compute/docs/zones#available) in which the node pool's nodes should be located.
8832
- # Changing the locations for a node pool will result in nodes being either
8833
- # created or removed from the node pool, depending on whether locations are
8834
- # being added or removed.
9038
+ # The desired list of Google Compute Engine [zones](https://`$universe.dns_names.
9039
+ # final_documentation_domain`/compute/docs/zones#available) in which the node
9040
+ # pool's nodes should be located. Changing the locations for a node pool will
9041
+ # result in nodes being either created or removed from the node pool, depending
9042
+ # on whether locations are being added or removed.
8835
9043
  # Corresponds to the JSON property `locations`
8836
9044
  # @return [Array<String>]
8837
9045
  attr_accessor :locations
@@ -8865,8 +9073,8 @@ module Google
8865
9073
  # @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
8866
9074
  attr_accessor :node_network_config
8867
9075
 
8868
- # Required. Deprecated. The name of the node pool to upgrade. This field has
8869
- # been deprecated and replaced by the name field.
9076
+ # Deprecated. The name of the node pool to upgrade. This field has been
9077
+ # deprecated and replaced by the name field.
8870
9078
  # Corresponds to the JSON property `nodePoolId`
8871
9079
  # @return [String]
8872
9080
  attr_accessor :node_pool_id
@@ -8882,9 +9090,10 @@ module Google
8882
9090
  # @return [String]
8883
9091
  attr_accessor :node_version
8884
9092
 
8885
- # Required. Deprecated. The Google Developers Console [project ID or project
8886
- # number](https://cloud.google.com/resource-manager/docs/creating-managing-
8887
- # projects). This field has been deprecated and replaced by the name field.
9093
+ # Deprecated. The Google Developers Console [project ID or project number](https:
9094
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
9095
+ # creating-managing-projects). This field has been deprecated and replaced by
9096
+ # the name field.
8888
9097
  # Corresponds to the JSON property `projectId`
8889
9098
  # @return [String]
8890
9099
  attr_accessor :project_id
@@ -8894,17 +9103,18 @@ module Google
8894
9103
  # @return [Google::Apis::ContainerV1beta1::QueuedProvisioning]
8895
9104
  attr_accessor :queued_provisioning
8896
9105
 
8897
- # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
8898
- # creating-managing-labels).
9106
+ # Collection of [GCP labels](https://`$universe.dns_names.
9107
+ # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
8899
9108
  # Corresponds to the JSON property `resourceLabels`
8900
9109
  # @return [Google::Apis::ContainerV1beta1::ResourceLabels]
8901
9110
  attr_accessor :resource_labels
8902
9111
 
8903
9112
  # A map of resource manager tag keys and values to be attached to the nodes for
8904
9113
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
8905
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
8906
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
8907
- # specified. Existing tags will be replaced with new values.
9114
+ # be according to specifications in https://`$universe.dns_names.
9115
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
9116
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
9117
+ # replaced with new values.
8908
9118
  # Corresponds to the JSON property `resourceManagerTags`
8909
9119
  # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
8910
9120
  attr_accessor :resource_manager_tags
@@ -8976,9 +9186,10 @@ module Google
8976
9186
  # @return [Google::Apis::ContainerV1beta1::WorkloadMetadataConfig]
8977
9187
  attr_accessor :workload_metadata_config
8978
9188
 
8979
- # Required. Deprecated. The name of the Google Compute Engine [zone](https://
8980
- # cloud.google.com/compute/docs/zones#available) in which the cluster resides.
8981
- # This field has been deprecated and replaced by the name field.
9189
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
9190
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
9191
+ # the cluster resides. This field has been deprecated and replaced by the name
9192
+ # field.
8982
9193
  # Corresponds to the JSON property `zone`
8983
9194
  # @return [String]
8984
9195
  attr_accessor :zone