Commit e45a2f5 1 parent 8dbe1d7 commit e45a2f5 Copy full SHA for e45a2f5
File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1";
29
29
30
30
// Describes a Cloud Storage fileset entry.
31
31
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.
35
37
//
36
38
// Examples of valid file_patterns:
37
39
//
Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1beta1";
29
29
30
30
// Describes a Cloud Storage fileset entry.
31
31
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.
35
37
//
36
38
// Examples of valid file_patterns:
37
39
//
You can’t perform that action at this time.
0 commit comments