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

Commit 1ea5933

Browse files
docs: fix a broken link in the docs. (#179)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/94ecf927-e915-4508-98b1-89471d78e772/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 314788929 Source-Link: googleapis/googleapis@c77929e
1 parent 50e8568 commit 1ea5933

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/Cluster.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
10231023
*
10241024
* <pre>
10251025
* The number of nodes to create in this cluster. You must ensure that your
1026-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
1026+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
10271027
* is sufficient for this number of instances. You must also have available
10281028
* firewall and routes quota.
10291029
* For requests, this field should only be used in lieu of a
@@ -5073,7 +5073,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
50735073
*
50745074
* <pre>
50755075
* The number of nodes to create in this cluster. You must ensure that your
5076-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
5076+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
50775077
* is sufficient for this number of instances. You must also have available
50785078
* firewall and routes quota.
50795079
* For requests, this field should only be used in lieu of a
@@ -5097,7 +5097,7 @@ public int getInitialNodeCount() {
50975097
*
50985098
* <pre>
50995099
* The number of nodes to create in this cluster. You must ensure that your
5100-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
5100+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
51015101
* is sufficient for this number of instances. You must also have available
51025102
* firewall and routes quota.
51035103
* For requests, this field should only be used in lieu of a
@@ -5124,7 +5124,7 @@ public Builder setInitialNodeCount(int value) {
51245124
*
51255125
* <pre>
51265126
* The number of nodes to create in this cluster. You must ensure that your
5127-
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
5127+
* Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
51285128
* is sufficient for this number of instances. You must also have available
51295129
* firewall and routes quota.
51305130
* For requests, this field should only be used in lieu of a

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public interface ClusterOrBuilder
8888
*
8989
* <pre>
9090
* The number of nodes to create in this cluster. 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
* For requests, this field should only be used in lieu of a

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ message Cluster {
989989
string description = 2;
990990

991991
// The number of nodes to create in this cluster. You must ensure that your
992-
// Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
992+
// Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
993993
// is sufficient for this number of instances. You must also have available
994994
// firewall and routes quota.
995995
// For requests, this field should only be used in lieu of a

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": "c4e37010d74071851ff24121f522e802231ac86e",
15-
"internalRef": "313460921"
14+
"sha": "c77929eb8d6c7d6238f585cb9ee9d364893f9ed4",
15+
"internalRef": "314788929"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)