google-apis-container_v1 0.106.0 → 0.107.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/container_v1/classes.rb +280 -356
- data/lib/google/apis/container_v1/gem_version.rb +2 -2
- data/lib/google/apis/container_v1/service.rb +209 -287
- metadata +2 -2
|
@@ -105,13 +105,12 @@ module Google
|
|
|
105
105
|
# format `projects/*/locations/*`.
|
|
106
106
|
# @param [String] project_id
|
|
107
107
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
108
|
-
#
|
|
109
|
-
#
|
|
110
|
-
# the name field.
|
|
108
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
109
|
+
# field has been deprecated and replaced by the name field.
|
|
111
110
|
# @param [String] zone
|
|
112
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
113
|
-
#
|
|
114
|
-
#
|
|
111
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
112
|
+
# com/compute/docs/zones#available) to return operations for. This field has
|
|
113
|
+
# been deprecated and replaced by the name field.
|
|
115
114
|
# @param [String] fields
|
|
116
115
|
# Selector specifying which fields to include in a partial response.
|
|
117
116
|
# @param [String] quota_user
|
|
@@ -209,12 +208,12 @@ module Google
|
|
|
209
208
|
|
|
210
209
|
# Creates a cluster, consisting of the specified number and type of Google
|
|
211
210
|
# Compute Engine instances. By default, the cluster is created in the project's [
|
|
212
|
-
# default network](https
|
|
213
|
-
#
|
|
214
|
-
#
|
|
215
|
-
#
|
|
216
|
-
#
|
|
217
|
-
#
|
|
211
|
+
# default network](https://cloud.google.com/compute/docs/networks-and-firewalls#
|
|
212
|
+
# networks). One firewall is added for the cluster. After cluster creation, the
|
|
213
|
+
# kubelet creates routes for each node to allow the containers on that node to
|
|
214
|
+
# communicate with all other instances in the cluster. Finally, an entry is
|
|
215
|
+
# added to the project's global metadata indicating which CIDR range the cluster
|
|
216
|
+
# is using.
|
|
218
217
|
# @param [String] parent
|
|
219
218
|
# The parent (project and location) where the cluster will be created. Specified
|
|
220
219
|
# in the format `projects/*/locations/*`.
|
|
@@ -261,14 +260,12 @@ module Google
|
|
|
261
260
|
# and replaced by the name field.
|
|
262
261
|
# @param [String] project_id
|
|
263
262
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
264
|
-
#
|
|
265
|
-
#
|
|
266
|
-
# the name field.
|
|
263
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
264
|
+
# field has been deprecated and replaced by the name field.
|
|
267
265
|
# @param [String] zone
|
|
268
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
269
|
-
#
|
|
270
|
-
#
|
|
271
|
-
# field.
|
|
266
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
267
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
268
|
+
# been deprecated and replaced by the name field.
|
|
272
269
|
# @param [String] fields
|
|
273
270
|
# Selector specifying which fields to include in a partial response.
|
|
274
271
|
# @param [String] quota_user
|
|
@@ -343,14 +340,12 @@ module Google
|
|
|
343
340
|
# deprecated and replaced by the name field.
|
|
344
341
|
# @param [String] project_id
|
|
345
342
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
346
|
-
#
|
|
347
|
-
#
|
|
348
|
-
# the name field.
|
|
343
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
344
|
+
# field has been deprecated and replaced by the name field.
|
|
349
345
|
# @param [String] zone
|
|
350
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
351
|
-
#
|
|
352
|
-
#
|
|
353
|
-
# field.
|
|
346
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
347
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
348
|
+
# been deprecated and replaced by the name field.
|
|
354
349
|
# @param [String] fields
|
|
355
350
|
# Selector specifying which fields to include in a partial response.
|
|
356
351
|
# @param [String] quota_user
|
|
@@ -420,14 +415,12 @@ module Google
|
|
|
420
415
|
# regions.
|
|
421
416
|
# @param [String] project_id
|
|
422
417
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
423
|
-
#
|
|
424
|
-
#
|
|
425
|
-
# the parent field.
|
|
418
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
419
|
+
# field has been deprecated and replaced by the parent field.
|
|
426
420
|
# @param [String] zone
|
|
427
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
428
|
-
#
|
|
429
|
-
#
|
|
430
|
-
# replaced by the parent field.
|
|
421
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
422
|
+
# com/compute/docs/zones#available) in which the cluster resides, or "-" for all
|
|
423
|
+
# zones. This field has been deprecated and replaced by the parent field.
|
|
431
424
|
# @param [String] fields
|
|
432
425
|
# Selector specifying which fields to include in a partial response.
|
|
433
426
|
# @param [String] quota_user
|
|
@@ -526,9 +519,8 @@ module Google
|
|
|
526
519
|
end
|
|
527
520
|
|
|
528
521
|
# Sets the locations for a specific cluster. Deprecated. Use [projects.locations.
|
|
529
|
-
# clusters.update](https
|
|
530
|
-
#
|
|
531
|
-
# instead.
|
|
522
|
+
# clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/
|
|
523
|
+
# rest/v1/projects.locations.clusters/update) instead.
|
|
532
524
|
# @param [String] name
|
|
533
525
|
# The name (project, location, cluster) of the cluster to set locations.
|
|
534
526
|
# Specified in the format `projects/*/locations/*/clusters/*`.
|
|
@@ -951,14 +943,12 @@ module Google
|
|
|
951
943
|
# deprecated and replaced by the name field.
|
|
952
944
|
# @param [String] project_id
|
|
953
945
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
954
|
-
#
|
|
955
|
-
#
|
|
956
|
-
# the name field.
|
|
946
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
947
|
+
# field has been deprecated and replaced by the name field.
|
|
957
948
|
# @param [String] zone
|
|
958
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
959
|
-
#
|
|
960
|
-
#
|
|
961
|
-
# field.
|
|
949
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
950
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
951
|
+
# been deprecated and replaced by the name field.
|
|
962
952
|
# @param [String] fields
|
|
963
953
|
# Selector specifying which fields to include in a partial response.
|
|
964
954
|
# @param [String] quota_user
|
|
@@ -1037,14 +1027,12 @@ module Google
|
|
|
1037
1027
|
# replaced by the name field.
|
|
1038
1028
|
# @param [String] project_id
|
|
1039
1029
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1040
|
-
#
|
|
1041
|
-
#
|
|
1042
|
-
# the name field.
|
|
1030
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1031
|
+
# field has been deprecated and replaced by the name field.
|
|
1043
1032
|
# @param [String] zone
|
|
1044
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1045
|
-
#
|
|
1046
|
-
#
|
|
1047
|
-
# field.
|
|
1033
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1034
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1035
|
+
# been deprecated and replaced by the name field.
|
|
1048
1036
|
# @param [String] fields
|
|
1049
1037
|
# Selector specifying which fields to include in a partial response.
|
|
1050
1038
|
# @param [String] quota_user
|
|
@@ -1085,14 +1073,12 @@ module Google
|
|
|
1085
1073
|
# replaced by the parent field.
|
|
1086
1074
|
# @param [String] project_id
|
|
1087
1075
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1088
|
-
#
|
|
1089
|
-
#
|
|
1090
|
-
# the parent field.
|
|
1076
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1077
|
+
# field has been deprecated and replaced by the parent field.
|
|
1091
1078
|
# @param [String] zone
|
|
1092
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1093
|
-
#
|
|
1094
|
-
#
|
|
1095
|
-
# field.
|
|
1079
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1080
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1081
|
+
# been deprecated and replaced by the parent field.
|
|
1096
1082
|
# @param [String] fields
|
|
1097
1083
|
# Selector specifying which fields to include in a partial response.
|
|
1098
1084
|
# @param [String] quota_user
|
|
@@ -1374,14 +1360,12 @@ module Google
|
|
|
1374
1360
|
# deprecated and replaced by the name field.
|
|
1375
1361
|
# @param [String] project_id
|
|
1376
1362
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1377
|
-
#
|
|
1378
|
-
#
|
|
1379
|
-
# the name field.
|
|
1363
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1364
|
+
# field has been deprecated and replaced by the name field.
|
|
1380
1365
|
# @param [String] zone
|
|
1381
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1382
|
-
#
|
|
1383
|
-
#
|
|
1384
|
-
# field.
|
|
1366
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1367
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1368
|
+
# been deprecated and replaced by the name field.
|
|
1385
1369
|
# @param [String] fields
|
|
1386
1370
|
# Selector specifying which fields to include in a partial response.
|
|
1387
1371
|
# @param [String] quota_user
|
|
@@ -1419,14 +1403,12 @@ module Google
|
|
|
1419
1403
|
# zones and all regions.
|
|
1420
1404
|
# @param [String] project_id
|
|
1421
1405
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1422
|
-
#
|
|
1423
|
-
#
|
|
1424
|
-
# the parent field.
|
|
1406
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1407
|
+
# field has been deprecated and replaced by the parent field.
|
|
1425
1408
|
# @param [String] zone
|
|
1426
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1427
|
-
#
|
|
1428
|
-
#
|
|
1429
|
-
# replaced by the parent field.
|
|
1409
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1410
|
+
# com/compute/docs/zones#available) to return operations for, or `-` for all
|
|
1411
|
+
# zones. This field has been deprecated and replaced by the parent field.
|
|
1430
1412
|
# @param [String] fields
|
|
1431
1413
|
# Selector specifying which fields to include in a partial response.
|
|
1432
1414
|
# @param [String] quota_user
|
|
@@ -1459,13 +1441,12 @@ module Google
|
|
|
1459
1441
|
# Returns configuration info about the Google Kubernetes Engine service.
|
|
1460
1442
|
# @param [String] project_id
|
|
1461
1443
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1462
|
-
#
|
|
1463
|
-
#
|
|
1464
|
-
# the name field.
|
|
1444
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1445
|
+
# field has been deprecated and replaced by the name field.
|
|
1465
1446
|
# @param [String] zone
|
|
1466
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1467
|
-
#
|
|
1468
|
-
#
|
|
1447
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1448
|
+
# com/compute/docs/zones#available) to return operations for. This field has
|
|
1449
|
+
# been deprecated and replaced by the name field.
|
|
1469
1450
|
# @param [String] name
|
|
1470
1451
|
# The name (project and location) of the server config to get, specified in the
|
|
1471
1452
|
# format `projects/*/locations/*`.
|
|
@@ -1501,14 +1482,12 @@ module Google
|
|
|
1501
1482
|
# Sets the addons for a specific cluster.
|
|
1502
1483
|
# @param [String] project_id
|
|
1503
1484
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1504
|
-
#
|
|
1505
|
-
#
|
|
1506
|
-
# the name field.
|
|
1485
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1486
|
+
# field has been deprecated and replaced by the name field.
|
|
1507
1487
|
# @param [String] zone
|
|
1508
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1509
|
-
#
|
|
1510
|
-
#
|
|
1511
|
-
# field.
|
|
1488
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1489
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1490
|
+
# been deprecated and replaced by the name field.
|
|
1512
1491
|
# @param [String] cluster_id
|
|
1513
1492
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
1514
1493
|
# and replaced by the name field.
|
|
@@ -1547,14 +1526,12 @@ module Google
|
|
|
1547
1526
|
# Completes master IP rotation.
|
|
1548
1527
|
# @param [String] project_id
|
|
1549
1528
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1550
|
-
#
|
|
1551
|
-
#
|
|
1552
|
-
# the name field.
|
|
1529
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1530
|
+
# field has been deprecated and replaced by the name field.
|
|
1553
1531
|
# @param [String] zone
|
|
1554
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1555
|
-
#
|
|
1556
|
-
#
|
|
1557
|
-
# field.
|
|
1532
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1533
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1534
|
+
# been deprecated and replaced by the name field.
|
|
1558
1535
|
# @param [String] cluster_id
|
|
1559
1536
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
1560
1537
|
# replaced by the name field.
|
|
@@ -1592,22 +1569,20 @@ module Google
|
|
|
1592
1569
|
|
|
1593
1570
|
# Creates a cluster, consisting of the specified number and type of Google
|
|
1594
1571
|
# Compute Engine instances. By default, the cluster is created in the project's [
|
|
1595
|
-
# default network](https
|
|
1596
|
-
#
|
|
1597
|
-
#
|
|
1598
|
-
#
|
|
1599
|
-
#
|
|
1600
|
-
#
|
|
1572
|
+
# default network](https://cloud.google.com/compute/docs/networks-and-firewalls#
|
|
1573
|
+
# networks). One firewall is added for the cluster. After cluster creation, the
|
|
1574
|
+
# kubelet creates routes for each node to allow the containers on that node to
|
|
1575
|
+
# communicate with all other instances in the cluster. Finally, an entry is
|
|
1576
|
+
# added to the project's global metadata indicating which CIDR range the cluster
|
|
1577
|
+
# is using.
|
|
1601
1578
|
# @param [String] project_id
|
|
1602
1579
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1603
|
-
#
|
|
1604
|
-
#
|
|
1605
|
-
# the parent field.
|
|
1580
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1581
|
+
# field has been deprecated and replaced by the parent field.
|
|
1606
1582
|
# @param [String] zone
|
|
1607
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1608
|
-
#
|
|
1609
|
-
#
|
|
1610
|
-
# field.
|
|
1583
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1584
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1585
|
+
# been deprecated and replaced by the parent field.
|
|
1611
1586
|
# @param [Google::Apis::ContainerV1::CreateClusterRequest] create_cluster_request_object
|
|
1612
1587
|
# @param [String] fields
|
|
1613
1588
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1646,14 +1621,12 @@ module Google
|
|
|
1646
1621
|
# present when the cluster was initially created.
|
|
1647
1622
|
# @param [String] project_id
|
|
1648
1623
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1649
|
-
#
|
|
1650
|
-
#
|
|
1651
|
-
# the name field.
|
|
1624
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1625
|
+
# field has been deprecated and replaced by the name field.
|
|
1652
1626
|
# @param [String] zone
|
|
1653
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1654
|
-
#
|
|
1655
|
-
#
|
|
1656
|
-
# field.
|
|
1627
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1628
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1629
|
+
# been deprecated and replaced by the name field.
|
|
1657
1630
|
# @param [String] cluster_id
|
|
1658
1631
|
# Deprecated. The name of the cluster to delete. This field has been deprecated
|
|
1659
1632
|
# and replaced by the name field.
|
|
@@ -1728,14 +1701,12 @@ module Google
|
|
|
1728
1701
|
# Gets the details of a specific cluster.
|
|
1729
1702
|
# @param [String] project_id
|
|
1730
1703
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1731
|
-
#
|
|
1732
|
-
#
|
|
1733
|
-
# the name field.
|
|
1704
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1705
|
+
# field has been deprecated and replaced by the name field.
|
|
1734
1706
|
# @param [String] zone
|
|
1735
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1736
|
-
#
|
|
1737
|
-
#
|
|
1738
|
-
# field.
|
|
1707
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1708
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1709
|
+
# been deprecated and replaced by the name field.
|
|
1739
1710
|
# @param [String] cluster_id
|
|
1740
1711
|
# Deprecated. The name of the cluster to retrieve. This field has been
|
|
1741
1712
|
# deprecated and replaced by the name field.
|
|
@@ -1775,14 +1746,12 @@ module Google
|
|
|
1775
1746
|
# Enables or disables the ABAC authorization mechanism on a cluster.
|
|
1776
1747
|
# @param [String] project_id
|
|
1777
1748
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1778
|
-
#
|
|
1779
|
-
#
|
|
1780
|
-
# the name field.
|
|
1749
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1750
|
+
# field has been deprecated and replaced by the name field.
|
|
1781
1751
|
# @param [String] zone
|
|
1782
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1783
|
-
#
|
|
1784
|
-
#
|
|
1785
|
-
# field.
|
|
1752
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1753
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1754
|
+
# been deprecated and replaced by the name field.
|
|
1786
1755
|
# @param [String] cluster_id
|
|
1787
1756
|
# Deprecated. The name of the cluster to update. This field has been deprecated
|
|
1788
1757
|
# and replaced by the name field.
|
|
@@ -1822,14 +1791,12 @@ module Google
|
|
|
1822
1791
|
# zones.
|
|
1823
1792
|
# @param [String] project_id
|
|
1824
1793
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1825
|
-
#
|
|
1826
|
-
#
|
|
1827
|
-
# the parent field.
|
|
1794
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1795
|
+
# field has been deprecated and replaced by the parent field.
|
|
1828
1796
|
# @param [String] zone
|
|
1829
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1830
|
-
#
|
|
1831
|
-
#
|
|
1832
|
-
# replaced by the parent field.
|
|
1797
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1798
|
+
# com/compute/docs/zones#available) in which the cluster resides, or "-" for all
|
|
1799
|
+
# zones. This field has been deprecated and replaced by the parent field.
|
|
1833
1800
|
# @param [String] parent
|
|
1834
1801
|
# The parent (project and location) where the clusters will be listed. Specified
|
|
1835
1802
|
# in the format `projects/*/locations/*`. Location "-" matches all zones and all
|
|
@@ -1864,19 +1831,16 @@ module Google
|
|
|
1864
1831
|
end
|
|
1865
1832
|
|
|
1866
1833
|
# Sets the locations for a specific cluster. Deprecated. Use [projects.locations.
|
|
1867
|
-
# clusters.update](https
|
|
1868
|
-
#
|
|
1869
|
-
# instead.
|
|
1834
|
+
# clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/
|
|
1835
|
+
# rest/v1/projects.locations.clusters/update) instead.
|
|
1870
1836
|
# @param [String] project_id
|
|
1871
1837
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1872
|
-
#
|
|
1873
|
-
#
|
|
1874
|
-
# the name field.
|
|
1838
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1839
|
+
# field has been deprecated and replaced by the name field.
|
|
1875
1840
|
# @param [String] zone
|
|
1876
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1877
|
-
#
|
|
1878
|
-
#
|
|
1879
|
-
# field.
|
|
1841
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1842
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1843
|
+
# been deprecated and replaced by the name field.
|
|
1880
1844
|
# @param [String] cluster_id
|
|
1881
1845
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
1882
1846
|
# and replaced by the name field.
|
|
@@ -1915,14 +1879,12 @@ module Google
|
|
|
1915
1879
|
# Sets the logging service for a specific cluster.
|
|
1916
1880
|
# @param [String] project_id
|
|
1917
1881
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1918
|
-
#
|
|
1919
|
-
#
|
|
1920
|
-
# the name field.
|
|
1882
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1883
|
+
# field has been deprecated and replaced by the name field.
|
|
1921
1884
|
# @param [String] zone
|
|
1922
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1923
|
-
#
|
|
1924
|
-
#
|
|
1925
|
-
# field.
|
|
1885
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1886
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1887
|
+
# been deprecated and replaced by the name field.
|
|
1926
1888
|
# @param [String] cluster_id
|
|
1927
1889
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
1928
1890
|
# and replaced by the name field.
|
|
@@ -1961,14 +1923,12 @@ module Google
|
|
|
1961
1923
|
# Updates the master for a specific cluster.
|
|
1962
1924
|
# @param [String] project_id
|
|
1963
1925
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
1964
|
-
#
|
|
1965
|
-
#
|
|
1966
|
-
# the name field.
|
|
1926
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1927
|
+
# field has been deprecated and replaced by the name field.
|
|
1967
1928
|
# @param [String] zone
|
|
1968
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
1969
|
-
#
|
|
1970
|
-
#
|
|
1971
|
-
# field.
|
|
1929
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1930
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1931
|
+
# been deprecated and replaced by the name field.
|
|
1972
1932
|
# @param [String] cluster_id
|
|
1973
1933
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
1974
1934
|
# and replaced by the name field.
|
|
@@ -2007,14 +1967,12 @@ module Google
|
|
|
2007
1967
|
# Sets the monitoring service for a specific cluster.
|
|
2008
1968
|
# @param [String] project_id
|
|
2009
1969
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2010
|
-
#
|
|
2011
|
-
#
|
|
2012
|
-
# the name field.
|
|
1970
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
1971
|
+
# field has been deprecated and replaced by the name field.
|
|
2013
1972
|
# @param [String] zone
|
|
2014
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2015
|
-
#
|
|
2016
|
-
#
|
|
2017
|
-
# field.
|
|
1973
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
1974
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
1975
|
+
# been deprecated and replaced by the name field.
|
|
2018
1976
|
# @param [String] cluster_id
|
|
2019
1977
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
2020
1978
|
# and replaced by the name field.
|
|
@@ -2053,14 +2011,12 @@ module Google
|
|
|
2053
2011
|
# Sets labels on a cluster.
|
|
2054
2012
|
# @param [String] project_id
|
|
2055
2013
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2056
|
-
#
|
|
2057
|
-
#
|
|
2058
|
-
# the name field.
|
|
2014
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2015
|
+
# field has been deprecated and replaced by the name field.
|
|
2059
2016
|
# @param [String] zone
|
|
2060
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2061
|
-
#
|
|
2062
|
-
#
|
|
2063
|
-
# field.
|
|
2017
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2018
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2019
|
+
# been deprecated and replaced by the name field.
|
|
2064
2020
|
# @param [String] cluster_id
|
|
2065
2021
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
2066
2022
|
# replaced by the name field.
|
|
@@ -2099,12 +2055,10 @@ module Google
|
|
|
2099
2055
|
# Sets the maintenance policy for a cluster.
|
|
2100
2056
|
# @param [String] project_id
|
|
2101
2057
|
# Required. The Google Developers Console [project ID or project number](https://
|
|
2102
|
-
#
|
|
2103
|
-
# creating-managing-projects).
|
|
2058
|
+
# cloud.google.com/resource-manager/docs/creating-managing-projects).
|
|
2104
2059
|
# @param [String] zone
|
|
2105
|
-
# Required. The name of the Google Compute Engine [zone](https
|
|
2106
|
-
#
|
|
2107
|
-
# the cluster resides.
|
|
2060
|
+
# Required. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2061
|
+
# com/compute/docs/zones#available) in which the cluster resides.
|
|
2108
2062
|
# @param [String] cluster_id
|
|
2109
2063
|
# Required. The name of the cluster to update.
|
|
2110
2064
|
# @param [Google::Apis::ContainerV1::SetMaintenancePolicyRequest] set_maintenance_policy_request_object
|
|
@@ -2144,14 +2098,12 @@ module Google
|
|
|
2144
2098
|
# password.
|
|
2145
2099
|
# @param [String] project_id
|
|
2146
2100
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2147
|
-
#
|
|
2148
|
-
#
|
|
2149
|
-
# the name field.
|
|
2101
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2102
|
+
# field has been deprecated and replaced by the name field.
|
|
2150
2103
|
# @param [String] zone
|
|
2151
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2152
|
-
#
|
|
2153
|
-
#
|
|
2154
|
-
# field.
|
|
2104
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2105
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2106
|
+
# been deprecated and replaced by the name field.
|
|
2155
2107
|
# @param [String] cluster_id
|
|
2156
2108
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
2157
2109
|
# and replaced by the name field.
|
|
@@ -2190,14 +2142,12 @@ module Google
|
|
|
2190
2142
|
# Enables or disables Network Policy for a cluster.
|
|
2191
2143
|
# @param [String] project_id
|
|
2192
2144
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2193
|
-
#
|
|
2194
|
-
#
|
|
2195
|
-
# the name field.
|
|
2145
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2146
|
+
# field has been deprecated and replaced by the name field.
|
|
2196
2147
|
# @param [String] zone
|
|
2197
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2198
|
-
#
|
|
2199
|
-
#
|
|
2200
|
-
# field.
|
|
2148
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2149
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2150
|
+
# been deprecated and replaced by the name field.
|
|
2201
2151
|
# @param [String] cluster_id
|
|
2202
2152
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
2203
2153
|
# replaced by the name field.
|
|
@@ -2236,14 +2186,12 @@ module Google
|
|
|
2236
2186
|
# Starts master IP rotation.
|
|
2237
2187
|
# @param [String] project_id
|
|
2238
2188
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2239
|
-
#
|
|
2240
|
-
#
|
|
2241
|
-
# the name field.
|
|
2189
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2190
|
+
# field has been deprecated and replaced by the name field.
|
|
2242
2191
|
# @param [String] zone
|
|
2243
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2244
|
-
#
|
|
2245
|
-
#
|
|
2246
|
-
# field.
|
|
2192
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2193
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2194
|
+
# been deprecated and replaced by the name field.
|
|
2247
2195
|
# @param [String] cluster_id
|
|
2248
2196
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
2249
2197
|
# replaced by the name field.
|
|
@@ -2282,14 +2230,12 @@ module Google
|
|
|
2282
2230
|
# Updates the settings of a specific cluster.
|
|
2283
2231
|
# @param [String] project_id
|
|
2284
2232
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2285
|
-
#
|
|
2286
|
-
#
|
|
2287
|
-
# the name field.
|
|
2233
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2234
|
+
# field has been deprecated and replaced by the name field.
|
|
2288
2235
|
# @param [String] zone
|
|
2289
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2290
|
-
#
|
|
2291
|
-
#
|
|
2292
|
-
# field.
|
|
2236
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2237
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2238
|
+
# been deprecated and replaced by the name field.
|
|
2293
2239
|
# @param [String] cluster_id
|
|
2294
2240
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
2295
2241
|
# and replaced by the name field.
|
|
@@ -2328,14 +2274,12 @@ module Google
|
|
|
2328
2274
|
# Sets the autoscaling settings for the specified node pool.
|
|
2329
2275
|
# @param [String] project_id
|
|
2330
2276
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2331
|
-
#
|
|
2332
|
-
#
|
|
2333
|
-
# the name field.
|
|
2277
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2278
|
+
# field has been deprecated and replaced by the name field.
|
|
2334
2279
|
# @param [String] zone
|
|
2335
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2336
|
-
#
|
|
2337
|
-
#
|
|
2338
|
-
# field.
|
|
2280
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2281
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2282
|
+
# been deprecated and replaced by the name field.
|
|
2339
2283
|
# @param [String] cluster_id
|
|
2340
2284
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
2341
2285
|
# and replaced by the name field.
|
|
@@ -2378,14 +2322,12 @@ module Google
|
|
|
2378
2322
|
# Creates a node pool for a cluster.
|
|
2379
2323
|
# @param [String] project_id
|
|
2380
2324
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2381
|
-
#
|
|
2382
|
-
#
|
|
2383
|
-
# the parent field.
|
|
2325
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2326
|
+
# field has been deprecated and replaced by the parent field.
|
|
2384
2327
|
# @param [String] zone
|
|
2385
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2386
|
-
#
|
|
2387
|
-
#
|
|
2388
|
-
# field.
|
|
2328
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2329
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2330
|
+
# been deprecated and replaced by the parent field.
|
|
2389
2331
|
# @param [String] cluster_id
|
|
2390
2332
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
2391
2333
|
# replaced by the parent field.
|
|
@@ -2424,14 +2366,12 @@ module Google
|
|
|
2424
2366
|
# Deletes a node pool from a cluster.
|
|
2425
2367
|
# @param [String] project_id
|
|
2426
2368
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2427
|
-
#
|
|
2428
|
-
#
|
|
2429
|
-
# the name field.
|
|
2369
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2370
|
+
# field has been deprecated and replaced by the name field.
|
|
2430
2371
|
# @param [String] zone
|
|
2431
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2432
|
-
#
|
|
2433
|
-
#
|
|
2434
|
-
# field.
|
|
2372
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2373
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2374
|
+
# been deprecated and replaced by the name field.
|
|
2435
2375
|
# @param [String] cluster_id
|
|
2436
2376
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
2437
2377
|
# replaced by the name field.
|
|
@@ -2510,14 +2450,12 @@ module Google
|
|
|
2510
2450
|
# Retrieves the requested node pool.
|
|
2511
2451
|
# @param [String] project_id
|
|
2512
2452
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2513
|
-
#
|
|
2514
|
-
#
|
|
2515
|
-
# the name field.
|
|
2453
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2454
|
+
# field has been deprecated and replaced by the name field.
|
|
2516
2455
|
# @param [String] zone
|
|
2517
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2518
|
-
#
|
|
2519
|
-
#
|
|
2520
|
-
# field.
|
|
2456
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2457
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2458
|
+
# been deprecated and replaced by the name field.
|
|
2521
2459
|
# @param [String] cluster_id
|
|
2522
2460
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
2523
2461
|
# replaced by the name field.
|
|
@@ -2561,14 +2499,12 @@ module Google
|
|
|
2561
2499
|
# Lists the node pools for a cluster.
|
|
2562
2500
|
# @param [String] project_id
|
|
2563
2501
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2564
|
-
#
|
|
2565
|
-
#
|
|
2566
|
-
# the parent field.
|
|
2502
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2503
|
+
# field has been deprecated and replaced by the parent field.
|
|
2567
2504
|
# @param [String] zone
|
|
2568
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2569
|
-
#
|
|
2570
|
-
#
|
|
2571
|
-
# field.
|
|
2505
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2506
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2507
|
+
# been deprecated and replaced by the parent field.
|
|
2572
2508
|
# @param [String] cluster_id
|
|
2573
2509
|
# Deprecated. The name of the cluster. This field has been deprecated and
|
|
2574
2510
|
# replaced by the parent field.
|
|
@@ -2609,14 +2545,12 @@ module Google
|
|
|
2609
2545
|
# changes if the last upgrade successfully completed.
|
|
2610
2546
|
# @param [String] project_id
|
|
2611
2547
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2612
|
-
#
|
|
2613
|
-
#
|
|
2614
|
-
# the name field.
|
|
2548
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2549
|
+
# field has been deprecated and replaced by the name field.
|
|
2615
2550
|
# @param [String] zone
|
|
2616
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2617
|
-
#
|
|
2618
|
-
#
|
|
2619
|
-
# field.
|
|
2551
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2552
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2553
|
+
# been deprecated and replaced by the name field.
|
|
2620
2554
|
# @param [String] cluster_id
|
|
2621
2555
|
# Deprecated. The name of the cluster to rollback. This field has been
|
|
2622
2556
|
# deprecated and replaced by the name field.
|
|
@@ -2659,14 +2593,12 @@ module Google
|
|
|
2659
2593
|
# Sets the NodeManagement options for a node pool.
|
|
2660
2594
|
# @param [String] project_id
|
|
2661
2595
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2662
|
-
#
|
|
2663
|
-
#
|
|
2664
|
-
# the name field.
|
|
2596
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2597
|
+
# field has been deprecated and replaced by the name field.
|
|
2665
2598
|
# @param [String] zone
|
|
2666
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2667
|
-
#
|
|
2668
|
-
#
|
|
2669
|
-
# field.
|
|
2599
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2600
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2601
|
+
# been deprecated and replaced by the name field.
|
|
2670
2602
|
# @param [String] cluster_id
|
|
2671
2603
|
# Deprecated. The name of the cluster to update. This field has been deprecated
|
|
2672
2604
|
# and replaced by the name field.
|
|
@@ -2710,14 +2642,12 @@ module Google
|
|
|
2710
2642
|
# replicas, including future replicas created by modifying NodePool.locations.
|
|
2711
2643
|
# @param [String] project_id
|
|
2712
2644
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2713
|
-
#
|
|
2714
|
-
#
|
|
2715
|
-
# the name field.
|
|
2645
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2646
|
+
# field has been deprecated and replaced by the name field.
|
|
2716
2647
|
# @param [String] zone
|
|
2717
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2718
|
-
#
|
|
2719
|
-
#
|
|
2720
|
-
# field.
|
|
2648
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2649
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2650
|
+
# been deprecated and replaced by the name field.
|
|
2721
2651
|
# @param [String] cluster_id
|
|
2722
2652
|
# Deprecated. The name of the cluster to update. This field has been deprecated
|
|
2723
2653
|
# and replaced by the name field.
|
|
@@ -2760,14 +2690,12 @@ module Google
|
|
|
2760
2690
|
# Updates the version and/or image type for the specified node pool.
|
|
2761
2691
|
# @param [String] project_id
|
|
2762
2692
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2763
|
-
#
|
|
2764
|
-
#
|
|
2765
|
-
# the name field.
|
|
2693
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2694
|
+
# field has been deprecated and replaced by the name field.
|
|
2766
2695
|
# @param [String] zone
|
|
2767
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2768
|
-
#
|
|
2769
|
-
#
|
|
2770
|
-
# field.
|
|
2696
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2697
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2698
|
+
# been deprecated and replaced by the name field.
|
|
2771
2699
|
# @param [String] cluster_id
|
|
2772
2700
|
# Deprecated. The name of the cluster to upgrade. This field has been deprecated
|
|
2773
2701
|
# and replaced by the name field.
|
|
@@ -2810,14 +2738,12 @@ module Google
|
|
|
2810
2738
|
# Cancels the specified operation.
|
|
2811
2739
|
# @param [String] project_id
|
|
2812
2740
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2813
|
-
#
|
|
2814
|
-
#
|
|
2815
|
-
# the name field.
|
|
2741
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2742
|
+
# field has been deprecated and replaced by the name field.
|
|
2816
2743
|
# @param [String] zone
|
|
2817
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2818
|
-
#
|
|
2819
|
-
#
|
|
2820
|
-
# field.
|
|
2744
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2745
|
+
# com/compute/docs/zones#available) in which the operation resides. This field
|
|
2746
|
+
# has been deprecated and replaced by the name field.
|
|
2821
2747
|
# @param [String] operation_id
|
|
2822
2748
|
# Deprecated. The server-assigned `name` of the operation. This field has been
|
|
2823
2749
|
# deprecated and replaced by the name field.
|
|
@@ -2856,14 +2782,12 @@ module Google
|
|
|
2856
2782
|
# Gets the specified operation.
|
|
2857
2783
|
# @param [String] project_id
|
|
2858
2784
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2859
|
-
#
|
|
2860
|
-
#
|
|
2861
|
-
# the name field.
|
|
2785
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2786
|
+
# field has been deprecated and replaced by the name field.
|
|
2862
2787
|
# @param [String] zone
|
|
2863
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2864
|
-
#
|
|
2865
|
-
#
|
|
2866
|
-
# field.
|
|
2788
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2789
|
+
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
|
2790
|
+
# been deprecated and replaced by the name field.
|
|
2867
2791
|
# @param [String] operation_id
|
|
2868
2792
|
# Deprecated. The server-assigned `name` of the operation. This field has been
|
|
2869
2793
|
# deprecated and replaced by the name field.
|
|
@@ -2903,14 +2827,12 @@ module Google
|
|
|
2903
2827
|
# Lists all operations in a project in a specific zone or all zones.
|
|
2904
2828
|
# @param [String] project_id
|
|
2905
2829
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
|
2906
|
-
#
|
|
2907
|
-
#
|
|
2908
|
-
# the parent field.
|
|
2830
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
|
2831
|
+
# field has been deprecated and replaced by the parent field.
|
|
2909
2832
|
# @param [String] zone
|
|
2910
|
-
# Deprecated. The name of the Google Compute Engine [zone](https
|
|
2911
|
-
#
|
|
2912
|
-
#
|
|
2913
|
-
# replaced by the parent field.
|
|
2833
|
+
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
|
2834
|
+
# com/compute/docs/zones#available) to return operations for, or `-` for all
|
|
2835
|
+
# zones. This field has been deprecated and replaced by the parent field.
|
|
2914
2836
|
# @param [String] parent
|
|
2915
2837
|
# The parent (project and location) where the operations will be listed.
|
|
2916
2838
|
# Specified in the format `projects/*/locations/*`. Location "-" matches all
|