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

docs: fix a broken link in the docs. #179

Merged
merged 1 commit into from Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-container.git",
"sha": "b98a6e5cf003f7b86c602449353f572b8cabcfeb"
"sha": "c3635c7dbade7823c03aa3747a4a927a3f7312f4"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
"internalRef": "313460921"
"sha": "c77929eb8d6c7d6238f585cb9ee9d364893f9ed4",
"internalRef": "314788929"
}
},
{
Expand Down