Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ccfdc18

Browse files
docs: Fixed broken links in the reference documentation (#183)
This PR was generated using Autosynth. 🌈 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: googleapis/googleapis@dd244bb
1 parent b4fe079 commit ccfdc18

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ public com.google.container.v1.NodeConfigOrBuilder getConfigOrBuilder() {
611611
*
612612
* <pre>
613613
* The initial node count for the pool. You must ensure that your
614-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
614+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
615615
* is sufficient for this number of instances. You must also have available
616616
* firewall and routes quota.
617617
* </pre>
@@ -2023,7 +2023,7 @@ public com.google.container.v1.NodeConfigOrBuilder getConfigOrBuilder() {
20232023
*
20242024
* <pre>
20252025
* The initial node count for the pool. You must ensure that your
2026-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
2026+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
20272027
* is sufficient for this number of instances. You must also have available
20282028
* firewall and routes quota.
20292029
* </pre>
@@ -2041,7 +2041,7 @@ public int getInitialNodeCount() {
20412041
*
20422042
* <pre>
20432043
* The initial node count for the pool. You must ensure that your
2044-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
2044+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
20452045
* is sufficient for this number of instances. You must also have available
20462046
* firewall and routes quota.
20472047
* </pre>
@@ -2062,7 +2062,7 @@ public Builder setInitialNodeCount(int value) {
20622062
*
20632063
* <pre>
20642064
* The initial node count for the pool. You must ensure that your
2065-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
2065+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
20662066
* is sufficient for this number of instances. You must also have available
20672067
* firewall and routes quota.
20682068
* </pre>

proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public interface NodePoolOrBuilder
8888
*
8989
* <pre>
9090
* The initial node count for the pool. You must ensure that your
91-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
91+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
9292
* is sufficient for this number of instances. You must also have available
9393
* firewall and routes quota.
9494
* </pre>

proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ message NodePool {
20872087
NodeConfig config = 2;
20882088

20892089
// The initial node count for the pool. You must ensure that your
2090-
// Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
2090+
// Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
20912091
// is sufficient for this number of instances. You must also have available
20922092
// firewall and routes quota.
20932093
int32 initial_node_count = 3;

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c77929eb8d6c7d6238f585cb9ee9d364893f9ed4",
15-
"internalRef": "314788929"
14+
"sha": "dd244bb3a5023a4a9290b21dae6b99020c026123",
15+
"internalRef": "315023125"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)