By default, the cluster is created in the project's [default - * network](/compute/docs/networks-and-firewalls#networks). + * network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). * *
One firewall is added for the cluster. After cluster creation, the Kubelet creates routes
* for each node to allow the containers on that node to communicate with all other instances in
@@ -415,10 +415,10 @@ public final UnaryCallable By default, the cluster is created in the project's [default
- * network](/compute/docs/networks-and-firewalls#networks).
+ * network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
*
* One firewall is added for the cluster. After cluster creation, the Kubelet creates routes
* for each node to allow the containers on that node to communicate with all other instances in
@@ -459,7 +459,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/*'.
* @param cluster Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * 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
*/
public final Operation createCluster(String parent, Cluster cluster) {
@@ -474,7 +474,7 @@ public final Operation createCluster(String parent, Cluster cluster) {
* instances.
*
* By default, the cluster is created in the project's [default
- * network](/compute/docs/networks-and-firewalls#networks).
+ * network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
*
* One firewall is added for the cluster. After cluster creation, the Kubelet creates routes
* for each node to allow the containers on that node to communicate with all other instances in
@@ -508,7 +508,7 @@ public final Operation createCluster(CreateClusterRequest request) {
* instances.
*
* By default, the cluster is created in the project's [default
- * network](/compute/docs/networks-and-firewalls#networks).
+ * network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
*
* One firewall is added for the cluster. After cluster creation, the Kubelet creates routes
* for each node to allow the containers on that node to communicate with all other instances in
@@ -555,8 +555,8 @@ public final UnaryCallable This list must always include the cluster's primary zone.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@@ -1149,9 +1150,10 @@ public final Operation setLocations(
* @param name The name (project, location, cluster) of the cluster to set locations. Specified in
* the format 'projects/*/locations/*/clusters/*'.
* @param locations Required. The desired list of Google Compute Engine
- * [zones](/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 created or removed
- * from the cluster, depending on whether locations are being added or removed.
+ * [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
+ * created or removed from the cluster, depending on whether locations are being added or
+ * removed.
* This list must always include the cluster's primary zone.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@@ -1226,8 +1228,8 @@ public final UnaryCallable
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
@@ -163,7 +163,7 @@ public java.lang.String getAcceleratorType() {
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
@@ -570,7 +570,7 @@ public Builder clearAcceleratorCount() {
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
@@ -593,7 +593,7 @@ public java.lang.String getAcceleratorType() {
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
@@ -616,7 +616,7 @@ public com.google.protobuf.ByteString getAcceleratorTypeBytes() {
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
@@ -638,7 +638,7 @@ public Builder setAcceleratorType(java.lang.String value) {
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
@@ -656,7 +656,7 @@ public Builder clearAcceleratorType() {
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AcceleratorConfigOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AcceleratorConfigOrBuilder.java
index ae6aab93..7ab425bd 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AcceleratorConfigOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AcceleratorConfigOrBuilder.java
@@ -41,7 +41,7 @@ public interface AcceleratorConfigOrBuilder
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
@@ -54,7 +54,7 @@ public interface AcceleratorConfigOrBuilder
*
*
* The accelerator type resource name. List of supported accelerators
- * [here](/compute/docs/gpus)
+ * [here](https://cloud.google.com/compute/docs/gpus)
*
*
* string accelerator_type = 2;
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 db8500c3..83eae1d8 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
@@ -195,7 +195,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
@@ -220,7 +220,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
@@ -832,7 +832,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
@@ -857,7 +857,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
@@ -882,7 +882,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
@@ -906,7 +906,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
@@ -926,7 +926,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
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 a1f5fcf7..c819b444 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
@@ -59,7 +59,7 @@ public interface CancelOperationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
@@ -74,7 +74,7 @@ public interface CancelOperationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation resides.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
* This field has been deprecated and replaced by the name field.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java
index 6eba0f68..ccc1dbb7 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java
@@ -1287,7 +1287,7 @@ public com.google.protobuf.ByteString getMonitoringServiceBytes() {
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -1312,7 +1312,7 @@ public java.lang.String getNetwork() {
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -1438,7 +1438,7 @@ public com.google.container.v1.AddonsConfigOrBuilder getAddonsConfigOrBuilder()
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -1462,7 +1462,7 @@ public java.lang.String getSubnetwork() {
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -1563,7 +1563,7 @@ public com.google.container.v1.NodePoolOrBuilder getNodePoolsOrBuilder(int index
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -1579,7 +1579,7 @@ public com.google.protobuf.ProtocolStringList getLocationsList() {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -1595,7 +1595,7 @@ public int getLocationsCount() {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -1612,7 +1612,7 @@ public java.lang.String getLocations(int index) {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -2498,7 +2498,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -2524,7 +2524,7 @@ public java.lang.String getZone() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -2722,7 +2722,7 @@ public com.google.protobuf.ByteString getCurrentMasterVersionBytes() {
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -2749,7 +2749,7 @@ public java.lang.String getCurrentNodeVersion() {
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -3119,8 +3119,8 @@ public com.google.protobuf.ByteString getExpireTimeBytes() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -3144,8 +3144,8 @@ public java.lang.String getLocation() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -5791,7 +5791,7 @@ public Builder setMonitoringServiceBytes(com.google.protobuf.ByteString value) {
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -5816,7 +5816,7 @@ public java.lang.String getNetwork() {
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -5841,7 +5841,7 @@ public com.google.protobuf.ByteString getNetworkBytes() {
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -5865,7 +5865,7 @@ public Builder setNetwork(java.lang.String value) {
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -5885,7 +5885,7 @@ public Builder clearNetwork() {
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -6218,7 +6218,7 @@ public com.google.container.v1.AddonsConfigOrBuilder getAddonsConfigOrBuilder()
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -6242,7 +6242,7 @@ public java.lang.String getSubnetwork() {
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -6266,7 +6266,7 @@ public com.google.protobuf.ByteString getSubnetworkBytes() {
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -6289,7 +6289,7 @@ public Builder setSubnetwork(java.lang.String value) {
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -6308,7 +6308,7 @@ public Builder clearSubnetwork() {
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -6726,7 +6726,7 @@ private void ensureLocationsIsMutable() {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6742,7 +6742,7 @@ public com.google.protobuf.ProtocolStringList getLocationsList() {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6758,7 +6758,7 @@ public int getLocationsCount() {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6775,7 +6775,7 @@ public java.lang.String getLocations(int index) {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6792,7 +6792,7 @@ public com.google.protobuf.ByteString getLocationsBytes(int index) {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6816,7 +6816,7 @@ public Builder setLocations(int index, java.lang.String value) {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6839,7 +6839,7 @@ public Builder addLocations(java.lang.String value) {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6859,7 +6859,7 @@ public Builder addAllLocations(java.lang.Iterable
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -6878,7 +6878,7 @@ public Builder clearLocations() {
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -10021,7 +10021,7 @@ public Builder setSelfLinkBytes(com.google.protobuf.ByteString value) {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -10047,7 +10047,7 @@ public java.lang.String getZone() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -10073,7 +10073,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -10098,7 +10098,7 @@ public Builder setZone(java.lang.String value) {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -10119,7 +10119,7 @@ public Builder clearZone() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -10535,7 +10535,7 @@ public Builder setCurrentMasterVersionBytes(com.google.protobuf.ByteString value
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -10562,7 +10562,7 @@ public java.lang.String getCurrentNodeVersion() {
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -10589,7 +10589,7 @@ public com.google.protobuf.ByteString getCurrentNodeVersionBytes() {
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -10615,7 +10615,7 @@ public Builder setCurrentNodeVersion(java.lang.String value) {
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -10637,7 +10637,7 @@ public Builder clearCurrentNodeVersion() {
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -11507,8 +11507,8 @@ public Builder setExpireTimeBytes(com.google.protobuf.ByteString value) {
*
*
*
@@ -1611,7 +1611,7 @@ public Builder clearAutoprovisioningLocations() {
*
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -11532,8 +11532,8 @@ public java.lang.String getLocation() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -11557,8 +11557,8 @@ public com.google.protobuf.ByteString getLocationBytes() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -11581,8 +11581,8 @@ public Builder setLocation(java.lang.String value) {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -11601,8 +11601,8 @@ public Builder clearLocation() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscaling.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscaling.java
index dd83edd0..3b880f3f 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscaling.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscaling.java
@@ -307,7 +307,7 @@ public boolean hasAutoprovisioningNodePoolDefaults() {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -322,7 +322,7 @@ public com.google.protobuf.ProtocolStringList getAutoprovisioningLocationsList()
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -337,7 +337,7 @@ public int getAutoprovisioningLocationsCount() {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -353,7 +353,7 @@ public java.lang.String getAutoprovisioningLocations(int index) {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1467,7 +1467,7 @@ private void ensureAutoprovisioningLocationsIsMutable() {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1482,7 +1482,7 @@ public com.google.protobuf.ProtocolStringList getAutoprovisioningLocationsList()
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1497,7 +1497,7 @@ public int getAutoprovisioningLocationsCount() {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1513,7 +1513,7 @@ public java.lang.String getAutoprovisioningLocations(int index) {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1529,7 +1529,7 @@ public com.google.protobuf.ByteString getAutoprovisioningLocationsBytes(int inde
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1552,7 +1552,7 @@ public Builder setAutoprovisioningLocations(int index, java.lang.String value) {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1574,7 +1574,7 @@ public Builder addAutoprovisioningLocations(java.lang.String value) {
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -1593,7 +1593,7 @@ public Builder addAllAutoprovisioningLocations(java.lang.Iterable
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscalingOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscalingOrBuilder.java
index 313b1228..22146c53 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscalingOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterAutoscalingOrBuilder.java
@@ -142,7 +142,7 @@ public interface ClusterAutoscalingOrBuilder
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -155,7 +155,7 @@ public interface ClusterAutoscalingOrBuilder
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -168,7 +168,7 @@ public interface ClusterAutoscalingOrBuilder
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
@@ -182,7 +182,7 @@ public interface ClusterAutoscalingOrBuilder
*
*
*
- * The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ * The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
* in which the NodePool's nodes can be created by NAP.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java
index 189dbbdd..9a429f24 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java
@@ -292,7 +292,7 @@ public interface ClusterOrBuilder
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -307,7 +307,7 @@ public interface ClusterOrBuilder
*
*
* The name of the Google Compute Engine
- * [network](/compute/docs/networks-and-firewalls#networks) to which the
+ * [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
* cluster is connected. If left unspecified, the `default` network
* will be used.
*
@@ -389,7 +389,7 @@ public interface ClusterOrBuilder
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -403,7 +403,7 @@ public interface ClusterOrBuilder
*
*
* The name of the Google Compute Engine
- * [subnetwork](/compute/docs/subnetworks) to which the
+ * [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
* cluster is connected.
*
*
@@ -479,7 +479,7 @@ public interface ClusterOrBuilder
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -493,7 +493,7 @@ public interface ClusterOrBuilder
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -507,7 +507,7 @@ public interface ClusterOrBuilder
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -522,7 +522,7 @@ public interface ClusterOrBuilder
*
*
* The list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
* should be located.
*
*
@@ -1173,7 +1173,7 @@ public interface ClusterOrBuilder
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -1189,7 +1189,7 @@ public interface ClusterOrBuilder
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field is deprecated, use location instead.
*
@@ -1309,7 +1309,7 @@ public interface ClusterOrBuilder
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -1326,7 +1326,7 @@ public interface ClusterOrBuilder
*
*
* [Output only] Deprecated, use
- * [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
* instead. The current version of the node software components. If they are
* currently at multiple versions because they're in the process of being
* upgraded, this reflects the minimum version of all nodes.
@@ -1569,8 +1569,8 @@ public interface ClusterOrBuilder
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -1584,8 +1584,8 @@ public interface ClusterOrBuilder
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java
index 373eb8e4..c96207ad 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java
@@ -1001,12 +1001,13 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "tworksResponse\"<\202\323\344\223\0026\0224/v1/{parent=proj"
+ "ects/*}/aggregated/usableSubnetworks\032L\312A"
+ "\030container.googleapis.com\322A.https://www."
- + "googleapis.com/auth/cloud-platformB\246\001\n\027c"
+ + "googleapis.com/auth/cloud-platformB\305\001\n\027c"
+ "om.google.container.v1B\023ClusterServicePr"
+ "otoP\001Z
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -728,7 +728,7 @@ public int getDesiredLocationsCount() {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -748,7 +748,7 @@ public java.lang.String getDesiredLocations(int index) {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3002,7 +3002,7 @@ private void ensureDesiredLocationsIsMutable() {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3021,7 +3021,7 @@ public com.google.protobuf.ProtocolStringList getDesiredLocationsList() {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3040,7 +3040,7 @@ public int getDesiredLocationsCount() {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3060,7 +3060,7 @@ public java.lang.String getDesiredLocations(int index) {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3080,7 +3080,7 @@ public com.google.protobuf.ByteString getDesiredLocationsBytes(int index) {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3107,7 +3107,7 @@ public Builder setDesiredLocations(int index, java.lang.String value) {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3133,7 +3133,7 @@ public Builder addDesiredLocations(java.lang.String value) {
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java
index 40022086..60975e74 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java
@@ -716,7 +716,7 @@ public com.google.protobuf.ByteString getVersionBytes() {
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3156,7 +3156,7 @@ public Builder addAllDesiredLocations(java.lang.Iterable
@@ -150,7 +150,7 @@ public interface NodeConfigOrBuilder
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -3178,7 +3178,7 @@ public Builder clearDesiredLocations() {
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java
index 0c8a8151..8bea69e6 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java
@@ -28,7 +28,7 @@ public interface NodeConfigOrBuilder
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java
index e9873c13..b989d362 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java
@@ -276,7 +276,7 @@ public interface ClusterUpdateOrBuilder
*
*
@@ -2400,7 +2400,7 @@ public Builder clearOauthScopes() {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -293,7 +293,7 @@ public interface ClusterUpdateOrBuilder
*
*
@@ -2373,7 +2373,7 @@ public Builder addAllOauthScopes(java.lang.Iterable
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -310,7 +310,7 @@ public interface ClusterUpdateOrBuilder
*
*
@@ -2345,7 +2345,7 @@ public Builder addOauthScopes(java.lang.String value) {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -328,7 +328,7 @@ public interface ClusterUpdateOrBuilder
*
*
@@ -1986,7 +1986,7 @@ public Builder mergeFrom(
*
*
* The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
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 f3e1033b..77c6802b 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
@@ -195,7 +195,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
@@ -435,7 +435,7 @@ public java.lang.String getOauthScopes(int index) {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -221,7 +221,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -836,7 +836,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -862,7 +862,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -888,7 +888,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -913,7 +913,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -934,7 +934,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 304aa3d5..2e9f0daa 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
@@ -59,7 +59,7 @@ public interface CompleteIPRotationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface CompleteIPRotationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 b52611c0..847ff420 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
@@ -202,7 +202,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -228,7 +228,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -257,7 +257,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -273,7 +273,7 @@ public boolean hasCluster() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -289,7 +289,7 @@ public com.google.container.v1.Cluster getCluster() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -851,7 +851,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -877,7 +877,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -903,7 +903,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -928,7 +928,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -949,7 +949,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -982,7 +982,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -998,7 +998,7 @@ public boolean hasCluster() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -1018,7 +1018,7 @@ public com.google.container.v1.Cluster getCluster() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -1042,7 +1042,7 @@ public Builder setCluster(com.google.container.v1.Cluster value) {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -1063,7 +1063,7 @@ public Builder setCluster(com.google.container.v1.Cluster.Builder builderForValu
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -1089,7 +1089,7 @@ public Builder mergeCluster(com.google.container.v1.Cluster value) {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -1111,7 +1111,7 @@ public Builder clearCluster() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -1127,7 +1127,7 @@ public com.google.container.v1.Cluster.Builder getClusterBuilder() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -1145,7 +1145,7 @@ public com.google.container.v1.ClusterOrBuilder getClusterOrBuilder() {
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
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 fa8d2231..f3e5a982 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
@@ -59,7 +59,7 @@ public interface CreateClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -75,7 +75,7 @@ public interface CreateClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -92,7 +92,7 @@ public interface CreateClusterRequestOrBuilder
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -106,7 +106,7 @@ public interface CreateClusterRequestOrBuilder
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
@@ -120,7 +120,7 @@ public interface CreateClusterRequestOrBuilder
*
*
* Required. A [cluster
- * resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ * resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
*
*
* .google.container.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
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 8d567ede..2eef427f 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
@@ -210,7 +210,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -236,7 +236,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -925,7 +925,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -951,7 +951,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -977,7 +977,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -1002,7 +1002,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -1023,7 +1023,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
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 1d3e0e22..6fe5e05d 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
@@ -59,7 +59,7 @@ public interface CreateNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -75,7 +75,7 @@ public interface CreateNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
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 8585e83a..54676a5d 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
@@ -195,7 +195,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -221,7 +221,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -834,7 +834,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -860,7 +860,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -886,7 +886,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -911,7 +911,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -932,7 +932,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 e8696073..0bb96e7b 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
@@ -59,7 +59,7 @@ public interface DeleteClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface DeleteClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 22695b45..76749266 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
@@ -203,7 +203,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -229,7 +229,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -911,7 +911,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -937,7 +937,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -963,7 +963,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -988,7 +988,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1009,7 +1009,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 91672131..302adab2 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
@@ -59,7 +59,7 @@ public interface DeleteNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface DeleteNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 63523904..c51b375c 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
@@ -195,7 +195,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -221,7 +221,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -834,7 +834,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -860,7 +860,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -886,7 +886,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -911,7 +911,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -932,7 +932,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 1089289e..b335fdca 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
@@ -59,7 +59,7 @@ public interface GetClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface GetClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 308c015b..932b1ada 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
@@ -203,7 +203,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -229,7 +229,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -911,7 +911,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -937,7 +937,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -963,7 +963,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -988,7 +988,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1009,7 +1009,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 ba062e4e..7ba7d378 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
@@ -59,7 +59,7 @@ public interface GetNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface GetNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 63b7dbc0..f91aa1c5 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
@@ -195,7 +195,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -221,7 +221,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -834,7 +834,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -860,7 +860,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -886,7 +886,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -911,7 +911,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -932,7 +932,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 2d9a01dc..f53a8643 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
@@ -59,7 +59,7 @@ public interface GetOperationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface GetOperationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 3200ac17..e97ac3be 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
@@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
@@ -212,7 +212,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
@@ -757,7 +757,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
@@ -782,7 +782,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
@@ -807,7 +807,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
@@ -831,7 +831,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
@@ -851,7 +851,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
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 381107e7..b977ef5d 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
@@ -59,7 +59,7 @@ public interface GetServerConfigRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
@@ -74,7 +74,7 @@ public interface GetServerConfigRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for.
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
* This field has been deprecated and replaced by the name field.
*
*
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 5820d2f4..f7d0a1ec 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
@@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
@@ -213,7 +213,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
@@ -761,7 +761,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
@@ -787,7 +787,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
@@ -813,7 +813,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
@@ -838,7 +838,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
@@ -859,7 +859,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
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 fc62ede1..54d5de0c 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
@@ -59,7 +59,7 @@ public interface ListClustersRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
@@ -75,7 +75,7 @@ public interface ListClustersRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides, or "-" for all zones.
* This field has been deprecated and replaced by the parent field.
*
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 cb5b8229..34d63f6d 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
@@ -195,7 +195,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -221,7 +221,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -834,7 +834,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -860,7 +860,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -886,7 +886,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -911,7 +911,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -932,7 +932,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
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 08997245..bd9beca4 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
@@ -59,7 +59,7 @@ public interface ListNodePoolsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
@@ -75,7 +75,7 @@ public interface ListNodePoolsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the parent field.
*
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 79d4644d..4930ebb3 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
@@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
@@ -212,7 +212,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
@@ -759,7 +759,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
@@ -784,7 +784,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
@@ -809,7 +809,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
@@ -833,7 +833,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
@@ -853,7 +853,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
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 a0c01970..0da4346f 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
@@ -59,7 +59,7 @@ public interface ListOperationsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
@@ -74,7 +74,7 @@ public interface ListOperationsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ * [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
* all zones. This field has been deprecated and replaced by the parent field.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfig.java
index 9ca1bf20..0193f6c9 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfig.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfig.java
@@ -131,7 +131,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -156,7 +156,7 @@ public java.lang.String getNetwork() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -184,7 +184,7 @@ public com.google.protobuf.ByteString getNetworkBytes() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
@@ -208,7 +208,7 @@ public java.lang.String getSubnetwork() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
@@ -597,7 +597,7 @@ public Builder mergeFrom(
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -622,7 +622,7 @@ public java.lang.String getNetwork() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -647,7 +647,7 @@ public com.google.protobuf.ByteString getNetworkBytes() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -671,7 +671,7 @@ public Builder setNetwork(java.lang.String value) {
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -691,7 +691,7 @@ public Builder clearNetwork() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -718,7 +718,7 @@ public Builder setNetworkBytes(com.google.protobuf.ByteString value) {
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
@@ -742,7 +742,7 @@ public java.lang.String getSubnetwork() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
@@ -766,7 +766,7 @@ public com.google.protobuf.ByteString getSubnetworkBytes() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
@@ -789,7 +789,7 @@ public Builder setSubnetwork(java.lang.String value) {
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
@@ -808,7 +808,7 @@ public Builder clearSubnetwork() {
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfigOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfigOrBuilder.java
index 0ab2692c..b8b06744 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfigOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NetworkConfigOrBuilder.java
@@ -28,7 +28,7 @@ public interface NetworkConfigOrBuilder
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -43,7 +43,7 @@ public interface NetworkConfigOrBuilder
*
*
* Output only. The relative name of the Google Compute Engine
- * [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ * [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
* the cluster is connected.
* Example: projects/my-project/global/networks/my-network
*
@@ -59,7 +59,7 @@ public interface NetworkConfigOrBuilder
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
@@ -73,7 +73,7 @@ public interface NetworkConfigOrBuilder
*
*
* Output only. The relative name of the Google Compute Engine
- * [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ * [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
* Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java
index fbf3eff1..77f6d874 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java
@@ -281,7 +281,7 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
*
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -307,7 +307,7 @@ public java.lang.String getMachineType() {
*
*
@@ -410,7 +410,7 @@ public int getOauthScopesCount() {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -362,7 +362,7 @@ public int getDiskSizeGb() {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
@@ -386,7 +386,7 @@ public com.google.protobuf.ProtocolStringList getOauthScopesList() {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -2012,7 +2012,7 @@ public java.lang.String getMachineType() {
*
*
@@ -2314,7 +2314,7 @@ public Builder setOauthScopes(int index, java.lang.String value) {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -2038,7 +2038,7 @@ public com.google.protobuf.ByteString getMachineTypeBytes() {
*
*
@@ -2282,7 +2282,7 @@ public com.google.protobuf.ByteString getOauthScopesBytes(int index) {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -2063,7 +2063,7 @@ public Builder setMachineType(java.lang.String value) {
*
*
@@ -2257,7 +2257,7 @@ public java.lang.String getOauthScopes(int index) {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -2084,7 +2084,7 @@ public Builder clearMachineType() {
*
*
@@ -2232,7 +2232,7 @@ public int getOauthScopesCount() {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -2184,7 +2184,7 @@ private void ensureOauthScopesIsMutable() {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
@@ -2208,7 +2208,7 @@ public com.google.protobuf.ProtocolStringList getOauthScopesList() {
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -44,7 +44,7 @@ public interface NodeConfigOrBuilder
*
*
@@ -127,7 +127,7 @@ public interface NodeConfigOrBuilder
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* The name of a Google Compute Engine [machine
- * type](/compute/docs/machine-types) (e.g.
+ * type](https://cloud.google.com/compute/docs/machine-types) (e.g.
* `n1-standard-1`).
* If unspecified, the default machine type is
* `n1-standard-1`.
@@ -83,7 +83,7 @@ public interface NodeConfigOrBuilder
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
@@ -105,7 +105,7 @@ public interface NodeConfigOrBuilder
* persistent storage on your nodes.
* * `https://www.googleapis.com/auth/devstorage.read_only` is required for
* communicating with **gcr.io**
- * (the [Google Container Registry](/container-registry/)).
+ * (the [Google Container Registry](https://cloud.google.com/container-registry/)).
* If unspecified, no scopes are added, unless Cloud Logging or Cloud
* Monitoring are enabled, in which case their required scopes will be added.
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -732,7 +732,7 @@ public com.google.protobuf.ProtocolStringList getInstanceGroupUrlsList() {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -748,7 +748,7 @@ public int getInstanceGroupUrlsCount() {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -765,7 +765,7 @@ public java.lang.String getInstanceGroupUrls(int index) {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2270,7 +2270,7 @@ private void ensureInstanceGroupUrlsIsMutable() {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2286,7 +2286,7 @@ public com.google.protobuf.ProtocolStringList getInstanceGroupUrlsList() {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2302,7 +2302,7 @@ public int getInstanceGroupUrlsCount() {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2319,7 +2319,7 @@ public java.lang.String getInstanceGroupUrls(int index) {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2336,7 +2336,7 @@ public com.google.protobuf.ByteString getInstanceGroupUrlsBytes(int index) {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2360,7 +2360,7 @@ public Builder setInstanceGroupUrls(int index, java.lang.String value) {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2383,7 +2383,7 @@ public Builder addInstanceGroupUrls(java.lang.String value) {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2403,7 +2403,7 @@ public Builder addAllInstanceGroupUrls(java.lang.Iterable
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -2422,7 +2422,7 @@ public Builder clearInstanceGroupUrls() {
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java
index 6596c00a..bd68445b 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java
@@ -154,7 +154,7 @@ public interface NodePoolOrBuilder
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -168,7 +168,7 @@ public interface NodePoolOrBuilder
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -182,7 +182,7 @@ public interface NodePoolOrBuilder
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
@@ -197,7 +197,7 @@ public interface NodePoolOrBuilder
*
*
* [Output only] The resource URLs of the [managed instance
- * groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
* associated with this node pool.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java
index 8d80800c..0b210350 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java
@@ -937,7 +937,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -963,7 +963,7 @@ public java.lang.String getZone() {
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -1248,8 +1248,8 @@ public com.google.protobuf.ByteString getTargetLinkBytes() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -1273,8 +1273,8 @@ public java.lang.String getLocation() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -2219,7 +2219,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -2245,7 +2245,7 @@ public java.lang.String getZone() {
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -2271,7 +2271,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -2296,7 +2296,7 @@ public Builder setZone(java.lang.String value) {
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -2317,7 +2317,7 @@ public Builder clearZone() {
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -2945,8 +2945,8 @@ public Builder setTargetLinkBytes(com.google.protobuf.ByteString value) {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -2970,8 +2970,8 @@ public java.lang.String getLocation() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -2995,8 +2995,8 @@ public com.google.protobuf.ByteString getLocationBytes() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -3019,8 +3019,8 @@ public Builder setLocation(java.lang.String value) {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -3039,8 +3039,8 @@ public Builder clearLocation() {
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java
index 9cded9f8..efdaafb3 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java
@@ -53,7 +53,7 @@ public interface OperationOrBuilder
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -69,7 +69,7 @@ public interface OperationOrBuilder
*
*
* The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the operation
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
* is taking place.
* This field is deprecated, use location instead.
*
@@ -236,8 +236,8 @@ public interface OperationOrBuilder
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
@@ -251,8 +251,8 @@ public interface OperationOrBuilder
*
*
* [Output only] The name of the Google Compute Engine
- * [zone](/compute/docs/regions-zones/regions-zones#available) or
- * [region](/compute/docs/regions-zones/regions-zones#available) in which
+ * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
* the cluster resides.
*
*
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 fc4076d2..63a2f2aa 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
@@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -232,7 +232,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -919,7 +919,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -945,7 +945,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -971,7 +971,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -996,7 +996,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1017,7 +1017,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 3e34e50c..d87b202e 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
@@ -59,7 +59,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 664ab4cd..a83a7b1a 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
@@ -211,7 +211,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -237,7 +237,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -932,7 +932,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -958,7 +958,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -984,7 +984,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1009,7 +1009,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1030,7 +1030,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 47308d33..c489fd03 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
@@ -59,7 +59,7 @@ public interface SetAddonsConfigRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetAddonsConfigRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 98fe25b7..215c947b 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
@@ -234,7 +234,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -260,7 +260,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1091,7 +1091,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1117,7 +1117,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1143,7 +1143,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1168,7 +1168,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1189,7 +1189,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 1eb151ab..2ac078e6 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
@@ -59,7 +59,7 @@ public interface SetLabelsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetLabelsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 0393e2a5..b968b3e5 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
@@ -201,7 +201,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -227,7 +227,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -873,7 +873,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -899,7 +899,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -925,7 +925,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -950,7 +950,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -971,7 +971,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 9fe1a181..fe29b6ec 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
@@ -59,7 +59,7 @@ public interface SetLegacyAbacRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetLegacyAbacRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 c107bc1d..1d16a017 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
@@ -210,7 +210,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -236,7 +236,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -316,7 +316,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -335,7 +335,7 @@ public com.google.protobuf.ProtocolStringList getLocationsList() {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -354,7 +354,7 @@ public int getLocationsCount() {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -374,7 +374,7 @@ public java.lang.String getLocations(int index) {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -966,7 +966,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -992,7 +992,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1018,7 +1018,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1043,7 +1043,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1064,7 +1064,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1216,7 +1216,7 @@ private void ensureLocationsIsMutable() {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1235,7 +1235,7 @@ public com.google.protobuf.ProtocolStringList getLocationsList() {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1254,7 +1254,7 @@ public int getLocationsCount() {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1274,7 +1274,7 @@ public java.lang.String getLocations(int index) {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1294,7 +1294,7 @@ public com.google.protobuf.ByteString getLocationsBytes(int index) {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1321,7 +1321,7 @@ public Builder setLocations(int index, java.lang.String value) {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1347,7 +1347,7 @@ public Builder addLocations(java.lang.String value) {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1370,7 +1370,7 @@ public Builder addAllLocations(java.lang.Iterable
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -1392,7 +1392,7 @@ public Builder clearLocations() {
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
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 64cd8d5a..1285a765 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
@@ -59,7 +59,7 @@ public interface SetLocationsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetLocationsRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -121,7 +121,7 @@ public interface SetLocationsRequestOrBuilder
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -138,7 +138,7 @@ public interface SetLocationsRequestOrBuilder
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -155,7 +155,7 @@ public interface SetLocationsRequestOrBuilder
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
@@ -173,7 +173,7 @@ public interface SetLocationsRequestOrBuilder
*
*
* Required. The desired list of Google Compute Engine
- * [zones](/compute/docs/zones#available) in which the cluster's nodes
+ * [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 created or removed from the cluster, depending on
* whether locations are being added or removed.
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 54ac55c9..cfc0a40b 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
@@ -203,7 +203,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -229,7 +229,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -912,7 +912,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -938,7 +938,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -964,7 +964,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -989,7 +989,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1010,7 +1010,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 929929dd..b342d3b6 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
@@ -59,7 +59,7 @@ public interface SetLoggingServiceRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetLoggingServiceRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 ee01932b..55150821 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
@@ -207,7 +207,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
@@ -231,7 +231,7 @@ public java.lang.String getZone() {
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
@@ -914,7 +914,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
@@ -938,7 +938,7 @@ public java.lang.String getZone() {
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
@@ -962,7 +962,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
@@ -985,7 +985,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
@@ -1004,7 +1004,7 @@ public Builder clearZone() {
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
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 353bb8a6..30410ed9 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
@@ -55,7 +55,7 @@ public interface SetMaintenancePolicyRequestOrBuilder
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
@@ -69,7 +69,7 @@ public interface SetMaintenancePolicyRequestOrBuilder
*
*
* Required. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
*
*
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 13b2ad5f..1159e271 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
@@ -399,7 +399,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -425,7 +425,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1167,7 +1167,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1193,7 +1193,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1219,7 +1219,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1244,7 +1244,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1265,7 +1265,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 58473858..74e9ba29 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
@@ -59,7 +59,7 @@ public interface SetMasterAuthRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetMasterAuthRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 ad9fadc1..503d38ff 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
@@ -203,7 +203,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -229,7 +229,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -917,7 +917,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -943,7 +943,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -969,7 +969,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -994,7 +994,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1015,7 +1015,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 47db6046..57dbb676 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
@@ -59,7 +59,7 @@ public interface SetMonitoringServiceRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetMonitoringServiceRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 22e46b99..c5a35f56 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
@@ -211,7 +211,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -237,7 +237,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -930,7 +930,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -956,7 +956,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -982,7 +982,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1007,7 +1007,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1028,7 +1028,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 f59ca027..274ac62b 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
@@ -59,7 +59,7 @@ public interface SetNetworkPolicyRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetNetworkPolicyRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 5d55a104..030fb397 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
@@ -219,7 +219,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -245,7 +245,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1009,7 +1009,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1035,7 +1035,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1061,7 +1061,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1086,7 +1086,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1107,7 +1107,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 61b491d8..c19f2ea7 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
@@ -59,7 +59,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 4472fb82..06c8810f 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
@@ -220,7 +220,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -246,7 +246,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1010,7 +1010,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1036,7 +1036,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1062,7 +1062,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1087,7 +1087,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1108,7 +1108,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 5ac37027..1fb0cede 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
@@ -59,7 +59,7 @@ public interface SetNodePoolManagementRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetNodePoolManagementRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 8bc7eeda..c9393903 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
@@ -209,7 +209,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -235,7 +235,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -950,7 +950,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -976,7 +976,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1002,7 +1002,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1027,7 +1027,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1048,7 +1048,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 3af6bbe9..6742fe1d 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
@@ -59,7 +59,7 @@ public interface SetNodePoolSizeRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface SetNodePoolSizeRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 6222d018..df630d7a 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
@@ -201,7 +201,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -227,7 +227,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -873,7 +873,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -899,7 +899,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -925,7 +925,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -950,7 +950,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -971,7 +971,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 2463cfbd..3a903d2d 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
@@ -59,7 +59,7 @@ public interface StartIPRotationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface StartIPRotationRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 17fd3fa9..02258fc4 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
@@ -211,7 +211,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -237,7 +237,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -924,7 +924,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -950,7 +950,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -976,7 +976,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1001,7 +1001,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1022,7 +1022,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 c5bb9ac6..41dcbd59 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
@@ -59,7 +59,7 @@ public interface UpdateClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface UpdateClusterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 eb5bba3a..8934248c 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
@@ -203,7 +203,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -229,7 +229,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -919,7 +919,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -945,7 +945,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -971,7 +971,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -996,7 +996,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1017,7 +1017,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 88bd97de..2651382f 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
@@ -59,7 +59,7 @@ public interface UpdateMasterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface UpdateMasterRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 3bad127a..0900a1b4 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
@@ -219,7 +219,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -245,7 +245,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1069,7 +1069,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1095,7 +1095,7 @@ public java.lang.String getZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1121,7 +1121,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1146,7 +1146,7 @@ public Builder setZone(java.lang.String value) {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -1167,7 +1167,7 @@ public Builder clearZone() {
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 ad4e1bc8..f944010d 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
@@ -59,7 +59,7 @@ public interface UpdateNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
@@ -75,7 +75,7 @@ public interface UpdateNodePoolRequestOrBuilder
*
*
* Deprecated. The name of the Google Compute Engine
- * [zone](/compute/docs/zones#available) in which the cluster
+ * [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
* resides.
* This field has been deprecated and replaced by the name field.
*
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 6330645a..2fa38277 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
@@ -29,6 +29,7 @@ option java_multiple_files = true;
option java_outer_classname = "ClusterServiceProto";
option java_package = "com.google.container.v1";
option php_namespace = "Google\\Cloud\\Container\\V1";
+option ruby_package = "Google::Cloud::Container::V1";
// Google Kubernetes Engine Cluster Manager v1
service ClusterManager {
@@ -64,7 +65,7 @@ service ClusterManager {
// Compute Engine instances.
//
// By default, the cluster is created in the project's
- // [default network](/compute/docs/networks-and-firewalls#networks).
+ // [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
//
// One firewall is added for the cluster. After cluster creation,
// the Kubelet creates routes for each node to allow the containers
@@ -458,7 +459,7 @@ service ClusterManager {
// Parameters that describe the nodes in a cluster.
message NodeConfig {
// The name of a Google Compute Engine [machine
- // type](/compute/docs/machine-types) (e.g.
+ // type](https://cloud.google.com/compute/docs/machine-types) (e.g.
// `n1-standard-1`).
//
// If unspecified, the default machine type is
@@ -481,7 +482,7 @@ message NodeConfig {
// persistent storage on your nodes.
// * `https://www.googleapis.com/auth/devstorage.read_only` is required for
// communicating with **gcr.io**
- // (the [Google Container Registry](/container-registry/)).
+ // (the [Google Container Registry](https://cloud.google.com/container-registry/)).
//
// If unspecified, no scopes are added, unless Cloud Logging or Cloud
// Monitoring are enabled, in which case their required scopes will be added.
@@ -1038,7 +1039,7 @@ message Cluster {
string monitoring_service = 7;
// The name of the Google Compute Engine
- // [network](/compute/docs/networks-and-firewalls#networks) to which the
+ // [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
// cluster is connected. If left unspecified, the `default` network
// will be used.
string network = 8;
@@ -1053,7 +1054,7 @@ message Cluster {
AddonsConfig addons_config = 10;
// The name of the Google Compute Engine
- // [subnetwork](/compute/docs/subnetworks) to which the
+ // [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the
// cluster is connected.
string subnetwork = 11;
@@ -1063,7 +1064,7 @@ message Cluster {
repeated NodePool node_pools = 12;
// The list of Google Compute Engine
- // [zones](/compute/docs/zones#available) in which the cluster's nodes
+ // [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes
// should be located.
repeated string locations = 13;
@@ -1131,7 +1132,7 @@ message Cluster {
string self_link = 100;
// [Output only] The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field is deprecated, use location instead.
string zone = 101 [deprecated = true];
@@ -1163,7 +1164,7 @@ message Cluster {
string current_master_version = 104;
// [Output only] Deprecated, use
- // [NodePools.version](/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
+ // [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.zones.clusters.nodePools)
// instead. The current version of the node software components. If they are
// currently at multiple versions because they're in the process of being
// upgraded, this reflects the minimum version of all nodes.
@@ -1205,8 +1206,8 @@ message Cluster {
string expire_time = 113;
// [Output only] The name of the Google Compute Engine
- // [zone](/compute/docs/regions-zones/regions-zones#available) or
- // [region](/compute/docs/regions-zones/regions-zones#available) in which
+ // [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ // [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
// the cluster resides.
string location = 114;
@@ -1271,7 +1272,7 @@ message ClusterUpdate {
NodePoolAutoscaling desired_node_pool_autoscaling = 9;
// The desired list of Google Compute Engine
- // [zones](/compute/docs/zones#available) in which the cluster's nodes
+ // [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 created or removed from the cluster, depending on
// whether locations are being added or removed.
@@ -1398,7 +1399,7 @@ message Operation {
string name = 1;
// The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the operation
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation
// is taking place.
// This field is deprecated, use location instead.
string zone = 2 [deprecated = true];
@@ -1422,8 +1423,8 @@ message Operation {
string target_link = 7;
// [Output only] The name of the Google Compute Engine
- // [zone](/compute/docs/regions-zones/regions-zones#available) or
- // [region](/compute/docs/regions-zones/regions-zones#available) in which
+ // [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or
+ // [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
// the cluster resides.
string location = 9;
@@ -1450,13 +1451,13 @@ message CreateClusterRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the parent field.
string zone = 2 [deprecated = true];
// Required. A [cluster
- // resource](/container-engine/reference/rest/v1/projects.zones.clusters)
+ // resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters)
Cluster cluster = 3 [(google.api.field_behavior) = REQUIRED];
// The parent (project and location) where the cluster will be created.
@@ -1472,7 +1473,7 @@ message GetClusterRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1494,7 +1495,7 @@ message UpdateClusterRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1519,7 +1520,7 @@ message UpdateNodePoolRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1562,7 +1563,7 @@ message SetNodePoolAutoscalingRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1592,7 +1593,7 @@ message SetLoggingServiceRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1621,7 +1622,7 @@ message SetMonitoringServiceRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1652,7 +1653,7 @@ message SetAddonsConfigRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1678,7 +1679,7 @@ message SetLocationsRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1688,7 +1689,7 @@ message SetLocationsRequest {
string cluster_id = 3 [deprecated = true];
// Required. The desired list of Google Compute Engine
- // [zones](/compute/docs/zones#available) in which the cluster's nodes
+ // [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 created or removed from the cluster, depending on
// whether locations are being added or removed.
@@ -1709,7 +1710,7 @@ message UpdateMasterRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1761,7 +1762,7 @@ message SetMasterAuthRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1789,7 +1790,7 @@ message DeleteClusterRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1811,7 +1812,7 @@ message ListClustersRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides, or "-" for all zones.
// This field has been deprecated and replaced by the parent field.
string zone = 2 [deprecated = true];
@@ -1841,7 +1842,7 @@ message GetOperationRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1863,7 +1864,7 @@ message ListOperationsRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) to return operations for, or `-` for
+ // [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for
// all zones. This field has been deprecated and replaced by the parent field.
string zone = 2 [deprecated = true];
@@ -1881,7 +1882,7 @@ message CancelOperationRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the operation resides.
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1912,7 +1913,7 @@ message GetServerConfigRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) to return operations for.
+ // [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -1947,7 +1948,7 @@ message CreateNodePoolRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the parent field.
string zone = 2 [deprecated = true];
@@ -1973,7 +1974,7 @@ message DeleteNodePoolRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2000,7 +2001,7 @@ message ListNodePoolsRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the parent field.
string zone = 2 [deprecated = true];
@@ -2022,7 +2023,7 @@ message GetNodePoolRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2098,7 +2099,7 @@ message NodePool {
string version = 101;
// [Output only] The resource URLs of the [managed instance
- // groups](/compute/docs/instance-groups/creating-groups-of-managed-instances)
+ // groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
// associated with this node pool.
repeated string instance_group_urls = 102;
@@ -2256,7 +2257,7 @@ message SetNodePoolManagementRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2287,7 +2288,7 @@ message SetNodePoolSizeRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2319,7 +2320,7 @@ message RollbackNodePoolUpgradeRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2360,7 +2361,7 @@ message ClusterAutoscaling {
// created by NAP.
AutoprovisioningNodePoolDefaults autoprovisioning_node_pool_defaults = 4;
- // The list of Google Compute Engine [zones](/compute/docs/zones#available)
+ // The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
// in which the NodePool's nodes can be created by NAP.
repeated string autoprovisioning_locations = 5;
}
@@ -2418,7 +2419,7 @@ message SetLabelsRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2452,7 +2453,7 @@ message SetLegacyAbacRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2478,7 +2479,7 @@ message StartIPRotationRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2503,7 +2504,7 @@ message CompleteIPRotationRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2523,7 +2524,7 @@ message AcceleratorConfig {
int64 accelerator_count = 1;
// The accelerator type resource name. List of supported accelerators
- // [here](/compute/docs/gpus)
+ // [here](https://cloud.google.com/compute/docs/gpus)
string accelerator_type = 2;
}
@@ -2535,7 +2536,7 @@ message SetNetworkPolicyRequest {
string project_id = 1 [deprecated = true];
// Deprecated. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
// This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
@@ -2559,7 +2560,7 @@ message SetMaintenancePolicyRequest {
string project_id = 1 [(google.api.field_behavior) = REQUIRED];
// Required. The name of the Google Compute Engine
- // [zone](/compute/docs/zones#available) in which the cluster
+ // [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
// resides.
string zone = 2 [(google.api.field_behavior) = REQUIRED];
@@ -2613,13 +2614,13 @@ message StatusCondition {
// NetworkConfig reports the relative names of network & subnetwork.
message NetworkConfig {
// Output only. The relative name of the Google Compute Engine
- // [network][google.container.v1.NetworkConfig.network](/compute/docs/networks-and-firewalls#networks) to which
+ // [network][google.container.v1.NetworkConfig.network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which
// the cluster is connected.
// Example: projects/my-project/global/networks/my-network
string network = 1;
// Output only. The relative name of the Google Compute Engine
- // [subnetwork](/compute/docs/vpc) to which the cluster is connected.
+ // [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected.
// Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
string subnetwork = 2;
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 7d28b91c..9a41edbe 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@