google-apis-container_v1beta1 0.94.0 → 0.95.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.
@@ -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
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
109
- # creating-managing-projects). This field has been deprecated and replaced by
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://`$universe.
113
- # dns_names.final_documentation_domain`/compute/docs/zones#available) to return
114
- # operations for. This field has been deprecated and replaced by the name field.
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
@@ -240,12 +239,12 @@ module Google
240
239
 
241
240
  # Creates a cluster, consisting of the specified number and type of Google
242
241
  # Compute Engine instances. By default, the cluster is created in the project's [
243
- # default network](https://`$universe.dns_names.final_documentation_domain`/
244
- # compute/docs/networks-and-firewalls#networks). One firewall is added for the
245
- # cluster. After cluster creation, the Kubelet creates routes for each node to
246
- # allow the containers on that node to communicate with all other instances in
247
- # the cluster. Finally, an entry is added to the project's global metadata
248
- # indicating which CIDR range the cluster is using.
242
+ # default network](https://cloud.google.com/compute/docs/networks-and-firewalls#
243
+ # networks). One firewall is added for the cluster. After cluster creation, the
244
+ # kubelet creates routes for each node to allow the containers on that node to
245
+ # communicate with all other instances in the cluster. Finally, an entry is
246
+ # added to the project's global metadata indicating which CIDR range the cluster
247
+ # is using.
249
248
  # @param [String] parent
250
249
  # The parent (project and location) where the cluster will be created. Specified
251
250
  # in the format `projects/*/locations/*`.
@@ -292,14 +291,12 @@ module Google
292
291
  # and replaced by the name field.
293
292
  # @param [String] project_id
294
293
  # Deprecated. The Google Developers Console [project ID or project number](https:
295
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
296
- # creating-managing-projects). This field has been deprecated and replaced by
297
- # the name field.
294
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
295
+ # field has been deprecated and replaced by the name field.
298
296
  # @param [String] zone
299
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
300
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
301
- # the cluster resides. This field has been deprecated and replaced by the name
302
- # field.
297
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
298
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
299
+ # been deprecated and replaced by the name field.
303
300
  # @param [String] fields
304
301
  # Selector specifying which fields to include in a partial response.
305
302
  # @param [String] quota_user
@@ -374,14 +371,12 @@ module Google
374
371
  # deprecated and replaced by the name field.
375
372
  # @param [String] project_id
376
373
  # Deprecated. The Google Developers Console [project ID or project number](https:
377
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
378
- # creating-managing-projects). This field has been deprecated and replaced by
379
- # the name field.
374
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
375
+ # field has been deprecated and replaced by the name field.
380
376
  # @param [String] zone
381
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
382
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
383
- # the cluster resides. This field has been deprecated and replaced by the name
384
- # field.
377
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
378
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
379
+ # been deprecated and replaced by the name field.
385
380
  # @param [String] fields
386
381
  # Selector specifying which fields to include in a partial response.
387
382
  # @param [String] quota_user
@@ -451,14 +446,12 @@ module Google
451
446
  # regions.
452
447
  # @param [String] project_id
453
448
  # Deprecated. The Google Developers Console [project ID or project number](https:
454
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
455
- # creating-managing-projects). This field has been deprecated and replaced by
456
- # the parent field.
449
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
450
+ # field has been deprecated and replaced by the parent field.
457
451
  # @param [String] zone
458
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
459
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
460
- # the cluster resides, or "-" for all zones. This field has been deprecated and
461
- # replaced by the parent field.
452
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
453
+ # com/compute/docs/zones#available) in which the cluster resides, or "-" for all
454
+ # zones. This field has been deprecated and replaced by the parent field.
462
455
  # @param [String] fields
463
456
  # Selector specifying which fields to include in a partial response.
464
457
  # @param [String] quota_user
@@ -557,9 +550,8 @@ module Google
557
550
  end
558
551
 
559
552
  # Sets the locations for a specific cluster. Deprecated. Use [projects.locations.
560
- # clusters.update](https://`$universe.dns_names.final_documentation_domain`/
561
- # kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/
562
- # update) instead.
553
+ # clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/
554
+ # rest/v1beta1/projects.locations.clusters/update) instead.
563
555
  # @param [String] name
564
556
  # The name (project, location, cluster) of the cluster to set locations.
