From acc4ab75166c7738d557fe1977a4fc185660b814 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 9 Apr 2020 22:04:50 -0700 Subject: [PATCH] docs: display resource name patterns in code font. (#125) Source-Repo: googleapis/googleapis Source-Sha: 9af7212bc2cba8a7184f032e1ab6662ccf604b3a Source-Link: https://github.com/googleapis/googleapis/commit/9af7212bc2cba8a7184f032e1ab6662ccf604b3a Author: Google APIs Date: Thu Apr 9 13:42:02 2020 -0700 Original-Commit-Message: docs: display resource name patterns in code font. PiperOrigin-RevId: 305751417 --- .../container/v1/ClusterManagerClient.java | 44 ++++++------- .../container/v1/CancelOperationRequest.java | 14 ++--- .../v1/CancelOperationRequestOrBuilder.java | 4 +- .../v1/CompleteIPRotationRequest.java | 14 ++--- .../CompleteIPRotationRequestOrBuilder.java | 4 +- .../container/v1/CreateClusterRequest.java | 14 ++--- .../v1/CreateClusterRequestOrBuilder.java | 4 +- .../container/v1/CreateNodePoolRequest.java | 14 ++--- .../v1/CreateNodePoolRequestOrBuilder.java | 4 +- .../container/v1/DeleteClusterRequest.java | 14 ++--- .../v1/DeleteClusterRequestOrBuilder.java | 4 +- .../container/v1/DeleteNodePoolRequest.java | 14 ++--- .../v1/DeleteNodePoolRequestOrBuilder.java | 4 +- .../container/v1/GetClusterRequest.java | 14 ++--- .../v1/GetClusterRequestOrBuilder.java | 4 +- .../container/v1/GetNodePoolRequest.java | 14 ++--- .../v1/GetNodePoolRequestOrBuilder.java | 4 +- .../container/v1/GetOperationRequest.java | 14 ++--- .../v1/GetOperationRequestOrBuilder.java | 4 +- .../container/v1/GetServerConfigRequest.java | 14 ++--- .../v1/GetServerConfigRequestOrBuilder.java | 4 +- .../container/v1/ListClustersRequest.java | 14 ++--- .../v1/ListClustersRequestOrBuilder.java | 4 +- .../container/v1/ListNodePoolsRequest.java | 14 ++--- .../v1/ListNodePoolsRequestOrBuilder.java | 4 +- .../container/v1/ListOperationsRequest.java | 14 ++--- .../v1/ListOperationsRequestOrBuilder.java | 4 +- .../v1/ListUsableSubnetworksRequest.java | 14 ++--- ...ListUsableSubnetworksRequestOrBuilder.java | 4 +- .../v1/RollbackNodePoolUpgradeRequest.java | 14 ++--- ...llbackNodePoolUpgradeRequestOrBuilder.java | 4 +- .../container/v1/SetAddonsConfigRequest.java | 14 ++--- .../v1/SetAddonsConfigRequestOrBuilder.java | 4 +- .../google/container/v1/SetLabelsRequest.java | 14 ++--- .../v1/SetLabelsRequestOrBuilder.java | 4 +- .../container/v1/SetLegacyAbacRequest.java | 14 ++--- .../v1/SetLegacyAbacRequestOrBuilder.java | 4 +- .../container/v1/SetLocationsRequest.java | 14 ++--- .../v1/SetLocationsRequestOrBuilder.java | 4 +- .../v1/SetLoggingServiceRequest.java | 14 ++--- .../v1/SetLoggingServiceRequestOrBuilder.java | 4 +- .../v1/SetMaintenancePolicyRequest.java | 14 ++--- .../SetMaintenancePolicyRequestOrBuilder.java | 4 +- .../container/v1/SetMasterAuthRequest.java | 14 ++--- .../v1/SetMasterAuthRequestOrBuilder.java | 4 +- .../v1/SetMonitoringServiceRequest.java | 14 ++--- .../SetMonitoringServiceRequestOrBuilder.java | 4 +- .../container/v1/SetNetworkPolicyRequest.java | 14 ++--- .../v1/SetNetworkPolicyRequestOrBuilder.java | 4 +- .../v1/SetNodePoolAutoscalingRequest.java | 14 ++--- ...etNodePoolAutoscalingRequestOrBuilder.java | 4 +- .../v1/SetNodePoolManagementRequest.java | 14 ++--- ...SetNodePoolManagementRequestOrBuilder.java | 4 +- .../container/v1/SetNodePoolSizeRequest.java | 14 ++--- .../v1/SetNodePoolSizeRequestOrBuilder.java | 4 +- .../container/v1/StartIPRotationRequest.java | 14 ++--- .../v1/StartIPRotationRequestOrBuilder.java | 4 +- .../container/v1/UpdateClusterRequest.java | 14 ++--- .../v1/UpdateClusterRequestOrBuilder.java | 4 +- .../container/v1/UpdateMasterRequest.java | 14 ++--- .../v1/UpdateMasterRequestOrBuilder.java | 4 +- .../container/v1/UpdateNodePoolRequest.java | 14 ++--- .../v1/UpdateNodePoolRequestOrBuilder.java | 4 +- .../google/container/v1/cluster_service.proto | 62 +++++++++---------- synth.metadata | 6 +- 65 files changed, 335 insertions(+), 335 deletions(-) diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java index 8e14b978..a1cc9dec 100644 --- a/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java +++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java @@ -241,7 +241,7 @@ public final ListClustersResponse listClusters(String projectId, String zone) { * * * @param parent The parent (project and location) where the clusters will be listed. Specified in - * the format 'projects/*/locations/*'. Location "-" matches all zones and all + * the format `projects/*/locations/*`. Location "-" matches all zones and all * regions. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -338,7 +338,7 @@ public final Cluster getCluster(String projectId, String zone, String clusterId) * * * @param name The name (project, location, cluster) of the cluster to retrieve. Specified in the - * format 'projects/*/locations/*/clusters/*'. + * format `projects/*/locations/*/clusters/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Cluster getCluster(String name) { @@ -457,7 +457,7 @@ public final Operation createCluster(String projectId, String zone, Cluster clus * * * @param parent The parent (project and location) where the cluster will be created. Specified in - * the format 'projects/*/locations/*'. + * the format `projects/*/locations/*`. * @param cluster Required. A [cluster * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters) * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -589,7 +589,7 @@ public final Operation updateCluster( * * * @param name The name (project, location, cluster) of the cluster to update. Specified in the - * format 'projects/*/locations/*/clusters/*'. + * format `projects/*/locations/*/clusters/*`. * @param update Required. A description of the update. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -796,7 +796,7 @@ public final Operation setLoggingService( * * * @param name The name (project, location, cluster) of the cluster to set logging. Specified in - * the format 'projects/*/locations/*/clusters/*'. + * the format `projects/*/locations/*/clusters/*`. * @param loggingService Required. The logging service the cluster should use to write metrics. * Currently available options: *

* "logging.googleapis.com" - the Google Cloud Logging service * "none" - no @@ -915,7 +915,7 @@ public final Operation setMonitoringService( * * * @param name The name (project, location, cluster) of the cluster to set monitoring. Specified - * in the format 'projects/*/locations/*/clusters/*'. + * in the format `projects/*/locations/*/clusters/*`. * @param monitoringService Required. The monitoring service the cluster should use to write * metrics. Currently available options: *

* "monitoring.googleapis.com/kubernetes" - the Google Cloud Monitoring service with @@ -1033,7 +1033,7 @@ public final Operation setAddonsConfig( * * * @param name The name (project, location, cluster) of the cluster to set addons. Specified in - * the format 'projects/*/locations/*/clusters/*'. + * the format `projects/*/locations/*/clusters/*`. * @param addonsConfig Required. The desired configurations for the various addons available to * run in the cluster. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -1148,7 +1148,7 @@ public final Operation setLocations( * * * @param name The name (project, location, cluster) of the cluster to set locations. Specified in - * the format 'projects/*/locations/*/clusters/*'. + * the format `projects/*/locations/*/clusters/*`. * @param locations Required. The desired list of Google Compute Engine * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes * should be located. Changing the locations a cluster is in will result in nodes being either @@ -1268,7 +1268,7 @@ public final Operation updateMaster( * * * @param name The name (project, location, cluster) of the cluster to update. Specified in the - * format 'projects/*/locations/*/clusters/*'. + * format `projects/*/locations/*/clusters/*`. * @param masterVersion Required. The Kubernetes version to change the master to. *

Users may specify either explicit versions offered by Kubernetes Engine or version * aliases, which have the following behavior: @@ -1441,7 +1441,7 @@ public final Operation deleteCluster(String projectId, String zone, String clust * * * @param name The name (project, location, cluster) of the cluster to delete. Specified in the - * format 'projects/*/locations/*/clusters/*'. + * format `projects/*/locations/*/clusters/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Operation deleteCluster(String name) { @@ -1691,7 +1691,7 @@ public final void cancelOperation(String projectId, String zone, String operatio * * * @param name The name (project, location, operation id) of the operation to cancel. Specified in - * the format 'projects/*/locations/*/operations/*'. + * the format `projects/*/locations/*/operations/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void cancelOperation(String name) { @@ -1780,7 +1780,7 @@ public final ServerConfig getServerConfig(String projectId, String zone) { * * * @param name The name (project and location) of the server config to get, specified in the - * format 'projects/*/locations/*'. + * format `projects/*/locations/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ServerConfig getServerConfig(String name) { @@ -1877,7 +1877,7 @@ public final ListNodePoolsResponse listNodePools( * * * @param parent The parent (project, location, cluster id) where the node pools will be listed. - * Specified in the format 'projects/*/locations/*/clusters/*'. + * Specified in the format `projects/*/locations/*/clusters/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListNodePoolsResponse listNodePools(String parent) { @@ -1978,7 +1978,7 @@ public final NodePool getNodePool( * * * @param name The name (project, location, cluster, node pool id) of the node pool to get. - * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'. + * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final NodePool getNodePool(String name) { @@ -2079,7 +2079,7 @@ public final Operation createNodePool( * * * @param parent The parent (project, location, cluster id) where the node pool will be created. - * Specified in the format 'projects/*/locations/*/clusters/*'. + * Specified in the format `projects/*/locations/*/clusters/*`. * @param nodePool Required. The node pool to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2188,7 +2188,7 @@ public final Operation deleteNodePool( * * * @param name The name (project, location, cluster, node pool id) of the node pool to delete. - * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'. + * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Operation deleteNodePool(String name) { @@ -2292,7 +2292,7 @@ public final Operation rollbackNodePoolUpgrade( * * @param name The name (project, location, cluster, node pool id) of the node poll to rollback * upgrade. Specified in the format - * 'projects/*/locations/*/clusters/*/nodePools/*'. + * `projects/*/locations/*/clusters/*/nodePools/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Operation rollbackNodePoolUpgrade(String name) { @@ -2492,7 +2492,7 @@ public final Operation setLegacyAbac( * * * @param name The name (project, location, cluster id) of the cluster to set legacy abac. - * Specified in the format 'projects/*/locations/*/clusters/*'. + * Specified in the format `projects/*/locations/*/clusters/*`. * @param enabled Required. Whether ABAC authorization will be enabled in the cluster. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2596,7 +2596,7 @@ public final Operation startIPRotation(String projectId, String zone, String clu * * * @param name The name (project, location, cluster id) of the cluster to start IP rotation. - * Specified in the format 'projects/*/locations/*/clusters/*'. + * Specified in the format `projects/*/locations/*/clusters/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Operation startIPRotation(String name) { @@ -2692,7 +2692,7 @@ public final Operation completeIPRotation(String projectId, String zone, String * * * @param name The name (project, location, cluster id) of the cluster to complete IP rotation. - * Specified in the format 'projects/*/locations/*/clusters/*'. + * Specified in the format `projects/*/locations/*/clusters/*`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Operation completeIPRotation(String name) { @@ -2839,7 +2839,7 @@ public final Operation setNetworkPolicy( * * * @param name The name (project, location, cluster id) of the cluster to set networking policy. - * Specified in the format 'projects/*/locations/*/clusters/*'. + * Specified in the format `projects/*/locations/*/clusters/*`. * @param networkPolicy Required. Configuration options for the NetworkPolicy feature. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -2946,7 +2946,7 @@ public final Operation setMaintenancePolicy( * * * @param name The name (project, location, cluster id) of the cluster to set maintenance policy. - * Specified in the format 'projects/*/locations/*/clusters/*'. + * Specified in the format `projects/*/locations/*/clusters/*`. * @param maintenancePolicy Required. The maintenance policy to be set for the cluster. An empty * field clears the existing maintenance policy. * @throws com.google.api.gax.rpc.ApiException if the remote call fails diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java index 83eae1d8..bb005a34 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java @@ -299,7 +299,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { * *

    * The name (project, location, operation id) of the operation to cancel.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 4; @@ -322,7 +322,7 @@ public java.lang.String getName() { * *
    * The name (project, location, operation id) of the operation to cancel.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 4; @@ -1069,7 +1069,7 @@ public Builder setOperationIdBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, operation id) of the operation to cancel.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 4; @@ -1092,7 +1092,7 @@ public java.lang.String getName() { * *
      * The name (project, location, operation id) of the operation to cancel.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 4; @@ -1115,7 +1115,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, operation id) of the operation to cancel.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 4; @@ -1137,7 +1137,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, operation id) of the operation to cancel.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 4; @@ -1155,7 +1155,7 @@ public Builder clearName() { * *
      * The name (project, location, operation id) of the operation to cancel.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 4; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java index c819b444..489a8baf 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java @@ -119,7 +119,7 @@ public interface CancelOperationRequestOrBuilder * *
    * The name (project, location, operation id) of the operation to cancel.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 4; @@ -132,7 +132,7 @@ public interface CancelOperationRequestOrBuilder * *
    * The name (project, location, operation id) of the operation to cancel.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 4; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java index 77c6802b..20b5b96d 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java @@ -301,7 +301,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * *
    * The name (project, location, cluster id) of the cluster to complete IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -324,7 +324,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster id) of the cluster to complete IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -1078,7 +1078,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster id) of the cluster to complete IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1101,7 +1101,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster id) of the cluster to complete IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1124,7 +1124,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster id) of the cluster to complete IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1146,7 +1146,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster id) of the cluster to complete IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1164,7 +1164,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster id) of the cluster to complete IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java index 2e9f0daa..5ab60a02 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java @@ -121,7 +121,7 @@ public interface CompleteIPRotationRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to complete IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -134,7 +134,7 @@ public interface CompleteIPRotationRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to complete IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java index 847ff420..ac838a10 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java @@ -306,7 +306,7 @@ public com.google.container.v1.ClusterOrBuilder getClusterOrBuilder() { * *
    * The parent (project and location) where the cluster will be created.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * 
* * string parent = 5; @@ -329,7 +329,7 @@ public java.lang.String getParent() { * *
    * The parent (project and location) where the cluster will be created.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * 
* * string parent = 5; @@ -1174,7 +1174,7 @@ public com.google.container.v1.ClusterOrBuilder getClusterOrBuilder() { * *
      * The parent (project and location) where the cluster will be created.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * 
* * string parent = 5; @@ -1197,7 +1197,7 @@ public java.lang.String getParent() { * *
      * The parent (project and location) where the cluster will be created.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * 
* * string parent = 5; @@ -1220,7 +1220,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * The parent (project and location) where the cluster will be created.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * 
* * string parent = 5; @@ -1242,7 +1242,7 @@ public Builder setParent(java.lang.String value) { * *
      * The parent (project and location) where the cluster will be created.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * 
* * string parent = 5; @@ -1260,7 +1260,7 @@ public Builder clearParent() { * *
      * The parent (project and location) where the cluster will be created.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * 
* * string parent = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java index f3e5a982..71b9b18e 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java @@ -133,7 +133,7 @@ public interface CreateClusterRequestOrBuilder * *
    * The parent (project and location) where the cluster will be created.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * 
* * string parent = 5; @@ -146,7 +146,7 @@ public interface CreateClusterRequestOrBuilder * *
    * The parent (project and location) where the cluster will be created.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * 
* * string parent = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java index 2eef427f..cd1719d7 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java @@ -363,7 +363,7 @@ public com.google.container.v1.NodePoolOrBuilder getNodePoolOrBuilder() { *
    * The parent (project, location, cluster id) where the node pool will be
    * created. Specified in the format
-   * 'projects/*/locations/*/clusters/*'.
+   * `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 6; @@ -387,7 +387,7 @@ public java.lang.String getParent() { *
    * The parent (project, location, cluster id) where the node pool will be
    * created. Specified in the format
-   * 'projects/*/locations/*/clusters/*'.
+   * `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 6; @@ -1362,7 +1362,7 @@ public com.google.container.v1.NodePoolOrBuilder getNodePoolOrBuilder() { *
      * The parent (project, location, cluster id) where the node pool will be
      * created. Specified in the format
-     * 'projects/*/locations/*/clusters/*'.
+     * `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 6; @@ -1386,7 +1386,7 @@ public java.lang.String getParent() { *
      * The parent (project, location, cluster id) where the node pool will be
      * created. Specified in the format
-     * 'projects/*/locations/*/clusters/*'.
+     * `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 6; @@ -1410,7 +1410,7 @@ public com.google.protobuf.ByteString getParentBytes() { *
      * The parent (project, location, cluster id) where the node pool will be
      * created. Specified in the format
-     * 'projects/*/locations/*/clusters/*'.
+     * `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 6; @@ -1433,7 +1433,7 @@ public Builder setParent(java.lang.String value) { *
      * The parent (project, location, cluster id) where the node pool will be
      * created. Specified in the format
-     * 'projects/*/locations/*/clusters/*'.
+     * `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 6; @@ -1452,7 +1452,7 @@ public Builder clearParent() { *
      * The parent (project, location, cluster id) where the node pool will be
      * created. Specified in the format
-     * 'projects/*/locations/*/clusters/*'.
+     * `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java index 6fe5e05d..87168ef4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java @@ -160,7 +160,7 @@ public interface CreateNodePoolRequestOrBuilder *
    * The parent (project, location, cluster id) where the node pool will be
    * created. Specified in the format
-   * 'projects/*/locations/*/clusters/*'.
+   * `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 6; @@ -174,7 +174,7 @@ public interface CreateNodePoolRequestOrBuilder *
    * The parent (project, location, cluster id) where the node pool will be
    * created. Specified in the format
-   * 'projects/*/locations/*/clusters/*'.
+   * `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java index 54676a5d..3185718e 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java @@ -301,7 +301,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * *
    * The name (project, location, cluster) of the cluster to delete.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 4; @@ -324,7 +324,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to delete.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 4; @@ -1076,7 +1076,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster) of the cluster to delete.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 4; @@ -1099,7 +1099,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to delete.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 4; @@ -1122,7 +1122,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to delete.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 4; @@ -1144,7 +1144,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to delete.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 4; @@ -1162,7 +1162,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to delete.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 4; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java index 0bb96e7b..0399141a 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java @@ -121,7 +121,7 @@ public interface DeleteClusterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to delete.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 4; @@ -134,7 +134,7 @@ public interface DeleteClusterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to delete.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 4; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java index 76749266..7a2ab64b 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java @@ -361,7 +361,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { *
    * The name (project, location, cluster, node pool id) of the node pool to
    * delete. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -385,7 +385,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster, node pool id) of the node pool to
    * delete. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -1270,7 +1270,7 @@ public Builder setNodePoolIdBytes(com.google.protobuf.ByteString value) { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * delete. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1294,7 +1294,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * delete. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1318,7 +1318,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * delete. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1341,7 +1341,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * delete. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1360,7 +1360,7 @@ public Builder clearName() { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * delete. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java index 302adab2..5a6949c7 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java @@ -151,7 +151,7 @@ public interface DeleteNodePoolRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to
    * delete. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -165,7 +165,7 @@ public interface DeleteNodePoolRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to
    * delete. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java index c51b375c..6400a4da 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java @@ -301,7 +301,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * *
    * The name (project, location, cluster) of the cluster to retrieve.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -324,7 +324,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to retrieve.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -1076,7 +1076,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster) of the cluster to retrieve.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1099,7 +1099,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to retrieve.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1122,7 +1122,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to retrieve.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1144,7 +1144,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to retrieve.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1162,7 +1162,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to retrieve.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java index b335fdca..3071d904 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java @@ -121,7 +121,7 @@ public interface GetClusterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to retrieve.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -134,7 +134,7 @@ public interface GetClusterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to retrieve.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java index 932b1ada..1941a80a 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java @@ -361,7 +361,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { *
    * The name (project, location, cluster, node pool id) of the node pool to
    * get. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -385,7 +385,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster, node pool id) of the node pool to
    * get. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -1270,7 +1270,7 @@ public Builder setNodePoolIdBytes(com.google.protobuf.ByteString value) { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * get. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1294,7 +1294,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * get. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1318,7 +1318,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * get. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1341,7 +1341,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * get. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1360,7 +1360,7 @@ public Builder clearName() { *
      * The name (project, location, cluster, node pool id) of the node pool to
      * get. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java index 7ba7d378..e906c679 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java @@ -151,7 +151,7 @@ public interface GetNodePoolRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to
    * get. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -165,7 +165,7 @@ public interface GetNodePoolRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to
    * get. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java index f91aa1c5..67da30db 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java @@ -301,7 +301,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { * *
    * The name (project, location, operation id) of the operation to get.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 5; @@ -324,7 +324,7 @@ public java.lang.String getName() { * *
    * The name (project, location, operation id) of the operation to get.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 5; @@ -1076,7 +1076,7 @@ public Builder setOperationIdBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, operation id) of the operation to get.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 5; @@ -1099,7 +1099,7 @@ public java.lang.String getName() { * *
      * The name (project, location, operation id) of the operation to get.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 5; @@ -1122,7 +1122,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, operation id) of the operation to get.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 5; @@ -1144,7 +1144,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, operation id) of the operation to get.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 5; @@ -1162,7 +1162,7 @@ public Builder clearName() { * *
      * The name (project, location, operation id) of the operation to get.
-     * Specified in the format 'projects/*/locations/*/operations/*'.
+     * Specified in the format `projects/*/locations/*/operations/*`.
      * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java index f53a8643..f0926148 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java @@ -121,7 +121,7 @@ public interface GetOperationRequestOrBuilder * *
    * The name (project, location, operation id) of the operation to get.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 5; @@ -134,7 +134,7 @@ public interface GetOperationRequestOrBuilder * *
    * The name (project, location, operation id) of the operation to get.
-   * Specified in the format 'projects/*/locations/*/operations/*'.
+   * Specified in the format `projects/*/locations/*/operations/*`.
    * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java index e97ac3be..cfec3be5 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java @@ -240,7 +240,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * *
    * The name (project and location) of the server config to get,
-   * specified in the format 'projects/*/locations/*'.
+   * specified in the format `projects/*/locations/*`.
    * 
* * string name = 4; @@ -263,7 +263,7 @@ public java.lang.String getName() { * *
    * The name (project and location) of the server config to get,
-   * specified in the format 'projects/*/locations/*'.
+   * specified in the format `projects/*/locations/*`.
    * 
* * string name = 4; @@ -878,7 +878,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * *
      * The name (project and location) of the server config to get,
-     * specified in the format 'projects/*/locations/*'.
+     * specified in the format `projects/*/locations/*`.
      * 
* * string name = 4; @@ -901,7 +901,7 @@ public java.lang.String getName() { * *
      * The name (project and location) of the server config to get,
-     * specified in the format 'projects/*/locations/*'.
+     * specified in the format `projects/*/locations/*`.
      * 
* * string name = 4; @@ -924,7 +924,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project and location) of the server config to get,
-     * specified in the format 'projects/*/locations/*'.
+     * specified in the format `projects/*/locations/*`.
      * 
* * string name = 4; @@ -946,7 +946,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project and location) of the server config to get,
-     * specified in the format 'projects/*/locations/*'.
+     * specified in the format `projects/*/locations/*`.
      * 
* * string name = 4; @@ -964,7 +964,7 @@ public Builder clearName() { * *
      * The name (project and location) of the server config to get,
-     * specified in the format 'projects/*/locations/*'.
+     * specified in the format `projects/*/locations/*`.
      * 
* * string name = 4; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java index b977ef5d..ce807b64 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java @@ -90,7 +90,7 @@ public interface GetServerConfigRequestOrBuilder * *
    * The name (project and location) of the server config to get,
-   * specified in the format 'projects/*/locations/*'.
+   * specified in the format `projects/*/locations/*`.
    * 
* * string name = 4; @@ -103,7 +103,7 @@ public interface GetServerConfigRequestOrBuilder * *
    * The name (project and location) of the server config to get,
-   * specified in the format 'projects/*/locations/*'.
+   * specified in the format `projects/*/locations/*`.
    * 
* * string name = 4; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java index f7d0a1ec..91ada75f 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java @@ -242,7 +242,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * *
    * The parent (project and location) where the clusters will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* @@ -266,7 +266,7 @@ public java.lang.String getParent() { * *
    * The parent (project and location) where the clusters will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* @@ -887,7 +887,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * *
      * The parent (project and location) where the clusters will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -911,7 +911,7 @@ public java.lang.String getParent() { * *
      * The parent (project and location) where the clusters will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -935,7 +935,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * The parent (project and location) where the clusters will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -958,7 +958,7 @@ public Builder setParent(java.lang.String value) { * *
      * The parent (project and location) where the clusters will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -977,7 +977,7 @@ public Builder clearParent() { * *
      * The parent (project and location) where the clusters will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java index 54d5de0c..6b292bc1 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java @@ -92,7 +92,7 @@ public interface ListClustersRequestOrBuilder * *
    * The parent (project and location) where the clusters will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* @@ -106,7 +106,7 @@ public interface ListClustersRequestOrBuilder * *
    * The parent (project and location) where the clusters will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java index 34d63f6d..40ac8111 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java @@ -301,7 +301,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * *
    * The parent (project, location, cluster id) where the node pools will be
-   * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * listed. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 5; @@ -324,7 +324,7 @@ public java.lang.String getParent() { * *
    * The parent (project, location, cluster id) where the node pools will be
-   * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * listed. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 5; @@ -1076,7 +1076,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * *
      * The parent (project, location, cluster id) where the node pools will be
-     * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * listed. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 5; @@ -1099,7 +1099,7 @@ public java.lang.String getParent() { * *
      * The parent (project, location, cluster id) where the node pools will be
-     * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * listed. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 5; @@ -1122,7 +1122,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * The parent (project, location, cluster id) where the node pools will be
-     * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * listed. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 5; @@ -1144,7 +1144,7 @@ public Builder setParent(java.lang.String value) { * *
      * The parent (project, location, cluster id) where the node pools will be
-     * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * listed. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 5; @@ -1162,7 +1162,7 @@ public Builder clearParent() { * *
      * The parent (project, location, cluster id) where the node pools will be
-     * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * listed. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string parent = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java index bd9beca4..22b13d96 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java @@ -121,7 +121,7 @@ public interface ListNodePoolsRequestOrBuilder * *
    * The parent (project, location, cluster id) where the node pools will be
-   * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * listed. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 5; @@ -134,7 +134,7 @@ public interface ListNodePoolsRequestOrBuilder * *
    * The parent (project, location, cluster id) where the node pools will be
-   * listed. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * listed. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string parent = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java index 4930ebb3..c6eaf309 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java @@ -240,7 +240,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * *
    * The parent (project and location) where the operations will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* @@ -264,7 +264,7 @@ public java.lang.String getParent() { * *
    * The parent (project and location) where the operations will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* @@ -880,7 +880,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * *
      * The parent (project and location) where the operations will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -904,7 +904,7 @@ public java.lang.String getParent() { * *
      * The parent (project and location) where the operations will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -928,7 +928,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * The parent (project and location) where the operations will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -951,7 +951,7 @@ public Builder setParent(java.lang.String value) { * *
      * The parent (project and location) where the operations will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* @@ -970,7 +970,7 @@ public Builder clearParent() { * *
      * The parent (project and location) where the operations will be listed.
-     * Specified in the format 'projects/*/locations/*'.
+     * Specified in the format `projects/*/locations/*`.
      * Location "-" matches all zones and all regions.
      * 
* diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java index 0da4346f..888610bd 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java @@ -90,7 +90,7 @@ public interface ListOperationsRequestOrBuilder * *
    * The parent (project and location) where the operations will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* @@ -104,7 +104,7 @@ public interface ListOperationsRequestOrBuilder * *
    * The parent (project and location) where the operations will be listed.
-   * Specified in the format 'projects/*/locations/*'.
+   * Specified in the format `projects/*/locations/*`.
    * Location "-" matches all zones and all regions.
    * 
* diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequest.java index 1edf2765..9b78bd94 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequest.java @@ -140,7 +140,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * The parent project where subnetworks are usable.
-   * Specified in the format 'projects/*'.
+   * Specified in the format `projects/*`.
    * 
* * string parent = 1; @@ -163,7 +163,7 @@ public java.lang.String getParent() { * *
    * The parent project where subnetworks are usable.
-   * Specified in the format 'projects/*'.
+   * Specified in the format `projects/*`.
    * 
* * string parent = 1; @@ -676,7 +676,7 @@ public Builder mergeFrom( * *
      * The parent project where subnetworks are usable.
-     * Specified in the format 'projects/*'.
+     * Specified in the format `projects/*`.
      * 
* * string parent = 1; @@ -699,7 +699,7 @@ public java.lang.String getParent() { * *
      * The parent project where subnetworks are usable.
-     * Specified in the format 'projects/*'.
+     * Specified in the format `projects/*`.
      * 
* * string parent = 1; @@ -722,7 +722,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * The parent project where subnetworks are usable.
-     * Specified in the format 'projects/*'.
+     * Specified in the format `projects/*`.
      * 
* * string parent = 1; @@ -744,7 +744,7 @@ public Builder setParent(java.lang.String value) { * *
      * The parent project where subnetworks are usable.
-     * Specified in the format 'projects/*'.
+     * Specified in the format `projects/*`.
      * 
* * string parent = 1; @@ -762,7 +762,7 @@ public Builder clearParent() { * *
      * The parent project where subnetworks are usable.
-     * Specified in the format 'projects/*'.
+     * Specified in the format `projects/*`.
      * 
* * string parent = 1; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequestOrBuilder.java index d72e1272..35ff092c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListUsableSubnetworksRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListUsableSubnetworksRequestOrBuilder * *
    * The parent project where subnetworks are usable.
-   * Specified in the format 'projects/*'.
+   * Specified in the format `projects/*`.
    * 
* * string parent = 1; @@ -41,7 +41,7 @@ public interface ListUsableSubnetworksRequestOrBuilder * *
    * The parent project where subnetworks are usable.
-   * Specified in the format 'projects/*'.
+   * Specified in the format `projects/*`.
    * 
* * string parent = 1; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java index 63a2f2aa..444cb8ae 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java @@ -364,7 +364,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { *
    * The name (project, location, cluster, node pool id) of the node poll to
    * rollback upgrade.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -388,7 +388,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster, node pool id) of the node poll to
    * rollback upgrade.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -1278,7 +1278,7 @@ public Builder setNodePoolIdBytes(com.google.protobuf.ByteString value) { *
      * The name (project, location, cluster, node pool id) of the node poll to
      * rollback upgrade.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1302,7 +1302,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster, node pool id) of the node poll to
      * rollback upgrade.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1326,7 +1326,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster, node pool id) of the node poll to
      * rollback upgrade.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1349,7 +1349,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster, node pool id) of the node poll to
      * rollback upgrade.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1368,7 +1368,7 @@ public Builder clearName() { *
      * The name (project, location, cluster, node pool id) of the node poll to
      * rollback upgrade.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java index d87b202e..dfa038d7 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java @@ -151,7 +151,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node poll to
    * rollback upgrade.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -165,7 +165,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node poll to
    * rollback upgrade.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java index a83a7b1a..190b9dfe 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java @@ -371,7 +371,7 @@ public com.google.container.v1.AddonsConfigOrBuilder getAddonsConfigOrBuilder() * *
    * The name (project, location, cluster) of the cluster to set addons.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -394,7 +394,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to set addons.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -1386,7 +1386,7 @@ public com.google.container.v1.AddonsConfigOrBuilder getAddonsConfigOrBuilder() * *
      * The name (project, location, cluster) of the cluster to set addons.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1409,7 +1409,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to set addons.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1432,7 +1432,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to set addons.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1454,7 +1454,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to set addons.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1472,7 +1472,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to set addons.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java index c489fd03..4bc6e3db 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java @@ -165,7 +165,7 @@ public interface SetAddonsConfigRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set addons.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -178,7 +178,7 @@ public interface SetAddonsConfigRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set addons.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java index 215c947b..fbbf39c6 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java @@ -497,7 +497,7 @@ public com.google.protobuf.ByteString getLabelFingerprintBytes() { * *
    * The name (project, location, cluster id) of the cluster to set labels.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -520,7 +520,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster id) of the cluster to set labels.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -1633,7 +1633,7 @@ public Builder setLabelFingerprintBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster id) of the cluster to set labels.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1656,7 +1656,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster id) of the cluster to set labels.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1679,7 +1679,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster id) of the cluster to set labels.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1701,7 +1701,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster id) of the cluster to set labels.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1719,7 +1719,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster id) of the cluster to set labels.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java index 2ac078e6..678837d3 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java @@ -215,7 +215,7 @@ public interface SetLabelsRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to set labels.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -228,7 +228,7 @@ public interface SetLabelsRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to set labels.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java index b968b3e5..538d230e 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java @@ -324,7 +324,7 @@ public boolean getEnabled() { * *
    * The name (project, location, cluster id) of the cluster to set legacy abac.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -347,7 +347,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster id) of the cluster to set legacy abac.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -1166,7 +1166,7 @@ public Builder clearEnabled() { * *
      * The name (project, location, cluster id) of the cluster to set legacy abac.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1189,7 +1189,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster id) of the cluster to set legacy abac.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1212,7 +1212,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster id) of the cluster to set legacy abac.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1234,7 +1234,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster id) of the cluster to set legacy abac.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1252,7 +1252,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster id) of the cluster to set legacy abac.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java index fe29b6ec..008f5b8c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java @@ -134,7 +134,7 @@ public interface SetLegacyAbacRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to set legacy abac.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -147,7 +147,7 @@ public interface SetLegacyAbacRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to set legacy abac.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java index 1d16a017..22f37ed4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java @@ -397,7 +397,7 @@ public com.google.protobuf.ByteString getLocationsBytes(int index) { * *
    * The name (project, location, cluster) of the cluster to set locations.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -420,7 +420,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to set locations.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -1421,7 +1421,7 @@ public Builder addLocationsBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster) of the cluster to set locations.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1444,7 +1444,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to set locations.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1467,7 +1467,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to set locations.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1489,7 +1489,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to set locations.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1507,7 +1507,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to set locations.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java index 1285a765..8bec7d47 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java @@ -192,7 +192,7 @@ public interface SetLocationsRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set locations.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -205,7 +205,7 @@ public interface SetLocationsRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set locations.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java index cfc0a40b..7b943aa6 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java @@ -362,7 +362,7 @@ public com.google.protobuf.ByteString getLoggingServiceBytes() { * *
    * The name (project, location, cluster) of the cluster to set logging.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -385,7 +385,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to set logging.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -1275,7 +1275,7 @@ public Builder setLoggingServiceBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster) of the cluster to set logging.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1298,7 +1298,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to set logging.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1321,7 +1321,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to set logging.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1343,7 +1343,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to set logging.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1361,7 +1361,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to set logging.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java index b342d3b6..77f5f7c9 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java @@ -152,7 +152,7 @@ public interface SetLoggingServiceRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set logging.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -165,7 +165,7 @@ public interface SetLoggingServiceRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set logging.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequest.java index 55150821..05ecac00 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequest.java @@ -360,7 +360,7 @@ public com.google.container.v1.MaintenancePolicyOrBuilder getMaintenancePolicyOr *
    * The name (project, location, cluster id) of the cluster to set maintenance
    * policy.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -384,7 +384,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster id) of the cluster to set maintenance
    * policy.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -1350,7 +1350,7 @@ public com.google.container.v1.MaintenancePolicyOrBuilder getMaintenancePolicyOr *
      * The name (project, location, cluster id) of the cluster to set maintenance
      * policy.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1374,7 +1374,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster id) of the cluster to set maintenance
      * policy.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1398,7 +1398,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster id) of the cluster to set maintenance
      * policy.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1421,7 +1421,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster id) of the cluster to set maintenance
      * policy.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1440,7 +1440,7 @@ public Builder clearName() { *
      * The name (project, location, cluster id) of the cluster to set maintenance
      * policy.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequestOrBuilder.java index 30410ed9..d35f3884 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMaintenancePolicyRequestOrBuilder.java @@ -154,7 +154,7 @@ public interface SetMaintenancePolicyRequestOrBuilder *
    * The name (project, location, cluster id) of the cluster to set maintenance
    * policy.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -168,7 +168,7 @@ public interface SetMaintenancePolicyRequestOrBuilder *
    * The name (project, location, cluster id) of the cluster to set maintenance
    * policy.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java index 1159e271..6f8ddf93 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java @@ -591,7 +591,7 @@ public com.google.container.v1.MasterAuthOrBuilder getUpdateOrBuilder() { * *
    * The name (project, location, cluster) of the cluster to set auth.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -614,7 +614,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to set auth.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -1699,7 +1699,7 @@ public com.google.container.v1.MasterAuthOrBuilder getUpdateOrBuilder() { * *
      * The name (project, location, cluster) of the cluster to set auth.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1722,7 +1722,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to set auth.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1745,7 +1745,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to set auth.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1767,7 +1767,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to set auth.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1785,7 +1785,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to set auth.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java index 74e9ba29..f4a62683 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java @@ -188,7 +188,7 @@ public interface SetMasterAuthRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set auth.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -201,7 +201,7 @@ public interface SetMasterAuthRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set auth.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java index 503d38ff..693ff554 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java @@ -366,7 +366,7 @@ public com.google.protobuf.ByteString getMonitoringServiceBytes() { * *
    * The name (project, location, cluster) of the cluster to set monitoring.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -389,7 +389,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to set monitoring.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -1290,7 +1290,7 @@ public Builder setMonitoringServiceBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster) of the cluster to set monitoring.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1313,7 +1313,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to set monitoring.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1336,7 +1336,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to set monitoring.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1358,7 +1358,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to set monitoring.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1376,7 +1376,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to set monitoring.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java index 57dbb676..ae748e84 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java @@ -156,7 +156,7 @@ public interface SetMonitoringServiceRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set monitoring.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -169,7 +169,7 @@ public interface SetMonitoringServiceRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to set monitoring.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java index c5a35f56..9c084c6c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java @@ -368,7 +368,7 @@ public com.google.container.v1.NetworkPolicyOrBuilder getNetworkPolicyOrBuilder( * *
    * The name (project, location, cluster id) of the cluster to set networking
-   * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * policy. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -391,7 +391,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster id) of the cluster to set networking
-   * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * policy. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -1375,7 +1375,7 @@ public com.google.container.v1.NetworkPolicyOrBuilder getNetworkPolicyOrBuilder( * *
      * The name (project, location, cluster id) of the cluster to set networking
-     * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * policy. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1398,7 +1398,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster id) of the cluster to set networking
-     * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * policy. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1421,7 +1421,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster id) of the cluster to set networking
-     * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * policy. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1443,7 +1443,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster id) of the cluster to set networking
-     * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * policy. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1461,7 +1461,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster id) of the cluster to set networking
-     * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * policy. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java index 274ac62b..4ff31d44 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java @@ -162,7 +162,7 @@ public interface SetNetworkPolicyRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to set networking
-   * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * policy. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -175,7 +175,7 @@ public interface SetNetworkPolicyRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to set networking
-   * policy. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * policy. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java index 030fb397..76baf6f6 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java @@ -428,7 +428,7 @@ public com.google.container.v1.NodePoolAutoscalingOrBuilder getAutoscalingOrBuil *
    * The name (project, location, cluster, node pool) of the node pool to set
    * autoscaler settings. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -452,7 +452,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster, node pool) of the node pool to set
    * autoscaler settings. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -1572,7 +1572,7 @@ public com.google.container.v1.NodePoolAutoscalingOrBuilder getAutoscalingOrBuil *
      * The name (project, location, cluster, node pool) of the node pool to set
      * autoscaler settings. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1596,7 +1596,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster, node pool) of the node pool to set
      * autoscaler settings. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1620,7 +1620,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster, node pool) of the node pool to set
      * autoscaler settings. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1643,7 +1643,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster, node pool) of the node pool to set
      * autoscaler settings. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; @@ -1662,7 +1662,7 @@ public Builder clearName() { *
      * The name (project, location, cluster, node pool) of the node pool to set
      * autoscaler settings. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java index c19f2ea7..36ef3b0a 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java @@ -192,7 +192,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder *
    * The name (project, location, cluster, node pool) of the node pool to set
    * autoscaler settings. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; @@ -206,7 +206,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder *
    * The name (project, location, cluster, node pool) of the node pool to set
    * autoscaler settings. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java index 06c8810f..d1e5fa05 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java @@ -429,7 +429,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder() *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * management properties. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; @@ -453,7 +453,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * management properties. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; @@ -1572,7 +1572,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder() *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * management properties. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1596,7 +1596,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * management properties. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1620,7 +1620,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * management properties. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1643,7 +1643,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * management properties. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1662,7 +1662,7 @@ public Builder clearName() { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * management properties. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java index 1fb0cede..b4a7bb63 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java @@ -192,7 +192,7 @@ public interface SetNodePoolManagementRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * management properties. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; @@ -206,7 +206,7 @@ public interface SetNodePoolManagementRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * management properties. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java index c9393903..4bfecdff 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java @@ -384,7 +384,7 @@ public int getNodeCount() { *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * size.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; @@ -408,7 +408,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * size.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; @@ -1360,7 +1360,7 @@ public Builder clearNodeCount() { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * size.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1384,7 +1384,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * size.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1408,7 +1408,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * size.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1431,7 +1431,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * size.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; @@ -1450,7 +1450,7 @@ public Builder clearName() { *
      * The name (project, location, cluster, node pool id) of the node pool to set
      * size.
-     * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java index 6742fe1d..58a4d4c8 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java @@ -164,7 +164,7 @@ public interface SetNodePoolSizeRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * size.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; @@ -178,7 +178,7 @@ public interface SetNodePoolSizeRequestOrBuilder *
    * The name (project, location, cluster, node pool id) of the node pool to set
    * size.
-   * Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java index df630d7a..16fb7323 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java @@ -307,7 +307,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * *
    * The name (project, location, cluster id) of the cluster to start IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -330,7 +330,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster id) of the cluster to start IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -1115,7 +1115,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster id) of the cluster to start IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1138,7 +1138,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster id) of the cluster to start IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1161,7 +1161,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster id) of the cluster to start IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1183,7 +1183,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster id) of the cluster to start IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; @@ -1201,7 +1201,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster id) of the cluster to start IP
-     * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+     * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java index 3a903d2d..37bd42ea 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java @@ -121,7 +121,7 @@ public interface StartIPRotationRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to start IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; @@ -134,7 +134,7 @@ public interface StartIPRotationRequestOrBuilder * *
    * The name (project, location, cluster id) of the cluster to start IP
-   * rotation. Specified in the format 'projects/*/locations/*/clusters/*'.
+   * rotation. Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 6; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java index 02258fc4..9ab1137f 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java @@ -363,7 +363,7 @@ public com.google.container.v1.ClusterUpdateOrBuilder getUpdateOrBuilder() { * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -386,7 +386,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -1369,7 +1369,7 @@ public com.google.container.v1.ClusterUpdateOrBuilder getUpdateOrBuilder() { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1392,7 +1392,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1415,7 +1415,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1437,7 +1437,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; @@ -1455,7 +1455,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java index 41dcbd59..f04c1cef 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java @@ -159,7 +159,7 @@ public interface UpdateClusterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; @@ -172,7 +172,7 @@ public interface UpdateClusterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 5; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java index 8934248c..e521df01 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java @@ -370,7 +370,7 @@ public com.google.protobuf.ByteString getMasterVersionBytes() { * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -393,7 +393,7 @@ public java.lang.String getName() { * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -1302,7 +1302,7 @@ public Builder setMasterVersionBytes(com.google.protobuf.ByteString value) { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1325,7 +1325,7 @@ public java.lang.String getName() { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1348,7 +1348,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1370,7 +1370,7 @@ public Builder setName(java.lang.String value) { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; @@ -1388,7 +1388,7 @@ public Builder clearName() { * *
      * The name (project, location, cluster) of the cluster to update.
-     * Specified in the format 'projects/*/locations/*/clusters/*'.
+     * Specified in the format `projects/*/locations/*/clusters/*`.
      * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java index 2651382f..17057d30 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java @@ -160,7 +160,7 @@ public interface UpdateMasterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; @@ -173,7 +173,7 @@ public interface UpdateMasterRequestOrBuilder * *
    * The name (project, location, cluster) of the cluster to update.
-   * Specified in the format 'projects/*/locations/*/clusters/*'.
+   * Specified in the format `projects/*/locations/*/clusters/*`.
    * 
* * string name = 7; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java index 0900a1b4..8c2757a4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java @@ -487,7 +487,7 @@ public com.google.protobuf.ByteString getImageTypeBytes() { *
    * The name (project, location, cluster, node pool) of the node pool to
    * update. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 8; @@ -511,7 +511,7 @@ public java.lang.String getName() { *
    * The name (project, location, cluster, node pool) of the node pool to
    * update. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 8; @@ -1680,7 +1680,7 @@ public Builder setImageTypeBytes(com.google.protobuf.ByteString value) { *
      * The name (project, location, cluster, node pool) of the node pool to
      * update. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 8; @@ -1704,7 +1704,7 @@ public java.lang.String getName() { *
      * The name (project, location, cluster, node pool) of the node pool to
      * update. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 8; @@ -1728,7 +1728,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
      * The name (project, location, cluster, node pool) of the node pool to
      * update. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 8; @@ -1751,7 +1751,7 @@ public Builder setName(java.lang.String value) { *
      * The name (project, location, cluster, node pool) of the node pool to
      * update. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 8; @@ -1770,7 +1770,7 @@ public Builder clearName() { *
      * The name (project, location, cluster, node pool) of the node pool to
      * update. Specified in the format
-     * 'projects/*/locations/*/clusters/*/nodePools/*'.
+     * `projects/*/locations/*/clusters/*/nodePools/*`.
      * 
* * string name = 8; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java index f944010d..1c3423a3 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java @@ -217,7 +217,7 @@ public interface UpdateNodePoolRequestOrBuilder *
    * The name (project, location, cluster, node pool) of the node pool to
    * update. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 8; @@ -231,7 +231,7 @@ public interface UpdateNodePoolRequestOrBuilder *
    * The name (project, location, cluster, node pool) of the node pool to
    * update. Specified in the format
-   * 'projects/*/locations/*/clusters/*/nodePools/*'.
+   * `projects/*/locations/*/clusters/*/nodePools/*`.
    * 
* * string name = 8; diff --git a/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto b/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto index 2fa38277..3a798ca1 100644 --- a/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto +++ b/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto @@ -1461,7 +1461,7 @@ message CreateClusterRequest { Cluster cluster = 3 [(google.api.field_behavior) = REQUIRED]; // The parent (project and location) where the cluster will be created. - // Specified in the format 'projects/*/locations/*'. + // Specified in the format `projects/*/locations/*`. string parent = 5; } @@ -1483,7 +1483,7 @@ message GetClusterRequest { string cluster_id = 3 [deprecated = true]; // The name (project, location, cluster) of the cluster to retrieve. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 5; } @@ -1508,7 +1508,7 @@ message UpdateClusterRequest { ClusterUpdate update = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster) of the cluster to update. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 5; } @@ -1551,7 +1551,7 @@ message UpdateNodePoolRequest { // The name (project, location, cluster, node pool) of the node pool to // update. Specified in the format - // 'projects/*/locations/*/clusters/*/nodePools/*'. + // `projects/*/locations/*/clusters/*/nodePools/*`. string name = 8; } @@ -1581,7 +1581,7 @@ message SetNodePoolAutoscalingRequest { // The name (project, location, cluster, node pool) of the node pool to set // autoscaler settings. Specified in the format - // 'projects/*/locations/*/clusters/*/nodePools/*'. + // `projects/*/locations/*/clusters/*/nodePools/*`. string name = 6; } @@ -1610,7 +1610,7 @@ message SetLoggingServiceRequest { string logging_service = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster) of the cluster to set logging. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 5; } @@ -1641,7 +1641,7 @@ message SetMonitoringServiceRequest { string monitoring_service = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster) of the cluster to set monitoring. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 6; } @@ -1667,7 +1667,7 @@ message SetAddonsConfigRequest { AddonsConfig addons_config = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster) of the cluster to set addons. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 6; } @@ -1698,7 +1698,7 @@ message SetLocationsRequest { repeated string locations = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster) of the cluster to set locations. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 6; } @@ -1732,7 +1732,7 @@ message UpdateMasterRequest { string master_version = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster) of the cluster to update. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 7; } @@ -1778,7 +1778,7 @@ message SetMasterAuthRequest { MasterAuth update = 5 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster) of the cluster to set auth. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 7; } @@ -1800,7 +1800,7 @@ message DeleteClusterRequest { string cluster_id = 3 [deprecated = true]; // The name (project, location, cluster) of the cluster to delete. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 4; } @@ -1818,7 +1818,7 @@ message ListClustersRequest { string zone = 2 [deprecated = true]; // The parent (project and location) where the clusters will be listed. - // Specified in the format 'projects/*/locations/*'. + // Specified in the format `projects/*/locations/*`. // Location "-" matches all zones and all regions. string parent = 4; } @@ -1852,7 +1852,7 @@ message GetOperationRequest { string operation_id = 3 [deprecated = true]; // The name (project, location, operation id) of the operation to get. - // Specified in the format 'projects/*/locations/*/operations/*'. + // Specified in the format `projects/*/locations/*/operations/*`. string name = 5; } @@ -1869,7 +1869,7 @@ message ListOperationsRequest { string zone = 2 [deprecated = true]; // The parent (project and location) where the operations will be listed. - // Specified in the format 'projects/*/locations/*'. + // Specified in the format `projects/*/locations/*`. // Location "-" matches all zones and all regions. string parent = 4; } @@ -1891,7 +1891,7 @@ message CancelOperationRequest { string operation_id = 3 [deprecated = true]; // The name (project, location, operation id) of the operation to cancel. - // Specified in the format 'projects/*/locations/*/operations/*'. + // Specified in the format `projects/*/locations/*/operations/*`. string name = 4; } @@ -1918,7 +1918,7 @@ message GetServerConfigRequest { string zone = 2 [deprecated = true]; // The name (project and location) of the server config to get, - // specified in the format 'projects/*/locations/*'. + // specified in the format `projects/*/locations/*`. string name = 4; } @@ -1962,7 +1962,7 @@ message CreateNodePoolRequest { // The parent (project, location, cluster id) where the node pool will be // created. Specified in the format - // 'projects/*/locations/*/clusters/*'. + // `projects/*/locations/*/clusters/*`. string parent = 6; } @@ -1989,7 +1989,7 @@ message DeleteNodePoolRequest { // The name (project, location, cluster, node pool id) of the node pool to // delete. Specified in the format - // 'projects/*/locations/*/clusters/*/nodePools/*'. + // `projects/*/locations/*/clusters/*/nodePools/*`. string name = 6; } @@ -2011,7 +2011,7 @@ message ListNodePoolsRequest { string cluster_id = 3 [deprecated = true]; // The parent (project, location, cluster id) where the node pools will be - // listed. Specified in the format 'projects/*/locations/*/clusters/*'. + // listed. Specified in the format `projects/*/locations/*/clusters/*`. string parent = 5; } @@ -2038,7 +2038,7 @@ message GetNodePoolRequest { // The name (project, location, cluster, node pool id) of the node pool to // get. Specified in the format - // 'projects/*/locations/*/clusters/*/nodePools/*'. + // `projects/*/locations/*/clusters/*/nodePools/*`. string name = 6; } @@ -2275,7 +2275,7 @@ message SetNodePoolManagementRequest { // The name (project, location, cluster, node pool id) of the node pool to set // management properties. Specified in the format - // 'projects/*/locations/*/clusters/*/nodePools/*'. + // `projects/*/locations/*/clusters/*/nodePools/*`. string name = 7; } @@ -2306,7 +2306,7 @@ message SetNodePoolSizeRequest { // The name (project, location, cluster, node pool id) of the node pool to set // size. - // Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'. + // Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`. string name = 7; } @@ -2335,7 +2335,7 @@ message RollbackNodePoolUpgradeRequest { // The name (project, location, cluster, node pool id) of the node poll to // rollback upgrade. - // Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'. + // Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`. string name = 6; } @@ -2440,7 +2440,7 @@ message SetLabelsRequest { string label_fingerprint = 5 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster id) of the cluster to set labels. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 7; } @@ -2466,7 +2466,7 @@ message SetLegacyAbacRequest { bool enabled = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster id) of the cluster to set legacy abac. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 6; } @@ -2489,7 +2489,7 @@ message StartIPRotationRequest { string cluster_id = 3 [deprecated = true]; // The name (project, location, cluster id) of the cluster to start IP - // rotation. Specified in the format 'projects/*/locations/*/clusters/*'. + // rotation. Specified in the format `projects/*/locations/*/clusters/*`. string name = 6; // Whether to rotate credentials during IP rotation. @@ -2514,7 +2514,7 @@ message CompleteIPRotationRequest { string cluster_id = 3 [deprecated = true]; // The name (project, location, cluster id) of the cluster to complete IP - // rotation. Specified in the format 'projects/*/locations/*/clusters/*'. + // rotation. Specified in the format `projects/*/locations/*/clusters/*`. string name = 7; } @@ -2549,7 +2549,7 @@ message SetNetworkPolicyRequest { NetworkPolicy network_policy = 4 [(google.api.field_behavior) = REQUIRED]; // The name (project, location, cluster id) of the cluster to set networking - // policy. Specified in the format 'projects/*/locations/*/clusters/*'. + // policy. Specified in the format `projects/*/locations/*/clusters/*`. string name = 6; } @@ -2573,7 +2573,7 @@ message SetMaintenancePolicyRequest { // The name (project, location, cluster id) of the cluster to set maintenance // policy. - // Specified in the format 'projects/*/locations/*/clusters/*'. + // Specified in the format `projects/*/locations/*/clusters/*`. string name = 5; } @@ -2669,7 +2669,7 @@ message DatabaseEncryption { // available to a user for creating clusters. message ListUsableSubnetworksRequest { // The parent project where subnetworks are usable. - // Specified in the format 'projects/*'. + // Specified in the format `projects/*`. string parent = 1; // Filtering currently only supports equality on the networkProjectId and must diff --git a/synth.metadata b/synth.metadata index f92f8d6c..e11cc617 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,4 @@ { - "updateTime": "2020-04-09T09:11:17.260224Z", "sources": [ { "git": { @@ -12,8 +11,9 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "d741cd976975c745d0199987aff0e908b8352992", - "internalRef": "305561906" + "sha": "9af7212bc2cba8a7184f032e1ab6662ccf604b3a", + "internalRef": "305751417", + "log": "9af7212bc2cba8a7184f032e1ab6662ccf604b3a\ndocs: display resource name patterns in code font.\n\nPiperOrigin-RevId: 305751417\n\nc451a4457f38e5582e9794a0094c773355a9eaad\nBigQuery Connection API v1.\nBreaking changes:\n Removed UpdateConnectionCredential method.\n Removed ListConnectionsRequest.max_results, added ListConnectionsRequest.page_size.\n\nPiperOrigin-RevId: 305738384\n\naf71ea52236b05ce73253f6bc935fcf35c866664\nchore: enable gapicv2 for vision/v1p2beta1 API\n\nCommitter: @miraleung\nPiperOrigin-RevId: 305730427\n\n6114e2d30c0792522720d1c2cf8f5e111be7545b\nchore: enable gapicv2 for vision/v1p1beta1 API\n\nCommitter: @miraleung\nPiperOrigin-RevId: 305729994\n\nee4ea76504aa60c2bff9b7c11269c155d8c21e0d\ngapic-generator:\n- feat: Support extra plugin_args for php bazel rules rules (#3165)\n- feat: support '*' in resource definition (#3163)\n- fix: add null check and better error message when referenced resource is not found (#3169)\n\nresource name plugin:\n- support * annotation in resource def (#84)\n\nPiperOrigin-RevId: 305619145\n\ne4f4b23e07315492b533746e6a9255a1e6b3e748\nosconfig v1beta: fix the incorrect pattern for GuestPolicy resource and remove the obsolete history field.\n\nPiperOrigin-RevId: 305617619\n\n" } }, {