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

Commit

Permalink
docs: fix a broken link in the docs. (#179)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Jun 5, 2020
1 parent 50e8568 commit 1ea5933
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -1023,7 +1023,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
*
* <pre>
* The number of nodes to create in this cluster. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* For requests, this field should only be used in lieu of a
Expand Down Expand Up @@ -5073,7 +5073,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* The number of nodes to create in this cluster. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* For requests, this field should only be used in lieu of a
Expand All @@ -5097,7 +5097,7 @@ public int getInitialNodeCount() {
*
* <pre>
* The number of nodes to create in this cluster. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* For requests, this field should only be used in lieu of a
Expand All @@ -5124,7 +5124,7 @@ public Builder setInitialNodeCount(int value) {
*
* <pre>
* The number of nodes to create in this cluster. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* For requests, this field should only be used in lieu of a
Expand Down
Expand Up @@ -88,7 +88,7 @@ public interface ClusterOrBuilder
*
* <pre>
* The number of nodes to create in this cluster. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* For requests, this field should only be used in lieu of a
Expand Down
Expand Up @@ -989,7 +989,7 @@ message Cluster {
string description = 2;

// The number of nodes to create in this cluster. 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.
// For requests, this field should only be used in lieu of a
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
"internalRef": "313460921"
"sha": "c77929eb8d6c7d6238f585cb9ee9d364893f9ed4",
"internalRef": "314788929"
}
},
{
Expand Down

0 comments on commit 1ea5933

Please sign in to comment.