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

Commit d807788

Browse files
docs: Change relative URLs to absolute URLs to fix broken links. (#94)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/a9613835-4ca9-4e24-a145-9a27c369c58d/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 315786558 Source-Link: googleapis/googleapis@8122687
1 parent 040848b commit d807788

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>5.5.0</version>
23+
<version>5.7.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

proto-google-cloud-memcache-v1beta2/src/main/java/com/google/cloud/memcache/v1beta2/Instance.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -4210,7 +4210,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
42104210
*
42114211
* <pre>
42124212
* Optional. The full name of the Google Compute Engine
4213-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
4213+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
42144214
* instance is connected. If left unspecified, the `default` network
42154215
* will be used.
42164216
* </pre>
@@ -4236,7 +4236,7 @@ public java.lang.String getAuthorizedNetwork() {
42364236
*
42374237
* <pre>
42384238
* Optional. The full name of the Google Compute Engine
4239-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
4239+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
42404240
* instance is connected. If left unspecified, the `default` network
42414241
* will be used.
42424242
* </pre>
@@ -6047,7 +6047,7 @@ public Builder putAllLabels(java.util.Map<java.lang.String, java.lang.String> va
60476047
*
60486048
* <pre>
60496049
* Optional. The full name of the Google Compute Engine
6050-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
6050+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
60516051
* instance is connected. If left unspecified, the `default` network
60526052
* will be used.
60536053
* </pre>
@@ -6072,7 +6072,7 @@ public java.lang.String getAuthorizedNetwork() {
60726072
*
60736073
* <pre>
60746074
* Optional. The full name of the Google Compute Engine
6075-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
6075+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
60766076
* instance is connected. If left unspecified, the `default` network
60776077
* will be used.
60786078
* </pre>
@@ -6097,7 +6097,7 @@ public com.google.protobuf.ByteString getAuthorizedNetworkBytes() {
60976097
*
60986098
* <pre>
60996099
* Optional. The full name of the Google Compute Engine
6100-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
6100+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
61016101
* instance is connected. If left unspecified, the `default` network
61026102
* will be used.
61036103
* </pre>
@@ -6121,7 +6121,7 @@ public Builder setAuthorizedNetwork(java.lang.String value) {
61216121
*
61226122
* <pre>
61236123
* Optional. The full name of the Google Compute Engine
6124-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
6124+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
61256125
* instance is connected. If left unspecified, the `default` network
61266126
* will be used.
61276127
* </pre>
@@ -6141,7 +6141,7 @@ public Builder clearAuthorizedNetwork() {
61416141
*
61426142
* <pre>
61436143
* Optional. The full name of the Google Compute Engine
6144-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
6144+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
61456145
* instance is connected. If left unspecified, the `default` network
61466146
* will be used.
61476147
* </pre>

proto-google-cloud-memcache-v1beta2/src/main/java/com/google/cloud/memcache/v1beta2/InstanceOrBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public interface InstanceOrBuilder
156156
*
157157
* <pre>
158158
* Optional. The full name of the Google Compute Engine
159-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
159+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
160160
* instance is connected. If left unspecified, the `default` network
161161
* will be used.
162162
* </pre>
@@ -171,7 +171,7 @@ public interface InstanceOrBuilder
171171
*
172172
* <pre>
173173
* Optional. The full name of the Google Compute Engine
174-
* [network](/compute/docs/networks-and-firewalls#networks) to which the
174+
* [network](https://cloud.google.com/vpc/docs/vpc) to which the
175175
* instance is connected. If left unspecified, the `default` network
176176
* will be used.
177177
* </pre>

proto-google-cloud-memcache-v1beta2/src/main/proto/google/cloud/memcache/v1beta2/cloud_memcache.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ message Instance {
244244
map<string, string> labels = 3;
245245

246246
// Optional. The full name of the Google Compute Engine
247-
// [network](/compute/docs/networks-and-firewalls#networks) to which the
247+
// [network](https://cloud.google.com/vpc/docs/vpc) to which the
248248
// instance is connected. If left unspecified, the `default` network
249249
// will be used.
250250
string authorized_network = 4;

synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-memcache.git",
7-
"sha": "c33b29ba891638db80aaf61eee2238a9a6e74c0b"
7+
"sha": "dab0eb60ed23f7bd00961cf5e28d79aa2f53f18c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
15-
"internalRef": "313460921"
14+
"sha": "81226871ce438cdeec241dd81f33f796e37e1c03",
15+
"internalRef": "315786558"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)