565
557
  # Specified in the format `projects/*/locations/*/clusters/*`.
@@ -982,14 +974,12 @@ module Google
982
974
  # deprecated and replaced by the name field.
983
975
  # @param [String] project_id
984
976
  # Deprecated. The Google Developers Console [project ID or project number](https:
985
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
986
- # creating-managing-projects). This field has been deprecated and replaced by
987
- # the name field.
977
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
978
+ # field has been deprecated and replaced by the name field.
988
979
  # @param [String] zone
989
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
990
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
991
- # the cluster resides. This field has been deprecated and replaced by the name
992
- # field.
980
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
981
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
982
+ # been deprecated and replaced by the name field.
993
983
  # @param [String] fields
994
984
  # Selector specifying which fields to include in a partial response.
995
985
  # @param [String] quota_user
@@ -1068,14 +1058,12 @@ module Google
1068
1058
  # replaced by the name field.
1069
1059
  # @param [String] project_id
1070
1060
  # Deprecated. The Google Developers Console [project ID or project number](https:
1071
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1072
- # creating-managing-projects). This field has been deprecated and replaced by
1073
- # the name field.
1061
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1062
+ # field has been deprecated and replaced by the name field.
1074
1063
  # @param [String] zone
1075
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1076
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1077
- # the cluster resides. This field has been deprecated and replaced by the name
1078
- # field.
1064
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1065
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1066
+ # been deprecated and replaced by the name field.
1079
1067
  # @param [String] fields
1080
1068
  # Selector specifying which fields to include in a partial response.
1081
1069
  # @param [String] quota_user
@@ -1116,14 +1104,12 @@ module Google
1116
1104
  # replaced by the parent field.
1117
1105
  # @param [String] project_id
1118
1106
  # Deprecated. The Google Developers Console [project ID or project number](https:
1119
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1120
- # creating-managing-projects). This field has been deprecated and replaced by
1121
- # the parent field.
1107
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1108
+ # field has been deprecated and replaced by the parent field.
1122
1109
  # @param [String] zone
1123
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1124
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1125
- # the cluster resides. This field has been deprecated and replaced by the parent
1126
- # field.
1110
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1111
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1112
+ # been deprecated and replaced by the parent field.
1127
1113
  # @param [String] fields
1128
1114
  # Selector specifying which fields to include in a partial response.
1129
1115
  # @param [String] quota_user
@@ -1406,14 +1392,12 @@ module Google
1406
1392
  # deprecated and replaced by the name field.
1407
1393
  # @param [String] project_id
1408
1394
  # Deprecated. The Google Developers Console [project ID or project number](https:
1409
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1410
- # creating-managing-projects). This field has been deprecated and replaced by
1411
- # the name field.
1395
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1396
+ # field has been deprecated and replaced by the name field.
1412
1397
  # @param [String] zone
1413
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1414
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1415
- # the cluster resides. This field has been deprecated and replaced by the name
1416
- # field.
1398
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1399
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1400
+ # been deprecated and replaced by the name field.
1417
1401
  # @param [String] fields
1418
1402
  # Selector specifying which fields to include in a partial response.
1419
1403
  # @param [String] quota_user
@@ -1451,14 +1435,12 @@ module Google
1451
1435
  # zones and all regions.
1452
1436
  # @param [String] project_id
1453
1437
  # Deprecated. The Google Developers Console [project ID or project number](https:
1454
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1455
- # creating-managing-projects). This field has been deprecated and replaced by
1456
- # the parent field.
1438
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1439
+ # field has been deprecated and replaced by the parent field.
1457
1440
  # @param [String] zone
1458
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1459
- # dns_names.final_documentation_domain`/compute/docs/zones#available) to return
1460
- # operations for, or `-` for all zones. This field has been deprecated and
1461
- # replaced by the parent field.
1441
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1442
+ # com/compute/docs/zones#available) to return operations for, or `-` for all
1443
+ # zones. This field has been deprecated and replaced by the parent field.
1462
1444
  # @param [String] fields
1463
1445
  # Selector specifying which fields to include in a partial response.
1464
1446
  # @param [String] quota_user
@@ -1491,13 +1473,12 @@ module Google
1491
1473
  # Returns configuration info about the Google Kubernetes Engine service.
1492
1474
  # @param [String] project_id
