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