Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ccfdc18

Browse filesBrowse 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
Copy full SHA for ccfdc18

4 files changed

+8-8Lines changed: 8 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java
+4-4Lines changed: 4 additions & 4 deletions
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>
Collapse file

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

Copy file name to clipboardExpand all lines: proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
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>
Collapse file

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

Copy file name to clipboardExpand all lines: proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto
+1-1Lines changed: 1 addition & 1 deletion
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;
Collapse file

‎synth.metadata‎

Copy file name to clipboardExpand all lines: synth.metadata
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.