1493
1475
  # Deprecated. The Google Developers Console [project ID or project number](https:
1494
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1495
- # creating-managing-projects). This field has been deprecated and replaced by
1496
- # the name field.
1476
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1477
+ # field has been deprecated and replaced by the name field.
1497
1478
  # @param [String] zone
1498
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1499
- # dns_names.final_documentation_domain`/compute/docs/zones#available) to return
1500
- # operations for. This field has been deprecated and replaced by the name field.
1479
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1480
+ # com/compute/docs/zones#available) to return operations for. This field has
1481
+ # been deprecated and replaced by the name field.
1501
1482
  # @param [String] name
1502
1483
  # The name (project and location) of the server config to get, specified in the
1503
1484
  # format `projects/*/locations/*`.
@@ -1533,14 +1514,12 @@ module Google
1533
1514
  # Sets the addons for a specific cluster.
1534
1515
  # @param [String] project_id
1535
1516
  # Deprecated. The Google Developers Console [project ID or project number](https:
1536
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1537
- # creating-managing-projects). This field has been deprecated and replaced by
1538
- # the name field.
1517
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1518
+ # field has been deprecated and replaced by the name field.
1539
1519
  # @param [String] zone
1540
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1541
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1542
- # the cluster resides. This field has been deprecated and replaced by the name
1543
- # field.
1520
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1521
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1522
+ # been deprecated and replaced by the name field.
1544
1523
  # @param [String] cluster_id
1545
1524
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
1546
1525
  # and replaced by the name field.
@@ -1579,14 +1558,12 @@ module Google
1579
1558
  # Completes master IP rotation.
1580
1559
  # @param [String] project_id
1581
1560
  # Deprecated. The Google Developers Console [project ID or project number](https:
1582
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1583
- # creating-managing-projects). This field has been deprecated and replaced by
1584
- # the name field.
1561
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1562
+ # field has been deprecated and replaced by the name field.
1585
1563
  # @param [String] zone
1586
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1587
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1588
- # the cluster resides. This field has been deprecated and replaced by the name
1589
- # field.
1564
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1565
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1566
+ # been deprecated and replaced by the name field.
1590
1567
  # @param [String] cluster_id
1591
1568
  # Deprecated. The name of the cluster. This field has been deprecated and
1592
1569
  # replaced by the name field.
@@ -1624,22 +1601,20 @@ module Google
1624
1601
 
1625
1602
  # Creates a cluster, consisting of the specified number and type of Google
1626
1603
  # Compute Engine instances. By default, the cluster is created in the project's [
1627
- # default network](https://`$universe.dns_names.final_documentation_domain`/
1628
- # compute/docs/networks-and-firewalls#networks). One firewall is added for the
1629
- # cluster. After cluster creation, the Kubelet creates routes for each node to
1630
- # allow the containers on that node to communicate with all other instances in
1631
- # the cluster. Finally, an entry is added to the project's global metadata
1632
- # indicating which CIDR range the cluster is using.
1604
+ # default network](https://cloud.google.com/compute/docs/networks-and-firewalls#
1605
+ # networks). One firewall is added for the cluster. After cluster creation, the
1606
+ # kubelet creates routes for each node to allow the containers on that node to
1607
+ # communicate with all other instances in the cluster. Finally, an entry is
1608
+ # added to the project's global metadata indicating which CIDR range the cluster
1609
+ # is using.
1633
1610
  # @param [String] project_id
1634
1611
  # Deprecated. The Google Developers Console [project ID or project number](https:
1635
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1636
- # creating-managing-projects). This field has been deprecated and replaced by
1637
- # the parent field.
1612
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1613
+ # field has been deprecated and replaced by the parent field.
1638
1614
  # @param [String] zone
1639
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1640
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1641
- # the cluster resides. This field has been deprecated and replaced by the parent
1642
- # field.
1615
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1616
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1617
+ # been deprecated and replaced by the parent field.
1643
1618
  # @param [Google::Apis::ContainerV1beta1::CreateClusterRequest] create_cluster_request_object
1644
1619
  # @param [String] fields
1645
1620
  # Selector specifying which fields to include in a partial response.
@@ -1678,14 +1653,12 @@ module Google
1678
1653
  # present when the cluster was initially created.
1679
1654
  # @param [String] project_id
