google-cloud-container 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76830e17c1a68396c63a74afbab9ad85882e77e6a156120df5e588046dd5f8f2
4
- data.tar.gz: 7ff0352f9c069901ac82cee42b059bfb270d992a66abd0fd09f4f3e922e407ac
3
+ metadata.gz: 23ebc003c154d7c9c08a9d01a3b1095097efae7a8f5870a4e09dd0572d35e7a2
4
+ data.tar.gz: f34a89de6318acf45754d20f445ff11437be2d5ebd015d20a3ff08182266f6e2
5
5
  SHA512:
6
- metadata.gz: dc9fcfe8c3439218fc8410cfa854b13940adc1c26e23a391c02df854b8edcc86444e321baf7ffef6dd8520666fa0d83867b60b9c25a76c0eb15f1f975032d79b
7
- data.tar.gz: 661db22a42b5a2ddf01c811cd630e08c27b275464ef59c8b2da5a3fc263206b1d16cc0ea6bf6e239cc06b636786d2088f43b626ef2b5473c6832e6e794982e8d
6
+ metadata.gz: b5456af44b56916c4ee4d28a96b58a66309dc57a4d26f46ddceb2ac912a8bb0942b756e0289d92fe77a711c33d69aab31a26e93a5964b265220438cbc3379e06
7
+ data.tar.gz: 2f914ebc31dc05f8525b20be5865bcce1c880f5f0b8341f0a592c23357a7eaff0515d86c69d5b1a272baaeabe7e72edabb1885f630ee88517e6faff92ab1df6d
@@ -441,11 +441,11 @@ module Google
441
441
  # zones.
442
442
  #
443
443
  # @param project_id [String]
444
- # Deprecated. The Google Developers Console [project ID or project
444
+ # Required. Deprecated. The Google Developers Console [project ID or project
445
445
  # number](https://support.google.com/cloud/answer/6158840).
446
446
  # This field has been deprecated and replaced by the parent field.
447
447
  # @param zone [String]
448
- # Deprecated. The name of the Google Compute Engine
448
+ # Required. Deprecated. The name of the Google Compute Engine
449
449
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
450
450
  # resides, or "-" for all zones.
451
451
  # This field has been deprecated and replaced by the parent field.
@@ -491,16 +491,16 @@ module Google
491
491
  # Gets the details for a specific cluster.
492
492
  #
493
493
  # @param project_id [String]
494
- # Deprecated. The Google Developers Console [project ID or project
494
+ # Required. Deprecated. The Google Developers Console [project ID or project
495
495
  # number](https://support.google.com/cloud/answer/6158840).
496
496
  # This field has been deprecated and replaced by the name field.
497
497
  # @param zone [String]
498
- # Deprecated. The name of the Google Compute Engine
498
+ # Required. Deprecated. The name of the Google Compute Engine
499
499
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
500
500
  # resides.
501
501
  # This field has been deprecated and replaced by the name field.
502
502
  # @param cluster_id [String]
503
- # Deprecated. The name of the cluster to retrieve.
503
+ # Required. Deprecated. The name of the cluster to retrieve.
504
504
  # This field has been deprecated and replaced by the name field.
505
505
  # @param name [String]
506
506
  # The name (project, location, cluster) of the cluster to retrieve.
@@ -552,24 +552,24 @@ module Google
552
552
  # [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
553
553
  #
554
554
  # One firewall is added for the cluster. After cluster creation,
555
- # the cluster creates routes for each node to allow the containers
555
+ # the Kubelet creates routes for each node to allow the containers
556
556
  # on that node to communicate with all other instances in the
557
557
  # cluster.
558
558
  #
559
559
  # Finally, an entry is added to the project's global metadata indicating
560
- # which CIDR range is being used by the cluster.
560
+ # which CIDR range the cluster is using.
561
561
  #
562
562
  # @param project_id [String]
563
- # Deprecated. The Google Developers Console [project ID or project
563
+ # Required. Deprecated. The Google Developers Console [project ID or project
564
564
  # number](https://support.google.com/cloud/answer/6158840).
565
565
  # This field has been deprecated and replaced by the parent field.
566
566
  # @param zone [String]
567
- # Deprecated. The name of the Google Compute Engine
567
+ # Required. Deprecated. The name of the Google Compute Engine
568
568
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
569
569
  # resides.
570
570
  # This field has been deprecated and replaced by the parent field.
571
571
  # @param cluster [Google::Container::V1beta1::Cluster | Hash]
572
- # A [cluster
572
+ # Required. A [cluster
573
573
  # resource](/container-engine/reference/rest/v1beta1/projects.zones.clusters)
574
574
  # A hash of the same form as `Google::Container::V1beta1::Cluster`
575
575
  # can also be provided.
@@ -619,19 +619,19 @@ module Google
619
619
  # Updates the settings for a specific cluster.
620
620
  #
621
621
  # @param project_id [String]
622
- # Deprecated. The Google Developers Console [project ID or project
622
+ # Required. Deprecated. The Google Developers Console [project ID or project
623
623
  # number](https://support.google.com/cloud/answer/6158840).
624
624
  # This field has been deprecated and replaced by the name field.
625
625
  # @param zone [String]
626
- # Deprecated. The name of the Google Compute Engine
626
+ # Required. Deprecated. The name of the Google Compute Engine
627
627
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
628
628
  # resides.
629
629
  # This field has been deprecated and replaced by the name field.
630
630
  # @param cluster_id [String]
