From e5e4bec18c5d6f9bf0b48b3794950a1672880b1e Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Sat, 6 Jun 2020 02:21:23 -0700 Subject: [PATCH] docs: Fixed broken links in the reference documentation PiperOrigin-RevId: 315023125 Source-Author: Google APIs Source-Date: Fri Jun 5 17:08:50 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: dd244bb3a5023a4a9290b21dae6b99020c026123 Source-Link: https://github.com/googleapis/googleapis/commit/dd244bb3a5023a4a9290b21dae6b99020c026123 --- .../src/main/java/com/google/container/v1/NodePool.java | 8 ++++---- .../java/com/google/container/v1/NodePoolOrBuilder.java | 2 +- .../main/proto/google/container/v1/cluster_service.proto | 2 +- synth.metadata | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) 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 b827892f..2444a17a 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 @@ -611,7 +611,7 @@ public com.google.container.v1.NodeConfigOrBuilder getConfigOrBuilder() { * *
    * The initial node count for the pool. You must ensure that your
-   * Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
+   * Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
    * is sufficient for this number of instances. You must also have available
    * firewall and routes quota.
    * 
@@ -2023,7 +2023,7 @@ public com.google.container.v1.NodeConfigOrBuilder getConfigOrBuilder() { * *
      * The initial node count for the pool. You must ensure that your
-     * Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
+     * Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
      * is sufficient for this number of instances. You must also have available
      * firewall and routes quota.
      * 
@@ -2041,7 +2041,7 @@ public int getInitialNodeCount() { * *
      * The initial node count for the pool. You must ensure that your
-     * Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
+     * Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
      * is sufficient for this number of instances. You must also have available
      * firewall and routes quota.
      * 
@@ -2062,7 +2062,7 @@ public Builder setInitialNodeCount(int value) { * *
      * The initial node count for the pool. You must ensure that your
-     * Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
+     * Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
      * is sufficient for this number of instances. You must also have available
      * firewall and routes quota.
      * 
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 bd68445b..861c8e62 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 @@ -88,7 +88,7 @@ public interface NodePoolOrBuilder * *
    * The initial node count for the pool. You must ensure that your
-   * Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
+   * Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
    * is sufficient for this number of instances. You must also have available
    * firewall and routes quota.
    * 
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 6d915f3f..6363fc94 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 @@ -2087,7 +2087,7 @@ message NodePool { NodeConfig config = 2; // The initial node count for the pool. You must ensure that your - // Compute Engine resource quota + // Compute Engine [resource quota](https://cloud.google.com/compute/quotas) // is sufficient for this number of instances. You must also have available // firewall and routes quota. int32 initial_node_count = 3; diff --git a/synth.metadata b/synth.metadata index f3f8c0aa..8c939f93 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-container.git", - "sha": "1ea59336a0790d464626bf99ea2f9c6c393182d2" + "sha": "eb992676f5768b2fd6268c31d3413de1ebaad4ce" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "c77929eb8d6c7d6238f585cb9ee9d364893f9ed4", - "internalRef": "314788929" + "sha": "dd244bb3a5023a4a9290b21dae6b99020c026123", + "internalRef": "315023125" } }, {