1680
1655
  # Deprecated. The Google Developers Console [project ID or project number](https:
1681
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1682
- # creating-managing-projects). This field has been deprecated and replaced by
1683
- # the name field.
1656
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1657
+ # field has been deprecated and replaced by the name field.
1684
1658
  # @param [String] zone
1685
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1686
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1687
- # the cluster resides. This field has been deprecated and replaced by the name
1688
- # field.
1659
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1660
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1661
+ # been deprecated and replaced by the name field.
1689
1662
  # @param [String] cluster_id
1690
1663
  # Deprecated. The name of the cluster to delete. This field has been deprecated
1691
1664
  # and replaced by the name field.
@@ -1760,14 +1733,12 @@ module Google
1760
1733
  # Gets the details for a specific cluster.
1761
1734
  # @param [String] project_id
1762
1735
  # Deprecated. The Google Developers Console [project ID or project number](https:
1763
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1764
- # creating-managing-projects). This field has been deprecated and replaced by
1765
- # the name field.
1736
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1737
+ # field has been deprecated and replaced by the name field.
1766
1738
  # @param [String] zone
1767
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1768
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1769
- # the cluster resides. This field has been deprecated and replaced by the name
1770
- # field.
1739
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1740
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1741
+ # been deprecated and replaced by the name field.
1771
1742
  # @param [String] cluster_id
1772
1743
  # Deprecated. The name of the cluster to retrieve. This field has been
1773
1744
  # deprecated and replaced by the name field.
@@ -1807,14 +1778,12 @@ module Google
1807
1778
  # Enables or disables the ABAC authorization mechanism on a cluster.
1808
1779
  # @param [String] project_id
1809
1780
  # Deprecated. The Google Developers Console [project ID or project number](https:
1810
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1811
- # creating-managing-projects). This field has been deprecated and replaced by
1812
- # the name field.
1781
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1782
+ # field has been deprecated and replaced by the name field.
1813
1783
  # @param [String] zone
1814
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1815
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1816
- # the cluster resides. This field has been deprecated and replaced by the name
1817
- # field.
1784
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1785
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1786
+ # been deprecated and replaced by the name field.
1818
1787
  # @param [String] cluster_id
1819
1788
  # Deprecated. The name of the cluster to update. This field has been deprecated
1820
1789
  # and replaced by the name field.
@@ -1854,14 +1823,12 @@ module Google
1854
1823
  # zones.
1855
1824
  # @param [String] project_id
1856
1825
  # Deprecated. The Google Developers Console [project ID or project number](https:
1857
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1858
- # creating-managing-projects). This field has been deprecated and replaced by
1859
- # the parent field.
1826
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1827
+ # field has been deprecated and replaced by the parent field.
1860
1828
  # @param [String] zone
1861
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1862
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1863
- # the cluster resides, or "-" for all zones. This field has been deprecated and
1864
- # replaced by the parent field.
1829
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1830
+ # com/compute/docs/zones#available) in which the cluster resides, or "-" for all
1831
+ # zones. This field has been deprecated and replaced by the parent field.
1865
1832
  # @param [String] parent
1866
1833
  # The parent (project and location) where the clusters will be listed. Specified
1867
1834
  # in the format `projects/*/locations/*`. Location "-" matches all zones and all
@@ -1896,19 +1863,16 @@ module Google
1896
1863
  end
1897
1864
 
1898
1865
  # Sets the locations for a specific cluster. Deprecated. Use [projects.locations.
1899
- # clusters.update](https://`$universe.dns_names.final_documentation_domain`/
1900
- # kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/
1901
- # update) instead.
1866
+ # clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/
1867
+ # rest/v1beta1/projects.locations.clusters/update) instead.
1902
1868
  # @param [String] project_id
1903
1869
  # Deprecated. The Google Developers Console [project ID or project number](https:
1904
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1905
- # creating-managing-projects). This field has been deprecated and replaced by
1906
- # the name field.
1870
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1871
+ # field has been deprecated and replaced by the name field.
1907
1872
  # @param [String] zone
1908
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1909
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1910
- # the cluster resides. This field has been deprecated and replaced by the name
1911
- # field.
1873
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1874
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1875
+ # been deprecated and replaced by the name field.
1912
1876
  # @param [String] cluster_id
1913
1877
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
1914
1878
  # and replaced by the name field.
