From ccfdc1883955bb4b24697ccbb8a3dd42783c475f Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 11 Jun 2020 11:14:54 -0700 Subject: [PATCH] docs: Fixed broken links in the reference documentation (#183) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/877c1c2f-5fbf-48be-9855-8cc009788f1a/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 315023125 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 | 4 ++-- 4 files changed, 8 insertions(+), 8 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 9e3b58c7..97ce3517 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,8 +11,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "c77929eb8d6c7d6238f585cb9ee9d364893f9ed4", - "internalRef": "314788929" + "sha": "dd244bb3a5023a4a9290b21dae6b99020c026123", + "internalRef": "315023125" } }, {