631
- # Deprecated. The name of the cluster to upgrade.
631
+ # Required. Deprecated. The name of the cluster to upgrade.
632
632
  # This field has been deprecated and replaced by the name field.
633
633
  # @param update [Google::Container::V1beta1::ClusterUpdate | Hash]
634
- # A description of the update.
634
+ # Required. A description of the update.
635
635
  # A hash of the same form as `Google::Container::V1beta1::ClusterUpdate`
636
636
  # can also be provided.
637
637
  # @param name [String]
@@ -685,22 +685,22 @@ module Google
685
685
  # Updates the version and/or image type of a specific node pool.
686
686
  #
687
687
  # @param project_id [String]
688
- # Deprecated. The Google Developers Console [project ID or project
688
+ # Required. Deprecated. The Google Developers Console [project ID or project
689
689
  # number](https://support.google.com/cloud/answer/6158840).
690
690
  # This field has been deprecated and replaced by the name field.
691
691
  # @param zone [String]
692
- # Deprecated. The name of the Google Compute Engine
692
+ # Required. Deprecated. The name of the Google Compute Engine
693
693
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
694
694
  # resides.
695
695
  # This field has been deprecated and replaced by the name field.
696
696
  # @param cluster_id [String]
697
- # Deprecated. The name of the cluster to upgrade.
697
+ # Required. Deprecated. The name of the cluster to upgrade.
698
698
  # This field has been deprecated and replaced by the name field.
699
699
  # @param node_pool_id [String]
700
- # Deprecated. The name of the node pool to upgrade.
700
+ # Required. Deprecated. The name of the node pool to upgrade.
701
701
  # This field has been deprecated and replaced by the name field.
702
702
  # @param node_version [String]
703
- # The Kubernetes version to change the nodes to (typically an
703
+ # Required. The Kubernetes version to change the nodes to (typically an
704
704
  # upgrade).
705
705
  #
706
706
  # Users may specify either explicit versions offered by Kubernetes Engine or
@@ -712,7 +712,11 @@ module Google
712
712
  # * "1.X.Y-gke.N": picks an explicit Kubernetes version
713
713
  # * "-": picks the Kubernetes master version
714
714
  # @param image_type [String]
715
+ # Required. The desired image type for the node pool.
716
+ # @param workload_metadata_config [Google::Container::V1beta1::WorkloadMetadataConfig | Hash]
715
717
  # The desired image type for the node pool.
718
+ # A hash of the same form as `Google::Container::V1beta1::WorkloadMetadataConfig`
719
+ # can also be provided.
716
720
  # @param name [String]
717
721
  # The name (project, location, cluster, node pool) of the node pool to
718
722
  # update. Specified in the format
@@ -756,6 +760,7 @@ module Google
756
760
  node_pool_id,
757
761
  node_version,
758
762
  image_type,
763
+ workload_metadata_config: nil,
759
764
  name: nil,
760
765
  options: nil,
761
766
  &block
@@ -766,6 +771,7 @@ module Google
766
771
  node_pool_id: node_pool_id,
767
772
  node_version: node_version,
768
773
  image_type: image_type,
774
+ workload_metadata_config: workload_metadata_config,
769
775
  name: name
770
776
  }.delete_if { |_, v| v.nil? }
771
777
  req = Google::Gax::to_proto(req, Google::Container::V1beta1::UpdateNodePoolRequest)
@@ -775,22 +781,22 @@ module Google
775
781
  # Sets the autoscaling settings of a specific node pool.
776
782
  #
777
783
  # @param project_id [String]
778
- # Deprecated. The Google Developers Console [project ID or project
784
+ # Required. Deprecated. The Google Developers Console [project ID or project
779
785
  # number](https://support.google.com/cloud/answer/6158840).
780
786
  # This field has been deprecated and replaced by the name field.
781
787
  # @param zone [String]
782
- # Deprecated. The name of the Google Compute Engine
788
+ # Required. Deprecated. The name of the Google Compute Engine
783
789
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
784
790
  # resides.
785
791
  # This field has been deprecated and replaced by the name field.
786
792
  # @param cluster_id [String]
787
- # Deprecated. The name of the cluster to upgrade.
793
+ # Required. Deprecated. The name of the cluster to upgrade.
788
794
  # This field has been deprecated and replaced by the name field.
789
795
  # @param node_pool_id [String]
790
- # Deprecated. The name of the node pool to upgrade.
796
+ # Required. Deprecated. The name of the node pool to upgrade.
791
797
  # This field has been deprecated and replaced by the name field.
792
798
  # @param autoscaling [Google::Container::V1beta1::NodePoolAutoscaling | Hash]
793
- # Autoscaling configuration for the node pool.
799
+ # Required. Autoscaling configuration for the node pool.
794
800
  # A hash of the same form as `Google::Container::V1beta1::NodePoolAutoscaling`
795
801
  # can also be provided.
796
802
  # @param name [String]
@@ -850,19 +856,19 @@ module Google
850
856
  # Sets the logging service for a specific cluster.
851
857
  #
852
858
  # @param project_id [String]
853
- # Deprecated. The Google Developers Console [project ID or project
859
+ # Required. Deprecated. The Google Developers Console [project ID or project
854
860
  # number](https://support.google.com/cloud/answer/6158840).
855
861
  # This field has been deprecated and replaced by the name field.
856
862
  # @param zone [String]
857
- # Deprecated. The name of the Google Compute Engine
863
+ # Required. Deprecated. The name of the Google Compute Engine
858
864
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
859
865
  # resides.