@@ -1947,14 +1911,12 @@ module Google
1947
1911
  # Sets the logging service for a specific cluster.
1948
1912
  # @param [String] project_id
1949
1913
  # Deprecated. The Google Developers Console [project ID or project number](https:
1950
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1951
- # creating-managing-projects). This field has been deprecated and replaced by
1952
- # the name field.
1914
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1915
+ # field has been deprecated and replaced by the name field.
1953
1916
  # @param [String] zone
1954
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
1955
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1956
- # the cluster resides. This field has been deprecated and replaced by the name
1957
- # field.
1917
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1918
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1919
+ # been deprecated and replaced by the name field.
1958
1920
  # @param [String] cluster_id
1959
1921
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
1960
1922
  # and replaced by the name field.
@@ -1993,14 +1955,12 @@ module Google
1993
1955
  # Updates the master for a specific cluster.
1994
1956
  # @param [String] project_id
1995
1957
  # Deprecated. The Google Developers Console [project ID or project number](https:
1996
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
1997
- # creating-managing-projects). This field has been deprecated and replaced by
1998
- # the name field.
1958
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
1959
+ # field has been deprecated and replaced by the name field.
1999
1960
  # @param [String] zone
2000
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2001
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2002
- # the cluster resides. This field has been deprecated and replaced by the name
2003
- # field.
1961
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
1962
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
1963
+ # been deprecated and replaced by the name field.
2004
1964
  # @param [String] cluster_id
2005
1965
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
2006
1966
  # and replaced by the name field.
@@ -2039,14 +1999,12 @@ module Google
2039
1999
  # Sets the monitoring service for a specific cluster.
2040
2000
  # @param [String] project_id
2041
2001
  # Deprecated. The Google Developers Console [project ID or project number](https:
2042
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2043
- # creating-managing-projects). This field has been deprecated and replaced by
2044
- # the name field.
2002
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2003
+ # field has been deprecated and replaced by the name field.
2045
2004
  # @param [String] zone
2046
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2047
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2048
- # the cluster resides. This field has been deprecated and replaced by the name
2049
- # field.
2005
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2006
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2007
+ # been deprecated and replaced by the name field.
2050
2008
  # @param [String] cluster_id
2051
2009
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
2052
2010
  # and replaced by the name field.
@@ -2085,14 +2043,12 @@ module Google
2085
2043
  # Sets labels on a cluster.
2086
2044
  # @param [String] project_id
2087
2045
  # Deprecated. The Google Developers Console [project ID or project number](https:
2088
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2089
- # creating-managing-projects). This field has been deprecated and replaced by
2090
- # the name field.
2046
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2047
+ # field has been deprecated and replaced by the name field.
2091
2048
  # @param [String] zone
2092
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2093
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2094
- # the cluster resides. This field has been deprecated and replaced by the name
2095
- # field.
2049
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2050
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2051
+ # been deprecated and replaced by the name field.
2096
2052
  # @param [String] cluster_id
2097
2053
  # Deprecated. The name of the cluster. This field has been deprecated and
2098
2054
  # replaced by the name field.
@@ -2131,12 +2087,10 @@ module Google
2131
2087
  # Sets the maintenance policy for a cluster.
2132
2088
  # @param [String] project_id
2133
2089
  # Required. The Google Developers Console [project ID or project number](https://
2134
- # `$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2135
- # creating-managing-projects).
2090
+ # cloud.google.com/resource-manager/docs/creating-managing-projects).
2136
2091
  # @param [String] zone
2137
- # Required. The name of the Google Compute Engine [zone](https://`$universe.
2138
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2139
- # the cluster resides.
2092
+ # Required. The name of the Google Compute Engine [zone](https://cloud.google.
2093
+ # com/compute/docs/zones#available) in which the cluster resides.
2140
2094
  # @param [String] cluster_id
2141
2095
  # Required. The name of the cluster to update.
2142
2096
  # @param [Google::Apis::ContainerV1beta1::SetMaintenancePolicyRequest] set_maintenance_policy_request_object
@@ -2176,14 +2130,12 @@ module Google
2176
2130
  # password.
2177
2131
  # @param [String] project_id
2178
2132
  # Deprecated. The Google Developers Console [project ID or project number](https:
