@@ -241,7 +241,7 @@ public final ListClustersResponse listClusters(String projectId, String zone) {
241
241
* </code></pre>
242
242
*
243
243
* @param parent The parent (project and location) where the clusters will be listed. Specified in
244
- * the format ' projects/*/locations/*' . Location "-" matches all zones and all
244
+ * the format ` projects/*/locations/*` . Location "-" matches all zones and all
245
245
* regions.
246
246
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
247
247
*/
@@ -338,7 +338,7 @@ public final Cluster getCluster(String projectId, String zone, String clusterId)
338
338
* </code></pre>
339
339
*
340
340
* @param name The name (project, location, cluster) of the cluster to retrieve. Specified in the
341
- * format ' projects/*/locations/*/clusters/*' .
341
+ * format ` projects/*/locations/*/clusters/*` .
342
342
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
343
343
*/
344
344
public final Cluster getCluster (String name ) {
@@ -457,7 +457,7 @@ public final Operation createCluster(String projectId, String zone, Cluster clus
457
457
* </code></pre>
458
458
*
459
459
* @param parent The parent (project and location) where the cluster will be created. Specified in
460
- * the format ' projects/*/locations/*' .
460
+ * the format ` projects/*/locations/*` .
461
461
* @param cluster Required. A [cluster
462
462
* resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
463
463
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -589,7 +589,7 @@ public final Operation updateCluster(
589
589
* </code></pre>
590
590
*
591
591
* @param name The name (project, location, cluster) of the cluster to update. Specified in the
592
- * format ' projects/*/locations/*/clusters/*' .
592
+ * format ` projects/*/locations/*/clusters/*` .
593
593
* @param update Required. A description of the update.
594
594
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
595
595
*/
@@ -796,7 +796,7 @@ public final Operation setLoggingService(
796
796
* </code></pre>
797
797
*
798
798
* @param name The name (project, location, cluster) of the cluster to set logging. Specified in
799
- * the format ' projects/*/locations/*/clusters/*' .
799
+ * the format ` projects/*/locations/*/clusters/*` .
800
800
* @param loggingService Required. The logging service the cluster should use to write metrics.
801
801
* Currently available options:
802
802
* <p>* "logging.googleapis.com" - the Google Cloud Logging service * "none" - no
@@ -915,7 +915,7 @@ public final Operation setMonitoringService(
915
915
* </code></pre>
916
916
*
917
917
* @param name The name (project, location, cluster) of the cluster to set monitoring. Specified
918
- * in the format ' projects/*/locations/*/clusters/*' .
918
+ * in the format ` projects/*/locations/*/clusters/*` .
919
919
* @param monitoringService Required. The monitoring service the cluster should use to write
920
920
* metrics. Currently available options:
921
921
* <p>* "monitoring.googleapis.com/kubernetes" - the Google Cloud Monitoring service with
@@ -1033,7 +1033,7 @@ public final Operation setAddonsConfig(
1033
1033
* </code></pre>
1034
1034
*
1035
1035
* @param name The name (project, location, cluster) of the cluster to set addons. Specified in
1036
- * the format ' projects/*/locations/*/clusters/*' .
1036
+ * the format ` projects/*/locations/*/clusters/*` .
1037
1037
* @param addonsConfig Required. The desired configurations for the various addons available to
1038
1038
* run in the cluster.
1039
1039
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1148,7 +1148,7 @@ public final Operation setLocations(
1148
1148
* </code></pre>
1149
1149
*
1150
1150
* @param name The name (project, location, cluster) of the cluster to set locations. Specified in
1151
- * the format ' projects/*/locations/*/clusters/*' .
1151
+ * the format ` projects/*/locations/*/clusters/*` .
1152
1152
* @param locations Required. The desired list of Google Compute Engine
1153
1153
* [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
1154
1154
* should be located. Changing the locations a cluster is in will result in nodes being either
@@ -1268,7 +1268,7 @@ public final Operation updateMaster(
1268
1268
* </code></pre>
1269
1269
*
1270
1270
* @param name The name (project, location, cluster) of the cluster to update. Specified in the
1271
- * format ' projects/*/locations/*/clusters/*' .
1271
+ * format ` projects/*/locations/*/clusters/*` .
1272
1272
* @param masterVersion Required. The Kubernetes version to change the master to.
1273
1273
* <p>Users may specify either explicit versions offered by Kubernetes Engine or version
1274
1274
* aliases, which have the following behavior:
@@ -1441,7 +1441,7 @@ public final Operation deleteCluster(String projectId, String zone, String clust
1441
1441
* </code></pre>
1442
1442
*
1443
1443
* @param name The name (project, location, cluster) of the cluster to delete. Specified in the
1444
- * format ' projects/*/locations/*/clusters/*' .
1444
+ * format ` projects/*/locations/*/clusters/*` .
1445
1445
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1446
1446
*/
1447
1447
public final Operation deleteCluster (String name ) {
@@ -1691,7 +1691,7 @@ public final void cancelOperation(String projectId, String zone, String operatio
1691
1691
* </code></pre>
1692
1692
*
1693
1693
* @param name The name (project, location, operation id) of the operation to cancel. Specified in
1694
- * the format ' projects/*/locations/*/operations/*' .
1694
+ * the format ` projects/*/locations/*/operations/*` .
1695
1695
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1696
1696
*/
1697
1697
public final void cancelOperation (String name ) {
@@ -1780,7 +1780,7 @@ public final ServerConfig getServerConfig(String projectId, String zone) {
1780
1780
* </code></pre>
1781
1781
*
1782
1782
* @param name The name (project and location) of the server config to get, specified in the
1783
- * format ' projects/*/locations/*' .
1783
+ * format ` projects/*/locations/*` .
1784
1784
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1785
1785
*/
1786
1786
public final ServerConfig getServerConfig (String name ) {
@@ -1877,7 +1877,7 @@ public final ListNodePoolsResponse listNodePools(
1877
1877
* </code></pre>
1878
1878
*
1879
1879
* @param parent The parent (project, location, cluster id) where the node pools will be listed.
1880
- * Specified in the format ' projects/*/locations/*/clusters/*' .
1880
+ * Specified in the format ` projects/*/locations/*/clusters/*` .
1881
1881
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1882
1882
*/
1883
1883
public final ListNodePoolsResponse listNodePools (String parent ) {
@@ -1978,7 +1978,7 @@ public final NodePool getNodePool(
1978
1978
* </code></pre>
1979
1979
*
1980
1980
* @param name The name (project, location, cluster, node pool id) of the node pool to get.
1981
- * Specified in the format ' projects/*/locations/*/clusters/*/nodePools/*' .
1981
+ * Specified in the format ` projects/*/locations/*/clusters/*/nodePools/*` .
1982
1982
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1983
1983
*/
1984
1984
public final NodePool getNodePool (String name ) {
@@ -2079,7 +2079,7 @@ public final Operation createNodePool(
2079
2079
* </code></pre>
2080
2080
*
2081
2081
* @param parent The parent (project, location, cluster id) where the node pool will be created.
2082
- * Specified in the format ' projects/*/locations/*/clusters/*' .
2082
+ * Specified in the format ` projects/*/locations/*/clusters/*` .
2083
2083
* @param nodePool Required. The node pool to create.
2084
2084
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2085
2085
*/
@@ -2188,7 +2188,7 @@ public final Operation deleteNodePool(
2188
2188
* </code></pre>
2189
2189
*
2190
2190
* @param name The name (project, location, cluster, node pool id) of the node pool to delete.
2191
- * Specified in the format ' projects/*/locations/*/clusters/*/nodePools/*' .
2191
+ * Specified in the format ` projects/*/locations/*/clusters/*/nodePools/*` .
2192
2192
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2193
2193
*/
2194
2194
public final Operation deleteNodePool (String name ) {
@@ -2292,7 +2292,7 @@ public final Operation rollbackNodePoolUpgrade(
2292
2292
*
2293
2293
* @param name The name (project, location, cluster, node pool id) of the node poll to rollback
2294
2294
* upgrade. Specified in the format
2295
- * ' projects/*/locations/*/clusters/*/nodePools/*' .
2295
+ * ` projects/*/locations/*/clusters/*/nodePools/*` .
2296
2296
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2297
2297
*/
2298
2298
public final Operation rollbackNodePoolUpgrade (String name ) {
@@ -2492,7 +2492,7 @@ public final Operation setLegacyAbac(
2492
2492
* </code></pre>
2493
2493
*
2494
2494
* @param name The name (project, location, cluster id) of the cluster to set legacy abac.
2495
- * Specified in the format ' projects/*/locations/*/clusters/*' .
2495
+ * Specified in the format ` projects/*/locations/*/clusters/*` .
2496
2496
* @param enabled Required. Whether ABAC authorization will be enabled in the cluster.
2497
2497
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2498
2498
*/
@@ -2596,7 +2596,7 @@ public final Operation startIPRotation(String projectId, String zone, String clu
2596
2596
* </code></pre>
2597
2597
*
2598
2598
* @param name The name (project, location, cluster id) of the cluster to start IP rotation.
2599
- * Specified in the format ' projects/*/locations/*/clusters/*' .
2599
+ * Specified in the format ` projects/*/locations/*/clusters/*` .
2600
2600
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2601
2601
*/
2602
2602
public final Operation startIPRotation (String name ) {
@@ -2692,7 +2692,7 @@ public final Operation completeIPRotation(String projectId, String zone, String
2692
2692
* </code></pre>
2693
2693
*
2694
2694
* @param name The name (project, location, cluster id) of the cluster to complete IP rotation.
2695
- * Specified in the format ' projects/*/locations/*/clusters/*' .
2695
+ * Specified in the format ` projects/*/locations/*/clusters/*` .
2696
2696
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2697
2697
*/
2698
2698
public final Operation completeIPRotation (String name ) {
@@ -2839,7 +2839,7 @@ public final Operation setNetworkPolicy(
2839
2839
* </code></pre>
2840
2840
*
2841
2841
* @param name The name (project, location, cluster id) of the cluster to set networking policy.
2842
- * Specified in the format ' projects/*/locations/*/clusters/*' .
2842
+ * Specified in the format ` projects/*/locations/*/clusters/*` .
2843
2843
* @param networkPolicy Required. Configuration options for the NetworkPolicy feature.
2844
2844
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2845
2845
*/
@@ -2946,7 +2946,7 @@ public final Operation setMaintenancePolicy(
2946
2946
* </code></pre>
2947
2947
*
2948
2948
* @param name The name (project, location, cluster id) of the cluster to set maintenance policy.
2949
- * Specified in the format ' projects/*/locations/*/clusters/*' .
2949
+ * Specified in the format ` projects/*/locations/*/clusters/*` .
2950
2950
* @param maintenancePolicy Required. The maintenance policy to be set for the cluster. An empty
2951
2951
* field clears the existing maintenance policy.
2952
2952
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
0 commit comments