860
866
  # This field has been deprecated and replaced by the name field.
861
867
  # @param cluster_id [String]
862
- # Deprecated. The name of the cluster to upgrade.
868
+ # Required. Deprecated. The name of the cluster to upgrade.
863
869
  # This field has been deprecated and replaced by the name field.
864
870
  # @param logging_service [String]
865
- # The logging service the cluster should use to write metrics.
871
+ # Required. The logging service the cluster should use to write metrics.
866
872
  # Currently available options:
867
873
  #
868
874
  # * "logging.googleapis.com" - the Google Cloud Logging service
@@ -918,19 +924,19 @@ module Google
918
924
  # Sets the monitoring service for a specific cluster.
919
925
  #
920
926
  # @param project_id [String]
921
- # Deprecated. The Google Developers Console [project ID or project
927
+ # Required. Deprecated. The Google Developers Console [project ID or project
922
928
  # number](https://support.google.com/cloud/answer/6158840).
923
929
  # This field has been deprecated and replaced by the name field.
924
930
  # @param zone [String]
925
- # Deprecated. The name of the Google Compute Engine
931
+ # Required. Deprecated. The name of the Google Compute Engine
926
932
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
927
933
  # resides.
928
934
  # This field has been deprecated and replaced by the name field.
929
935
  # @param cluster_id [String]
930
- # Deprecated. The name of the cluster to upgrade.
936
+ # Required. Deprecated. The name of the cluster to upgrade.
931
937
  # This field has been deprecated and replaced by the name field.
932
938
  # @param monitoring_service [String]
933
- # The monitoring service the cluster should use to write metrics.
939
+ # Required. The monitoring service the cluster should use to write metrics.
934
940
  # Currently available options:
935
941
  #
936
942
  # * "monitoring.googleapis.com" - the Google Cloud Monitoring service
@@ -986,19 +992,19 @@ module Google
986
992
  # Sets the addons for a specific cluster.
987
993
  #
988
994
  # @param project_id [String]
989
- # Deprecated. The Google Developers Console [project ID or project
995
+ # Required. Deprecated. The Google Developers Console [project ID or project
990
996
  # number](https://support.google.com/cloud/answer/6158840).
991
997
  # This field has been deprecated and replaced by the name field.
992
998
  # @param zone [String]
993
- # Deprecated. The name of the Google Compute Engine
999
+ # Required. Deprecated. The name of the Google Compute Engine
994
1000
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
995
1001
  # resides.
996
1002
  # This field has been deprecated and replaced by the name field.
997
1003
  # @param cluster_id [String]
998
- # Deprecated. The name of the cluster to upgrade.
1004
+ # Required. Deprecated. The name of the cluster to upgrade.
999
1005
  # This field has been deprecated and replaced by the name field.
1000
1006
  # @param addons_config [Google::Container::V1beta1::AddonsConfig | Hash]
1001
- # The desired configurations for the various addons available to run in the
1007
+ # Required. The desired configurations for the various addons available to run in the
1002
1008
  # cluster.
1003
1009
  # A hash of the same form as `Google::Container::V1beta1::AddonsConfig`
1004
1010
  # can also be provided.
@@ -1053,19 +1059,19 @@ module Google
1053
1059
  # Sets the locations for a specific cluster.
1054
1060
  #
1055
1061
  # @param project_id [String]
1056
- # Deprecated. The Google Developers Console [project ID or project
1062
+ # Required. Deprecated. The Google Developers Console [project ID or project
1057
1063
  # number](https://support.google.com/cloud/answer/6158840).
1058
1064
  # This field has been deprecated and replaced by the name field.
1059
1065
  # @param zone [String]
1060
- # Deprecated. The name of the Google Compute Engine
1066
+ # Required. Deprecated. The name of the Google Compute Engine
1061
1067
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1062
1068
  # resides.
1063
1069
  # This field has been deprecated and replaced by the name field.
1064
1070
  # @param cluster_id [String]
1065
- # Deprecated. The name of the cluster to upgrade.
1071
+ # Required. Deprecated. The name of the cluster to upgrade.
1066
1072
  # This field has been deprecated and replaced by the name field.
1067
1073
  # @param locations [Array<String>]
1068
- # The desired list of Google Compute Engine
1074
+ # Required. The desired list of Google Compute Engine
1069
1075
  # [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
1070
1076
  # should be located. Changing the locations a cluster is in will result
1071
1077
  # in nodes being either created or removed from the cluster, depending on
@@ -1123,19 +1129,19 @@ module Google
1123
1129
  # Updates the master for a specific cluster.
1124
1130
  #
1125
1131
  # @param project_id [String]
1126
- # Deprecated. The Google Developers Console [project ID or project
1132
+ # Required. Deprecated. The Google Developers Console [project ID or project
1127
1133
  # number](https://support.google.com/cloud/answer/6158840).
1128
1134
  # This field has been deprecated and replaced by the name field.
1129
1135
  # @param zone [String]
1130
- # Deprecated. The name of the Google Compute Engine
1136
+ # Required. Deprecated. The name of the Google Compute Engine
1131
1137
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1132
1138
  # resides.
1133
1139
  # This field has been deprecated and replaced by the name field.
1134
1140
  # @param cluster_id [String]
1135
- # Deprecated. The name of the cluster to upgrade.
1141
+ # Required. Deprecated. The name of the cluster to upgrade.
1136
1142
  # This field has been deprecated and replaced by the name field.
1137
1143
  # @param master_version [String]