2179
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2180
- # creating-managing-projects). This field has been deprecated and replaced by
2181
- # the name field.
2133
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2134
+ # field has been deprecated and replaced by the name field.
2182
2135
  # @param [String] zone
2183
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2184
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2185
- # the cluster resides. This field has been deprecated and replaced by the name
2186
- # field.
2136
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2137
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2138
+ # been deprecated and replaced by the name field.
2187
2139
  # @param [String] cluster_id
2188
2140
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
2189
2141
  # and replaced by the name field.
@@ -2222,14 +2174,12 @@ module Google
2222
2174
  # Enables or disables Network Policy for a cluster.
2223
2175
  # @param [String] project_id
2224
2176
  # Deprecated. The Google Developers Console [project ID or project number](https:
2225
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2226
- # creating-managing-projects). This field has been deprecated and replaced by
2227
- # the name field.
2177
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2178
+ # field has been deprecated and replaced by the name field.
2228
2179
  # @param [String] zone
2229
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2230
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2231
- # the cluster resides. This field has been deprecated and replaced by the name
2232
- # field.
2180
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2181
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2182
+ # been deprecated and replaced by the name field.
2233
2183
  # @param [String] cluster_id
2234
2184
  # Deprecated. The name of the cluster. This field has been deprecated and
2235
2185
  # replaced by the name field.
@@ -2268,14 +2218,12 @@ module Google
2268
2218
  # Starts master IP rotation.
2269
2219
  # @param [String] project_id
2270
2220
  # Deprecated. The Google Developers Console [project ID or project number](https:
2271
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2272
- # creating-managing-projects). This field has been deprecated and replaced by
2273
- # the name field.
2221
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2222
+ # field has been deprecated and replaced by the name field.
2274
2223
  # @param [String] zone
2275
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2276
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2277
- # the cluster resides. This field has been deprecated and replaced by the name
2278
- # field.
2224
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2225
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2226
+ # been deprecated and replaced by the name field.
2279
2227
  # @param [String] cluster_id
2280
2228
  # Deprecated. The name of the cluster. This field has been deprecated and
2281
2229
  # replaced by the name field.
@@ -2314,14 +2262,12 @@ module Google
2314
2262
  # Updates the settings for a specific cluster.
2315
2263
  # @param [String] project_id
2316
2264
  # Deprecated. The Google Developers Console [project ID or project number](https:
2317
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2318
- # creating-managing-projects). This field has been deprecated and replaced by
2319
- # the name field.
2265
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2266
+ # field has been deprecated and replaced by the name field.
2320
2267
  # @param [String] zone
2321
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2322
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2323
- # the cluster resides. This field has been deprecated and replaced by the name
2324
- # field.
2268
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2269
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2270
+ # been deprecated and replaced by the name field.
2325
2271
  # @param [String] cluster_id
2326
2272
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
2327
2273
  # and replaced by the name field.
@@ -2360,14 +2306,12 @@ module Google
2360
2306
  # Sets the autoscaling settings of a specific node pool.
2361
2307
  # @param [String] project_id
2362
2308
  # Deprecated. The Google Developers Console [project ID or project number](https:
2363
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2364
- # creating-managing-projects). This field has been deprecated and replaced by
2365
- # the name field.
2309
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2310
+ # field has been deprecated and replaced by the name field.
2366
2311
  # @param [String] zone
2367
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2368
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2369
- # the cluster resides. This field has been deprecated and replaced by the name
2370
- # field.
2312
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2313
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2314
+ # been deprecated and replaced by the name field.
2371
2315
  # @param [String] cluster_id
2372
2316
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
2373
2317
  # and replaced by the name field.
@@ -2410,14 +2354,12 @@ module Google
2410
2354
  # Creates a node pool for a cluster.
2411
2355
  # @param [String] project_id
2412
2356
  # Deprecated. The Google Developers Console [project ID or project number](https:
2413
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2414
- # creating-managing-projects). This field has been deprecated and replaced by
2415
- # the parent field.
2357
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2358
+ # field has been deprecated and replaced by the parent field.
2416
2359
  # @param [String] zone
2417
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2418
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2419
- # the cluster resides. This field has been deprecated and replaced by the parent
2420
- # field.
2360
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2361
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2362
+ # been deprecated and replaced by the parent field.
2421
2363
  # @param [String] cluster_id
