@@ -241,7 +241,7 @@ public final ListClustersResponse listClusters(String projectId, String zone) {
241241 * </code></pre>
242242 *
243243 * @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
245245 * regions.
246246 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
247247 */
@@ -338,7 +338,7 @@ public final Cluster getCluster(String projectId, String zone, String clusterId)
338338 * </code></pre>
339339 *
340340 * @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/*` .
342342 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
343343 */
344344 public final Cluster getCluster (String name ) {
@@ -457,7 +457,7 @@ public final Operation createCluster(String projectId, String zone, Cluster clus
457457 * </code></pre>
458458 *
459459 * @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/*` .
461461 * @param cluster Required. A [cluster
462462 * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
463463 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -589,7 +589,7 @@ public final Operation updateCluster(
589589 * </code></pre>
590590 *
591591 * @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/*` .
593593 * @param update Required. A description of the update.
594594 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
595595 */
@@ -796,7 +796,7 @@ public final Operation setLoggingService(
796796 * </code></pre>
797797 *
798798 * @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/*` .
800800 * @param loggingService Required. The logging service the cluster should use to write metrics.
801801 * Currently available options:
802802 * <p>* "logging.googleapis.com" - the Google Cloud Logging service * "none" - no
@@ -915,7 +915,7 @@ public final Operation setMonitoringService(
915915 * </code></pre>
916916 *
917917 * @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/*` .
919919 * @param monitoringService Required. The monitoring service the cluster should use to write
920920 * metrics. Currently available options:
921921 * <p>* "monitoring.googleapis.com/kubernetes" - the Google Cloud Monitoring service with
@@ -1033,7 +1033,7 @@ public final Operation setAddonsConfig(
10331033 * </code></pre>
10341034 *
10351035 * @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/*` .
10371037 * @param addonsConfig Required. The desired configurations for the various addons available to
10381038 * run in the cluster.
10391039 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1148,7 +1148,7 @@ public final Operation setLocations(
11481148 * </code></pre>
11491149 *
11501150 * @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/*` .
11521152 * @param locations Required. The desired list of Google Compute Engine
11531153 * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
11541154 * should be located. Changing the locations a cluster is in will result in nodes being either
@@ -1268,7 +1268,7 @@ public final Operation updateMaster(
12681268 * </code></pre>
12691269 *
12701270 * @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/*` .
12721272 * @param masterVersion Required. The Kubernetes version to change the master to.
12731273 * <p>Users may specify either explicit versions offered by Kubernetes Engine or version
12741274 * aliases, which have the following behavior:
@@ -1441,7 +1441,7 @@ public final Operation deleteCluster(String projectId, String zone, String clust
14411441 * </code></pre>
14421442 *
14431443 * @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/*` .
14451445 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
14461446 */
14471447 public final Operation deleteCluster (String name ) {
@@ -1691,7 +1691,7 @@ public final void cancelOperation(String projectId, String zone, String operatio
16911691 * </code></pre>
16921692 *
16931693 * @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/*` .
16951695 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
16961696 */
16971697 public final void cancelOperation (String name ) {
@@ -1780,7 +1780,7 @@ public final ServerConfig getServerConfig(String projectId, String zone) {
17801780 * </code></pre>
17811781 *
17821782 * @param name The name (project and location) of the server config to get, specified in the
1783- * format ' projects/*/locations/*' .
1783+ * format ` projects/*/locations/*` .
17841784 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
17851785 */
17861786 public final ServerConfig getServerConfig (String name ) {
@@ -1877,7 +1877,7 @@ public final ListNodePoolsResponse listNodePools(
18771877 * </code></pre>
18781878 *
18791879 * @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/*` .
18811881 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
18821882 */
18831883 public final ListNodePoolsResponse listNodePools (String parent ) {
@@ -1978,7 +1978,7 @@ public final NodePool getNodePool(
19781978 * </code></pre>
19791979 *
19801980 * @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/*` .
19821982 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
19831983 */
19841984 public final NodePool getNodePool (String name ) {
@@ -2079,7 +2079,7 @@ public final Operation createNodePool(
20792079 * </code></pre>
20802080 *
20812081 * @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/*` .
20832083 * @param nodePool Required. The node pool to create.
20842084 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
20852085 */
@@ -2188,7 +2188,7 @@ public final Operation deleteNodePool(
21882188 * </code></pre>
21892189 *
21902190 * @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/*` .
21922192 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
21932193 */
21942194 public final Operation deleteNodePool (String name ) {
@@ -2292,7 +2292,7 @@ public final Operation rollbackNodePoolUpgrade(
22922292 *
22932293 * @param name The name (project, location, cluster, node pool id) of the node poll to rollback
22942294 * upgrade. Specified in the format
2295- * ' projects/*/locations/*/clusters/*/nodePools/*' .
2295+ * ` projects/*/locations/*/clusters/*/nodePools/*` .
22962296 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
22972297 */
22982298 public final Operation rollbackNodePoolUpgrade (String name ) {
@@ -2492,7 +2492,7 @@ public final Operation setLegacyAbac(
24922492 * </code></pre>
24932493 *
24942494 * @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/*` .
24962496 * @param enabled Required. Whether ABAC authorization will be enabled in the cluster.
24972497 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
24982498 */
@@ -2596,7 +2596,7 @@ public final Operation startIPRotation(String projectId, String zone, String clu
25962596 * </code></pre>
25972597 *
25982598 * @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/*` .
26002600 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
26012601 */
26022602 public final Operation startIPRotation (String name ) {
@@ -2692,7 +2692,7 @@ public final Operation completeIPRotation(String projectId, String zone, String
26922692 * </code></pre>
26932693 *
26942694 * @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/*` .
26962696 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
26972697 */
26982698 public final Operation completeIPRotation (String name ) {
@@ -2839,7 +2839,7 @@ public final Operation setNetworkPolicy(
28392839 * </code></pre>
28402840 *
28412841 * @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/*` .
28432843 * @param networkPolicy Required. Configuration options for the NetworkPolicy feature.
28442844 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
28452845 */
@@ -2946,7 +2946,7 @@ public final Operation setMaintenancePolicy(
29462946 * </code></pre>
29472947 *
29482948 * @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/*` .
29502950 * @param maintenancePolicy Required. The maintenance policy to be set for the cluster. An empty
29512951 * field clears the existing maintenance policy.
29522952 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
0 commit comments