1138
- # The Kubernetes version to change the master to.
1144
+ # Required. The Kubernetes version to change the master to.
1139
1145
  #
1140
1146
  # Users may specify either explicit versions offered by
1141
1147
  # Kubernetes Engine or version aliases, which have the following behavior:
@@ -1193,27 +1199,26 @@ module Google
1193
1199
  @update_master.call(req, options, &block)
1194
1200
  end
1195
1201
 
1196
- # Used to set master auth materials. Currently supports :-
1197
- # Changing the admin password for a specific cluster.
1198
- # This can be either via password generation or explicitly set.
1199
- # Modify basic_auth.csv and reset the K8S API server.
1202
+ # Sets master auth materials. Currently supports changing the admin password
1203
+ # or a specific cluster, either via password generation or explicitly setting
1204
+ # the password.
1200
1205
  #
1201
1206
  # @param project_id [String]
1202
- # Deprecated. The Google Developers Console [project ID or project
1207
+ # Required. Deprecated. The Google Developers Console [project ID or project
1203
1208
  # number](https://support.google.com/cloud/answer/6158840).
1204
1209
  # This field has been deprecated and replaced by the name field.
1205
1210
  # @param zone [String]
1206
- # Deprecated. The name of the Google Compute Engine
1211
+ # Required. Deprecated. The name of the Google Compute Engine
1207
1212
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1208
1213
  # resides.
1209
1214
  # This field has been deprecated and replaced by the name field.
1210
1215
  # @param cluster_id [String]
1211
- # Deprecated. The name of the cluster to upgrade.
1216
+ # Required. Deprecated. The name of the cluster to upgrade.
1212
1217
  # This field has been deprecated and replaced by the name field.
1213
1218
  # @param action [Google::Container::V1beta1::SetMasterAuthRequest::Action]
1214
- # The exact form of action to be taken on the master auth.
1219
+ # Required. The exact form of action to be taken on the master auth.
1215
1220
  # @param update [Google::Container::V1beta1::MasterAuth | Hash]
1216
- # A description of the update.
1221
+ # Required. A description of the update.
1217
1222
  # A hash of the same form as `Google::Container::V1beta1::MasterAuth`
1218
1223
  # can also be provided.
1219
1224
  # @param name [String]
@@ -1275,21 +1280,21 @@ module Google
1275
1280
  # Firewalls and routes that were configured during cluster creation
1276
1281
  # are also deleted.
1277
1282
  #
1278
- # Other Google Compute Engine resources that might be in use by the cluster
1279
- # (e.g. load balancer resources) will not be deleted if they weren't present
1280
- # at the initial create time.
1283
+ # Other Google Compute Engine resources that might be in use by the cluster,
1284
+ # such as load balancer resources, are not deleted if they weren't present
1285
+ # when the cluster was initially created.
1281
1286
  #
1282
1287
  # @param project_id [String]
1283
- # Deprecated. The Google Developers Console [project ID or project
1288
+ # Required. Deprecated. The Google Developers Console [project ID or project
1284
1289
  # number](https://support.google.com/cloud/answer/6158840).
1285
1290
  # This field has been deprecated and replaced by the name field.
1286
1291
  # @param zone [String]
1287
- # Deprecated. The name of the Google Compute Engine
1292
+ # Required. Deprecated. The name of the Google Compute Engine
1288
1293
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1289
1294
  # resides.
1290
1295
  # This field has been deprecated and replaced by the name field.
1291
1296
  # @param cluster_id [String]
1292
- # Deprecated. The name of the cluster to delete.
1297
+ # Required. Deprecated. The name of the cluster to delete.
1293
1298
  # This field has been deprecated and replaced by the name field.
1294
1299
  # @param name [String]
1295
1300
  # The name (project, location, cluster) of the cluster to delete.
@@ -1334,14 +1339,14 @@ module Google
1334
1339
  @delete_cluster.call(req, options, &block)
1335
1340
  end
1336
1341
 
1337
- # Lists all operations in a project in a specific zone or all zones.
1342
+ # Lists all operations in a project in the specified zone or all zones.
1338
1343
  #
1339
1344
  # @param project_id [String]
1340
- # Deprecated. The Google Developers Console [project ID or project
1345
+ # Required. Deprecated. The Google Developers Console [project ID or project
1341
1346
  # number](https://support.google.com/cloud/answer/6158840).
1342
1347
  # This field has been deprecated and replaced by the parent field.
1343
1348
  # @param zone [String]
1344
- # Deprecated. The name of the Google Compute Engine
1349
+ # Required. Deprecated. The name of the Google Compute Engine
1345
1350
  # [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
1346
1351
  # all zones. This field has been deprecated and replaced by the parent field.
1347
1352
  # @param parent [String]
@@ -1386,16 +1391,16 @@ module Google
1386
1391
  # Gets the specified operation.
1387
1392
  #
1388
1393
  # @param project_id [String]
1389
- # Deprecated. The Google Developers Console [project ID or project
1394
+ # Required. Deprecated. The Google Developers Console [project ID or project
1390
1395
  # number](https://support.google.com/cloud/answer/6158840).
1391
1396
  # This field has been deprecated and replaced by the name field.
1392
1397
  # @param zone [String]
1393
- # Deprecated. The name of the Google Compute Engine
1398
+ # Required. Deprecated. The name of the Google Compute Engine
1394
1399
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1395
1400
  # resides.
1396
1401
  # This field has been deprecated and replaced by the name field.