2422
2364
  # Deprecated. The name of the cluster. This field has been deprecated and
2423
2365
  # replaced by the parent field.
@@ -2456,14 +2398,12 @@ module Google
2456
2398
  # Deletes a node pool from a cluster.
2457
2399
  # @param [String] project_id
2458
2400
  # Deprecated. The Google Developers Console [project ID or project number](https:
2459
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2460
- # creating-managing-projects). This field has been deprecated and replaced by
2461
- # the name field.
2401
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2402
+ # field has been deprecated and replaced by the name field.
2462
2403
  # @param [String] zone
2463
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2464
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2465
- # the cluster resides. This field has been deprecated and replaced by the name
2466
- # field.
2404
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2405
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2406
+ # been deprecated and replaced by the name field.
2467
2407
  # @param [String] cluster_id
2468
2408
  # Deprecated. The name of the cluster. This field has been deprecated and
2469
2409
  # replaced by the name field.
@@ -2542,14 +2482,12 @@ module Google
2542
2482
  # Retrieves the requested node pool.
2543
2483
  # @param [String] project_id
2544
2484
  # Deprecated. The Google Developers Console [project ID or project number](https:
2545
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2546
- # creating-managing-projects). This field has been deprecated and replaced by
2547
- # the name field.
2485
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2486
+ # field has been deprecated and replaced by the name field.
2548
2487
  # @param [String] zone
2549
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2550
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2551
- # the cluster resides. This field has been deprecated and replaced by the name
2552
- # field.
2488
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2489
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2490
+ # been deprecated and replaced by the name field.
2553
2491
  # @param [String] cluster_id
2554
2492
  # Deprecated. The name of the cluster. This field has been deprecated and
2555
2493
  # replaced by the name field.
@@ -2593,14 +2531,12 @@ module Google
2593
2531
  # Lists the node pools for a cluster.
2594
2532
  # @param [String] project_id
2595
2533
  # Deprecated. The Google Developers Console [project ID or project number](https:
2596
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2597
- # creating-managing-projects). This field has been deprecated and replaced by
2598
- # the parent field.
2534
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2535
+ # field has been deprecated and replaced by the parent field.
2599
2536
  # @param [String] zone
2600
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2601
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2602
- # the cluster resides. This field has been deprecated and replaced by the parent
2603
- # field.
2537
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2538
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2539
+ # been deprecated and replaced by the parent field.
2604
2540
  # @param [String] cluster_id
2605
2541
  # Deprecated. The name of the cluster. This field has been deprecated and
2606
2542
  # replaced by the parent field.
@@ -2641,14 +2577,12 @@ module Google
2641
2577
  # changes if the last upgrade successfully completed.
2642
2578
  # @param [String] project_id
2643
2579
  # Deprecated. The Google Developers Console [project ID or project number](https:
2644
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2645
- # creating-managing-projects). This field has been deprecated and replaced by
2646
- # the name field.
2580
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2581
+ # field has been deprecated and replaced by the name field.
2647
2582
  # @param [String] zone
2648
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2649
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2650
- # the cluster resides. This field has been deprecated and replaced by the name
2651
- # field.
2583
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2584
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2585
+ # been deprecated and replaced by the name field.
2652
2586
  # @param [String] cluster_id
2653
2587
  # Deprecated. The name of the cluster to rollback. This field has been
2654
2588
  # deprecated and replaced by the name field.
@@ -2691,14 +2625,12 @@ module Google
2691
2625
  # Sets the NodeManagement options for a node pool.
2692
2626
  # @param [String] project_id
2693
2627
  # Deprecated. The Google Developers Console [project ID or project number](https:
2694
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2695
- # creating-managing-projects). This field has been deprecated and replaced by
2696
- # the name field.
2628
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2629
+ # field has been deprecated and replaced by the name field.
2697
2630
  # @param [String] zone
2698
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2699
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2700
- # the cluster resides. This field has been deprecated and replaced by the name
2701
- # field.
2631
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2632
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2633
+ # been deprecated and replaced by the name field.
2702
2634
  # @param [String] cluster_id
2703
2635
  # Deprecated. The name of the cluster to update. This field has been deprecated
2704
2636
  # and replaced by the name field.
@@ -2743,14 +2675,12 @@ module Google
2743
2675
  # locations.
2744
2676
  # @param [String] project_id
