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

Commit 7aa9ab6

Browse files
docs: change relative URLs to absolute URLs to fix broken links. (#208)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/c330ec71-3b2b-4ad2-9d49-78b97f45869d/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 314725741 Source-Link: googleapis/googleapis@e45a2f5
1 parent 2bada56 commit 7aa9ab6

File tree

7 files changed

+185
-113
lines changed

7 files changed

+185
-113
lines changed

proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GcsFilesetSpec.java

+65-39
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
140140
*
141141
*
142142
* <pre>
143-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
144-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
145-
* more information. Note that bucket wildcards are currently not supported.
143+
* Required. Patterns to identify a set of files in Google Cloud Storage.
144+
* See [Cloud Storage
145+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
146+
* for more information. Note that bucket wildcards are currently not
147+
* supported.
146148
* Examples of valid file_patterns:
147149
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
148150
* directory.
@@ -175,9 +177,11 @@ public com.google.protobuf.ProtocolStringList getFilePatternsList() {
175177
*
176178
*
177179
* <pre>
178-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
179-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
180-
* more information. Note that bucket wildcards are currently not supported.
180+
* Required. Patterns to identify a set of files in Google Cloud Storage.
181+
* See [Cloud Storage
182+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
183+
* for more information. Note that bucket wildcards are currently not
184+
* supported.
181185
* Examples of valid file_patterns:
182186
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
183187
* directory.
@@ -210,9 +214,11 @@ public int getFilePatternsCount() {
210214
*
211215
*
212216
* <pre>
213-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
214-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
215-
* more information. Note that bucket wildcards are currently not supported.
217+
* Required. Patterns to identify a set of files in Google Cloud Storage.
218+
* See [Cloud Storage
219+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
220+
* for more information. Note that bucket wildcards are currently not
221+
* supported.
216222
* Examples of valid file_patterns:
217223
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
218224
* directory.
@@ -246,9 +252,11 @@ public java.lang.String getFilePatterns(int index) {
246252
*
247253
*
248254
* <pre>
249-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
250-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
251-
* more information. Note that bucket wildcards are currently not supported.
255+
* Required. Patterns to identify a set of files in Google Cloud Storage.
256+
* See [Cloud Storage
257+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
258+
* for more information. Note that bucket wildcards are currently not
259+
* supported.
252260
* Examples of valid file_patterns:
253261
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
254262
* directory.
@@ -769,9 +777,11 @@ private void ensureFilePatternsIsMutable() {
769777
*
770778
*
771779
* <pre>
772-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
773-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
774-
* more information. Note that bucket wildcards are currently not supported.
780+
* Required. Patterns to identify a set of files in Google Cloud Storage.
781+
* See [Cloud Storage
782+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
783+
* for more information. Note that bucket wildcards are currently not
784+
* supported.
775785
* Examples of valid file_patterns:
776786
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
777787
* directory.
@@ -804,9 +814,11 @@ public com.google.protobuf.ProtocolStringList getFilePatternsList() {
804814
*
805815
*
806816
* <pre>
807-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
808-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
809-
* more information. Note that bucket wildcards are currently not supported.
817+
* Required. Patterns to identify a set of files in Google Cloud Storage.
818+
* See [Cloud Storage
819+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
820+
* for more information. Note that bucket wildcards are currently not
821+
* supported.
810822
* Examples of valid file_patterns:
811823
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
812824
* directory.
@@ -839,9 +851,11 @@ public int getFilePatternsCount() {
839851
*
840852
*
841853
* <pre>
842-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
843-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
844-
* more information. Note that bucket wildcards are currently not supported.
854+
* Required. Patterns to identify a set of files in Google Cloud Storage.
855+
* See [Cloud Storage
856+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
857+
* for more information. Note that bucket wildcards are currently not
858+
* supported.
845859
* Examples of valid file_patterns:
846860
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
847861
* directory.
@@ -875,9 +889,11 @@ public java.lang.String getFilePatterns(int index) {
875889
*
876890
*
877891
* <pre>
878-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
879-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
880-
* more information. Note that bucket wildcards are currently not supported.
892+
* Required. Patterns to identify a set of files in Google Cloud Storage.
893+
* See [Cloud Storage
894+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
895+
* for more information. Note that bucket wildcards are currently not
896+
* supported.
881897
* Examples of valid file_patterns:
882898
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
883899
* directory.
@@ -911,9 +927,11 @@ public com.google.protobuf.ByteString getFilePatternsBytes(int index) {
911927
*
912928
*
913929
* <pre>
914-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
915-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
916-
* more information. Note that bucket wildcards are currently not supported.
930+
* Required. Patterns to identify a set of files in Google Cloud Storage.
931+
* See [Cloud Storage
932+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
933+
* for more information. Note that bucket wildcards are currently not
934+
* supported.
917935
* Examples of valid file_patterns:
918936
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
919937
* directory.
@@ -954,9 +972,11 @@ public Builder setFilePatterns(int index, java.lang.String value) {
954972
*
955973
*
956974
* <pre>
957-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
958-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
959-
* more information. Note that bucket wildcards are currently not supported.
975+
* Required. Patterns to identify a set of files in Google Cloud Storage.
976+
* See [Cloud Storage
977+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
978+
* for more information. Note that bucket wildcards are currently not
979+
* supported.
960980
* Examples of valid file_patterns:
961981
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
962982
* directory.
@@ -996,9 +1016,11 @@ public Builder addFilePatterns(java.lang.String value) {
9961016
*
9971017
*
9981018
* <pre>
999-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
1000-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
1001-
* more information. Note that bucket wildcards are currently not supported.
1019+
* Required. Patterns to identify a set of files in Google Cloud Storage.
1020+
* See [Cloud Storage
1021+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
1022+
* for more information. Note that bucket wildcards are currently not
1023+
* supported.
10021024
* Examples of valid file_patterns:
10031025
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
10041026
* directory.
@@ -1035,9 +1057,11 @@ public Builder addAllFilePatterns(java.lang.Iterable<java.lang.String> values) {
10351057
*
10361058
*
10371059
* <pre>
1038-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
1039-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
1040-
* more information. Note that bucket wildcards are currently not supported.
1060+
* Required. Patterns to identify a set of files in Google Cloud Storage.
1061+
* See [Cloud Storage
1062+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
1063+
* for more information. Note that bucket wildcards are currently not
1064+
* supported.
10411065
* Examples of valid file_patterns:
10421066
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
10431067
* directory.
@@ -1073,9 +1097,11 @@ public Builder clearFilePatterns() {
10731097
*
10741098
*
10751099
* <pre>
1076-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
1077-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
1078-
* more information. Note that bucket wildcards are currently not supported.
1100+
* Required. Patterns to identify a set of files in Google Cloud Storage.
1101+
* See [Cloud Storage
1102+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
1103+
* for more information. Note that bucket wildcards are currently not
1104+
* supported.
10791105
* Examples of valid file_patterns:
10801106
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
10811107
* directory.

proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GcsFilesetSpecOrBuilder.java

+20-12
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ public interface GcsFilesetSpecOrBuilder
2727
*
2828
*
2929
* <pre>
30-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
31-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
32-
* more information. Note that bucket wildcards are currently not supported.
30+
* Required. Patterns to identify a set of files in Google Cloud Storage.
31+
* See [Cloud Storage
32+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
33+
* for more information. Note that bucket wildcards are currently not
34+
* supported.
3335
* Examples of valid file_patterns:
3436
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
3537
* directory.
@@ -60,9 +62,11 @@ public interface GcsFilesetSpecOrBuilder
6062
*
6163
*
6264
* <pre>
63-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
64-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
65-
* more information. Note that bucket wildcards are currently not supported.
65+
* Required. Patterns to identify a set of files in Google Cloud Storage.
66+
* See [Cloud Storage
67+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
68+
* for more information. Note that bucket wildcards are currently not
69+
* supported.
6670
* Examples of valid file_patterns:
6771
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
6872
* directory.
@@ -93,9 +97,11 @@ public interface GcsFilesetSpecOrBuilder
9397
*
9498
*
9599
* <pre>
96-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
97-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
98-
* more information. Note that bucket wildcards are currently not supported.
100+
* Required. Patterns to identify a set of files in Google Cloud Storage.
101+
* See [Cloud Storage
102+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
103+
* for more information. Note that bucket wildcards are currently not
104+
* supported.
99105
* Examples of valid file_patterns:
100106
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
101107
* directory.
@@ -127,9 +133,11 @@ public interface GcsFilesetSpecOrBuilder
127133
*
128134
*
129135
* <pre>
130-
* Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
131-
* Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
132-
* more information. Note that bucket wildcards are currently not supported.
136+
* Required. Patterns to identify a set of files in Google Cloud Storage.
137+
* See [Cloud Storage
138+
* documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
139+
* for more information. Note that bucket wildcards are currently not
140+
* supported.
133141
* Examples of valid file_patterns:
134142
* * `gs://bucket_name/dir/&#42;`: matches all files within `bucket_name/dir`
135143
* directory.

proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/gcs_fileset_spec.proto

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1";
2929

3030
// Describes a Cloud Storage fileset entry.
3131
message GcsFilesetSpec {
32-
// Required. Patterns to identify a set of files in Google Cloud Storage. See [Cloud
33-
// Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
34-
// more information. Note that bucket wildcards are currently not supported.
32+
// Required. Patterns to identify a set of files in Google Cloud Storage.
33+
// See [Cloud Storage
34+
// documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
35+
// for more information. Note that bucket wildcards are currently not
36+
// supported.
3537
//
3638
// Examples of valid file_patterns:
3739
//

0 commit comments

Comments
 (0)