1397
1402
  # @param operation_id [String]
1398
- # Deprecated. The server-assigned `name` of the operation.
1403
+ # Required. Deprecated. The server-assigned `name` of the operation.
1399
1404
  # This field has been deprecated and replaced by the name field.
1400
1405
  # @param name [String]
1401
1406
  # The name (project, location, operation id) of the operation to get.
@@ -1443,15 +1448,15 @@ module Google
1443
1448
  # Cancels the specified operation.
1444
1449
  #
1445
1450
  # @param project_id [String]
1446
- # Deprecated. The Google Developers Console [project ID or project
1451
+ # Required. Deprecated. The Google Developers Console [project ID or project
1447
1452
  # number](https://support.google.com/cloud/answer/6158840).
1448
1453
  # This field has been deprecated and replaced by the name field.
1449
1454
  # @param zone [String]
1450
- # Deprecated. The name of the Google Compute Engine
1455
+ # Required. Deprecated. The name of the Google Compute Engine
1451
1456
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
1452
1457
  # This field has been deprecated and replaced by the name field.
1453
1458
  # @param operation_id [String]
1454
- # Deprecated. The server-assigned `name` of the operation.
1459
+ # Required. Deprecated. The server-assigned `name` of the operation.
1455
1460
  # This field has been deprecated and replaced by the name field.
1456
1461
  # @param name [String]
1457
1462
  # The name (project, location, operation id) of the operation to cancel.
@@ -1496,19 +1501,19 @@ module Google
1496
1501
  nil
1497
1502
  end
1498
1503
 
1499
- # Returns configuration info about the Kubernetes Engine service.
1504
+ # Returns configuration info about the Google Kubernetes Engine service.
1500
1505
  #
1501
1506
  # @param project_id [String]
1502
- # Deprecated. The Google Developers Console [project ID or project
1507
+ # Required. Deprecated. The Google Developers Console [project ID or project
1503
1508
  # number](https://support.google.com/cloud/answer/6158840).
1504
1509
  # This field has been deprecated and replaced by the name field.
1505
1510
  # @param zone [String]
1506
- # Deprecated. The name of the Google Compute Engine
1511
+ # Required. Deprecated. The name of the Google Compute Engine
1507
1512
  # [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
1508
1513
  # This field has been deprecated and replaced by the name field.
1509
1514
  # @param name [String]
1510
- # The name (project and location) of the server config to get
1511
- # Specified in the format 'projects/*/locations/*'.
1515
+ # The name (project and location) of the server config to get,
1516
+ # specified in the format 'projects/*/locations/*'.
1512
1517
  # @param options [Google::Gax::CallOptions]
1513
1518
  # Overrides the default settings for this call, e.g, timeout,
1514
1519
  # retries, etc.
@@ -1547,16 +1552,16 @@ module Google
1547
1552
  # Lists the node pools for a cluster.
1548
1553
  #
1549
1554
  # @param project_id [String]
1550
- # Deprecated. The Google Developers Console [project ID or project
1555
+ # Required. Deprecated. The Google Developers Console [project ID or project
1551
1556
  # number](https://developers.google.com/console/help/new/#projectnumber).
1552
1557
  # This field has been deprecated and replaced by the parent field.
1553
1558
  # @param zone [String]
1554
- # Deprecated. The name of the Google Compute Engine
1559
+ # Required. Deprecated. The name of the Google Compute Engine
1555
1560
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1556
1561
  # resides.
1557
1562
  # This field has been deprecated and replaced by the parent field.
1558
1563
  # @param cluster_id [String]
1559
- # Deprecated. The name of the cluster.
1564
+ # Required. Deprecated. The name of the cluster.
1560
1565
  # This field has been deprecated and replaced by the parent field.
1561
1566
  # @param parent [String]
1562
1567
  # The parent (project, location, cluster id) where the node pools will be
@@ -1601,22 +1606,22 @@ module Google
1601
1606
  @list_node_pools.call(req, options, &block)
1602
1607
  end
1603
1608
 
1604
- # Retrieves the node pool requested.
1609
+ # Retrieves the requested node pool.
1605
1610
  #
1606
1611
  # @param project_id [String]
1607
- # Deprecated. The Google Developers Console [project ID or project
1612
+ # Required. Deprecated. The Google Developers Console [project ID or project
1608
1613
  # number](https://developers.google.com/console/help/new/#projectnumber).
1609
1614
  # This field has been deprecated and replaced by the name field.
1610
1615
  # @param zone [String]
1611
- # Deprecated. The name of the Google Compute Engine
1616
+ # Required. Deprecated. The name of the Google Compute Engine
1612
1617
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1613
1618
  # resides.
1614
1619
  # This field has been deprecated and replaced by the name field.
1615
1620
  # @param cluster_id [String]
1616
- # Deprecated. The name of the cluster.
1621
+ # Required. Deprecated. The name of the cluster.
1617
1622
  # This field has been deprecated and replaced by the name field.
1618
1623
  # @param node_pool_id [String]
1619
- # Deprecated. The name of the node pool.
1624
+ # Required. Deprecated. The name of the node pool.
1620
1625
  # This field has been deprecated and replaced by the name field.
1621
1626
  # @param name [String]
1622
1627
  # The name (project, location, cluster, node pool id) of the node pool to
@@ -1670,19 +1675,19 @@ module Google
1670
1675
  # Creates a node pool for a cluster.
1671
1676
  #
1672
1677
  # @param project_id [String]