2745
2677
  # Deprecated. The Google Developers Console [project ID or project number](https:
2746
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2747
- # creating-managing-projects). This field has been deprecated and replaced by
2748
- # the name field.
2678
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2679
+ # field has been deprecated and replaced by the name field.
2749
2680
  # @param [String] zone
2750
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2751
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2752
- # the cluster resides. This field has been deprecated and replaced by the name
2753
- # field.
2681
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2682
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2683
+ # been deprecated and replaced by the name field.
2754
2684
  # @param [String] cluster_id
2755
2685
  # Deprecated. The name of the cluster to update. This field has been deprecated
2756
2686
  # and replaced by the name field.
@@ -2793,14 +2723,12 @@ module Google
2793
2723
  # Updates the version and/or image type of a specific node pool.
2794
2724
  # @param [String] project_id
2795
2725
  # Deprecated. The Google Developers Console [project ID or project number](https:
2796
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2797
- # creating-managing-projects). This field has been deprecated and replaced by
2798
- # the name field.
2726
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2727
+ # field has been deprecated and replaced by the name field.
2799
2728
  # @param [String] zone
2800
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2801
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2802
- # the cluster resides. This field has been deprecated and replaced by the name
2803
- # field.
2729
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2730
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2731
+ # been deprecated and replaced by the name field.
2804
2732
  # @param [String] cluster_id
2805
2733
  # Deprecated. The name of the cluster to upgrade. This field has been deprecated
2806
2734
  # and replaced by the name field.
@@ -2843,14 +2771,12 @@ module Google
2843
2771
  # Cancels the specified operation.
2844
2772
  # @param [String] project_id
2845
2773
  # Deprecated. The Google Developers Console [project ID or project number](https:
2846
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2847
- # creating-managing-projects). This field has been deprecated and replaced by
2848
- # the name field.
2774
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2775
+ # field has been deprecated and replaced by the name field.
2849
2776
  # @param [String] zone
2850
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2851
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2852
- # the operation resides. This field has been deprecated and replaced by the name
2853
- # field.
2777
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2778
+ # com/compute/docs/zones#available) in which the operation resides. This field
2779
+ # has been deprecated and replaced by the name field.
2854
2780
  # @param [String] operation_id
2855
2781
  # Deprecated. The server-assigned `name` of the operation. This field has been
2856
2782
  # deprecated and replaced by the name field.
@@ -2889,14 +2815,12 @@ module Google
2889
2815
  # Gets the specified operation.
2890
2816
  # @param [String] project_id
2891
2817
  # Deprecated. The Google Developers Console [project ID or project number](https:
2892
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2893
- # creating-managing-projects). This field has been deprecated and replaced by
2894
- # the name field.
2818
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2819
+ # field has been deprecated and replaced by the name field.
2895
2820
  # @param [String] zone
2896
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2897
- # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2898
- # the cluster resides. This field has been deprecated and replaced by the name
2899
- # field.
2821
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2822
+ # com/compute/docs/zones#available) in which the cluster resides. This field has
2823
+ # been deprecated and replaced by the name field.
2900
2824
  # @param [String] operation_id
2901
2825
  # Deprecated. The server-assigned `name` of the operation. This field has been
2902
2826
  # deprecated and replaced by the name field.
@@ -2936,14 +2860,12 @@ module Google
2936
2860
  # Lists all operations in a project in the specified zone or all zones.
2937
2861
  # @param [String] project_id
2938
2862
  # Deprecated. The Google Developers Console [project ID or project number](https:
2939
- # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2940
- # creating-managing-projects). This field has been deprecated and replaced by
2941
- # the parent field.
2863
+ # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2864
+ # field has been deprecated and replaced by the parent field.
2942
2865
  # @param [String] zone
2943
- # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2944
- # dns_names.final_documentation_domain`/compute/docs/zones#available) to return
2945
- # operations for, or `-` for all zones. This field has been deprecated and
2946
- # replaced by the parent field.
2866
+ # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2867
+ # com/compute/docs/zones#available) to return operations for, or `-` for all
2868
+ # zones. This field has been deprecated and replaced by the parent field.
2947
2869
  # @param [String] parent
2948
2870
  # The parent (project and location) where the operations will be listed.
2949
2871
  # Specified in the format `projects/*/locations/*`. Location "-" matches all