1673
- # Deprecated. The Google Developers Console [project ID or project
1678
+ # Required. Deprecated. The Google Developers Console [project ID or project
1674
1679
  # number](https://developers.google.com/console/help/new/#projectnumber).
1675
1680
  # This field has been deprecated and replaced by the parent field.
1676
1681
  # @param zone [String]
1677
- # Deprecated. The name of the Google Compute Engine
1682
+ # Required. Deprecated. The name of the Google Compute Engine
1678
1683
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1679
1684
  # resides.
1680
1685
  # This field has been deprecated and replaced by the parent field.
1681
1686
  # @param cluster_id [String]
1682
- # Deprecated. The name of the cluster.
1687
+ # Required. Deprecated. The name of the cluster.
1683
1688
  # This field has been deprecated and replaced by the parent field.
1684
1689
  # @param node_pool [Google::Container::V1beta1::NodePool | Hash]
1685
- # The node pool to create.
1690
+ # Required. The node pool to create.
1686
1691
  # A hash of the same form as `Google::Container::V1beta1::NodePool`
1687
1692
  # can also be provided.
1688
1693
  # @param parent [String]
@@ -1737,19 +1742,19 @@ module Google
1737
1742
  # Deletes a node pool from a cluster.
1738
1743
  #
1739
1744
  # @param project_id [String]
1740
- # Deprecated. The Google Developers Console [project ID or project
1745
+ # Required. Deprecated. The Google Developers Console [project ID or project
1741
1746
  # number](https://developers.google.com/console/help/new/#projectnumber).
1742
1747
  # This field has been deprecated and replaced by the name field.
1743
1748
  # @param zone [String]
1744
- # Deprecated. The name of the Google Compute Engine
1749
+ # Required. Deprecated. The name of the Google Compute Engine
1745
1750
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1746
1751
  # resides.
1747
1752
  # This field has been deprecated and replaced by the name field.
1748
1753
  # @param cluster_id [String]
1749
- # Deprecated. The name of the cluster.
1754
+ # Required. Deprecated. The name of the cluster.
1750
1755
  # This field has been deprecated and replaced by the name field.
1751
1756
  # @param node_pool_id [String]
1752
- # Deprecated. The name of the node pool to delete.
1757
+ # Required. Deprecated. The name of the node pool to delete.
1753
1758
  # This field has been deprecated and replaced by the name field.
1754
1759
  # @param name [String]
1755
1760
  # The name (project, location, cluster, node pool id) of the node pool to
@@ -1800,23 +1805,23 @@ module Google
1800
1805
  @delete_node_pool.call(req, options, &block)
1801
1806
  end
1802
1807
 
1803
- # Roll back the previously Aborted or Failed NodePool upgrade.
1804
- # This will be an no-op if the last upgrade successfully completed.
1808
+ # Rolls back a previously Aborted or Failed NodePool upgrade.
1809
+ # This makes no changes if the last upgrade successfully completed.
1805
1810
  #
1806
1811
  # @param project_id [String]
1807
- # Deprecated. The Google Developers Console [project ID or project
1812
+ # Required. Deprecated. The Google Developers Console [project ID or project
1808
1813
  # number](https://support.google.com/cloud/answer/6158840).
1809
1814
  # This field has been deprecated and replaced by the name field.
1810
1815
  # @param zone [String]
1811
- # Deprecated. The name of the Google Compute Engine
1816
+ # Required. Deprecated. The name of the Google Compute Engine
1812
1817
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1813
1818
  # resides.
1814
1819
  # This field has been deprecated and replaced by the name field.
1815
1820
  # @param cluster_id [String]
1816
- # Deprecated. The name of the cluster to rollback.
1821
+ # Required. Deprecated. The name of the cluster to rollback.
1817
1822
  # This field has been deprecated and replaced by the name field.
1818
1823
  # @param node_pool_id [String]
1819
- # Deprecated. The name of the node pool to rollback.
1824
+ # Required. Deprecated. The name of the node pool to rollback.
1820
1825
  # This field has been deprecated and replaced by the name field.
1821
1826
  # @param name [String]
1822
1827
  # The name (project, location, cluster, node pool id) of the node poll to
@@ -1870,22 +1875,22 @@ module Google
1870
1875
  # Sets the NodeManagement options for a node pool.
1871
1876
  #
1872
1877
  # @param project_id [String]
1873
- # Deprecated. The Google Developers Console [project ID or project
1878
+ # Required. Deprecated. The Google Developers Console [project ID or project
1874
1879
  # number](https://support.google.com/cloud/answer/6158840).
1875
1880
  # This field has been deprecated and replaced by the name field.
1876
1881
  # @param zone [String]
1877
- # Deprecated. The name of the Google Compute Engine
1882
+ # Required. Deprecated. The name of the Google Compute Engine
1878
1883
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1879
1884
  # resides.
1880
1885
  # This field has been deprecated and replaced by the name field.
1881
1886
  # @param cluster_id [String]
1882
- # Deprecated. The name of the cluster to update.
1887
+ # Required. Deprecated. The name of the cluster to update.
1883
1888
  # This field has been deprecated and replaced by the name field.
1884
1889
  # @param node_pool_id [String]
1885
- # Deprecated. The name of the node pool to update.
1890
+ # Required. Deprecated. The name of the node pool to update.
1886
1891
  # This field has been deprecated and replaced by the name field.
1887
1892
  # @param management [Google::Container::V1beta1::NodeManagement | Hash]
1888
- # NodeManagement configuration for the node pool.
1893
+ # Required. NodeManagement configuration for the node pool.
1889
1894
  # A hash of the same form as `Google::Container::V1beta1::NodeManagement`
1890
1895
  # can also be provided.
1891
1896
  # @param name [String]
@@ -1945,21 +1950,21 @@ module Google
1945
1950
  # Sets labels on a cluster.
1946
1951
  #
1947
1952
  # @param project_id [String]
1948
- # Deprecated. The Google Developers Console [project ID or project
1953
+ # Required. Deprecated. The Google Developers Console [project ID or project
1949
1954
  # number](https://developers.google.com/console/help/new/#projectnumber).
1950
1955
  # This field has been deprecated and replaced by the name field.
1951
1956
  # @param zone [String]
1952
- # Deprecated. The name of the Google Compute Engine
1957
+ # Required. Deprecated. The name of the Google Compute Engine
1953
1958
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
1954
1959
  # resides.
1955
1960
  # This field has been deprecated and replaced by the name field.
1956
1961
  # @param cluster_id [String]
1957
- # Deprecated. The name of the cluster.
1962
+ # Required. Deprecated. The name of the cluster.
1958
1963
  # This field has been deprecated and replaced by the name field.
1959
1964
  # @param resource_labels [Hash{String => String}]
1960
- # The labels to set for that cluster.
1965
+ # Required. The labels to set for that cluster.
1961
1966
  # @param label_fingerprint [String]
1962
- # The fingerprint of the previous set of labels for this resource,
1967
+ # Required. The fingerprint of the previous set of labels for this resource,
1963
1968
  # used to detect conflicts. The fingerprint is initially generated by
1964
1969
  # Kubernetes Engine and changes after every request to modify or update
1965
1970
  # labels. You must always provide an up-to-date fingerprint hash when
@@ -2021,19 +2026,19 @@ module Google
2021
2026
  # Enables or disables the ABAC authorization mechanism on a cluster.
2022
2027
  #
2023
2028
  # @param project_id [String]
2024
- # Deprecated. The Google Developers Console [project ID or project
2029
+ # Required. Deprecated. The Google Developers Console [project ID or project
2025
2030
  # number](https://support.google.com/cloud/answer/6158840).
2026
2031
  # This field has been deprecated and replaced by the name field.
2027
2032
  # @param zone [String]
2028
- # Deprecated. The name of the Google Compute Engine
2033
+ # Required. Deprecated. The name of the Google Compute Engine
2029
2034
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
2030
2035
  # resides.
2031
2036
  # This field has been deprecated and replaced by the name field.
2032
2037
  # @param cluster_id [String]
2033
- # Deprecated. The name of the cluster to update.
2038
+ # Required. Deprecated. The name of the cluster to update.
2034
2039
  # This field has been deprecated and replaced by the name field.
2035
2040
  # @param enabled [true, false]
2036
- # Whether ABAC authorization will be enabled in the cluster.
2041
+ # Required. Whether ABAC authorization will be enabled in the cluster.
2037
2042
  # @param name [String]
2038
2043
  # The name (project, location, cluster id) of the cluster to set legacy abac.
2039
2044
  # Specified in the format 'projects/*/locations/*/clusters/*'.
@@ -2082,19 +2087,19 @@ module Google
2082
2087
  @set_legacy_abac.call(req, options, &block)
2083
2088
  end
2084
2089
 
2085
- # Start master IP rotation.
2090
+ # Starts master IP rotation.
2086
2091
  #
2087
2092
  # @param project_id [String]
2088
- # Deprecated. The Google Developers Console [project ID or project
2093
+ # Required. Deprecated. The Google Developers Console [project ID or project
2089
2094
  # number](https://developers.google.com/console/help/new/#projectnumber).
2090
2095
  # This field has been deprecated and replaced by the name field.
2091
2096
  # @param zone [String]
2092
- # Deprecated. The name of the Google Compute Engine
2097
+ # Required. Deprecated. The name of the Google Compute Engine
2093
2098
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
2094
2099
  # resides.
2095
2100
  # This field has been deprecated and replaced by the name field.
2096
2101
  # @param cluster_id [String]
2097
- # Deprecated. The name of the cluster.
2102
+ # Required. Deprecated. The name of the cluster.
2098
2103
  # This field has been deprecated and replaced by the name field.
2099
2104
  # @param name [String]
2100
2105
  # The name (project, location, cluster id) of the cluster to start IP
@@ -2146,16 +2151,16 @@ module Google
2146
2151
  # Completes master IP rotation.
2147
2152
  #
2148
2153
  # @param project_id [String]
2149
- # Deprecated. The Google Developers Console [project ID or project
2154
+ # Required. Deprecated. The Google Developers Console [project ID or project
2150
2155
  # number](https://developers.google.com/console/help/new/#projectnumber).
2151
2156
  # This field has been deprecated and replaced by the name field.
2152
2157
  # @param zone [String]
2153
- # Deprecated. The name of the Google Compute Engine
2158
+ # Required. Deprecated. The name of the Google Compute Engine
2154
2159
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
2155
2160
  # resides.
2156
2161
  # This field has been deprecated and replaced by the name field.
2157
2162
  # @param cluster_id [String]
2158
- # Deprecated. The name of the cluster.
2163
+ # Required. Deprecated. The name of the cluster.
2159
2164
  # This field has been deprecated and replaced by the name field.
2160
2165
  # @param name [String]
2161
2166
  # The name (project, location, cluster id) of the cluster to complete IP
@@ -2203,22 +2208,22 @@ module Google
2203
2208
  # Sets the size for a specific node pool.
2204
2209
  #
2205
2210
  # @param project_id [String]
2206
- # Deprecated. The Google Developers Console [project ID or project
2211
+ # Required. Deprecated. The Google Developers Console [project ID or project
2207
2212
  # number](https://support.google.com/cloud/answer/6158840).
2208
2213
  # This field has been deprecated and replaced by the name field.
2209
2214
  # @param zone [String]
2210
- # Deprecated. The name of the Google Compute Engine
2215
+ # Required. Deprecated. The name of the Google Compute Engine
2211
2216
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
2212
2217
  # resides.
2213
2218
  # This field has been deprecated and replaced by the name field.
2214
2219
  # @param cluster_id [String]
2215
- # Deprecated. The name of the cluster to update.
2220
+ # Required. Deprecated. The name of the cluster to update.
2216
2221
  # This field has been deprecated and replaced by the name field.
2217
2222
  # @param node_pool_id [String]
2218
- # Deprecated. The name of the node pool to update.
2223
+ # Required. Deprecated. The name of the node pool to update.
2219
2224
  # This field has been deprecated and replaced by the name field.
2220
2225
  # @param node_count [Integer]
2221
- # The desired node count for the pool.
2226
+ # Required. The desired node count for the pool.
2222
2227
  # @param name [String]
2223
2228
  # The name (project, location, cluster, node pool id) of the node pool to set
2224
2229
  # size.
@@ -2273,22 +2278,22 @@ module Google
2273
2278
  @set_node_pool_size.call(req, options, &block)
2274
2279
  end
2275
2280
 
2276
- # Enables/Disables Network Policy for a cluster.
2281
+ # Enables or disables Network Policy for a cluster.
2277
2282
  #
2278
2283
  # @param project_id [String]
2279
- # Deprecated. The Google Developers Console [project ID or project
2284
+ # Required. Deprecated. The Google Developers Console [project ID or project
2280
2285
  # number](https://developers.google.com/console/help/new/#projectnumber).
2281
2286
  # This field has been deprecated and replaced by the name field.
2282
2287
  # @param zone [String]
2283
- # Deprecated. The name of the Google Compute Engine
2288
+ # Required. Deprecated. The name of the Google Compute Engine
2284
2289
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
2285
2290
  # resides.
2286
2291
  # This field has been deprecated and replaced by the name field.
2287
2292
  # @param cluster_id [String]
2288
- # Deprecated. The name of the cluster.
2293
+ # Required. Deprecated. The name of the cluster.
2289
2294
  # This field has been deprecated and replaced by the name field.
2290
2295
  # @param network_policy [Google::Container::V1beta1::NetworkPolicy | Hash]
2291
- # Configuration options for the NetworkPolicy feature.
2296
+ # Required. Configuration options for the NetworkPolicy feature.
2292
2297
  # A hash of the same form as `Google::Container::V1beta1::NetworkPolicy`
2293
2298
  # can also be provided.
2294
2299
  # @param name [String]
@@ -2342,16 +2347,16 @@ module Google
2342
2347
  # Sets the maintenance policy for a cluster.
2343
2348
  #
2344
2349
  # @param project_id [String]
2345
- # The Google Developers Console [project ID or project
2350
+ # Required. The Google Developers Console [project ID or project
2346
2351
  # number](https://support.google.com/cloud/answer/6158840).
2347
2352
  # @param zone [String]
2348
- # The name of the Google Compute Engine
2353
+ # Required. The name of the Google Compute Engine
2349
2354
  # [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
2350
2355
  # resides.
2351
2356
  # @param cluster_id [String]
2352
- # The name of the cluster to update.
2357
+ # Required. The name of the cluster to update.
2353
2358
  # @param maintenance_policy [Google::Container::V1beta1::MaintenancePolicy | Hash]
2354
- # The maintenance policy to be set for the cluster. An empty field
2359
+ # Required. The maintenance policy to be set for the cluster. An empty field
2355
2360
  # clears the existing maintenance policy.
2356
2361
  # A hash of the same form as `Google::Container::V1beta1::MaintenancePolicy`
2357
2362
  # can also be provided.
@@ -2404,10 +2409,10 @@ module Google
2404
2409
  @set_maintenance_policy.call(req, options, &block)
2405
2410
  end
2406
2411
 
2407
- # Lists subnetworks that are usable for creating clusters in a project.
2412
+ # Lists subnetworks that can be used for creating clusters in a project.
2408
2413
  #
2409
2414
  # @param parent [String]
2410
- # The parent project where subnetworks are usable.
2415
+ # Required. The parent project where subnetworks are usable.
2411
2416
  # Specified in the format 'projects/*'.
2412
2417
  # @param filter [String]
2413
2418
  # Filtering currently only supports equality on the networkProjectId and must
@@ -2468,10 +2473,10 @@ module Google
2468
2473
  @list_usable_subnetworks.call(req, options, &block)
2469
2474
  end
2470
2475
 
2471
- # Used to fetch locations that offer GKE.
2476
+ # Fetches locations that offer Google Kubernetes Engine.
2472
2477
  #
2473
2478
  # @param parent [String]
2474
- # Contains the name of the resource requested.
2479
+ # Required. Contains the name of the resource requested.
2475
2480
  # Specified in the format 'projects/*'.
2476
2481
  # @param options [Google::Gax::CallOptions]
2477
2482
  # Overrides the default settings for this call, e.g, timeout,