You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/model/GoogleCloudDatacatalogV1GcsFilesetSpec.java
+36-36Lines changed: 36 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
32
32
33
33
/**
34
34
* Required. Patterns to identify a set of files in Google Cloud Storage. For more information,
35
-
* see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
36
-
* Note: Currently, bucket wildcards are not supported. Examples of valid `file_patterns`: *
37
-
* `gs://bucket_name/dir`: matches all files in `bucket_name/dir` directory *
38
-
* `gs://bucket_name/dir*`: matches all files in `bucket_name/dir` and all subdirectories *
39
-
* `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name` *
40
-
* `gs://bucket_name/??.txt`: matches files with two characters followed by `.txt` in
41
-
* `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel
42
-
* character followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`: matches files
43
-
* that contain `a`, `b`, ... or `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/b`:
44
-
* matches all files in `bucket_name` that match the `a/b` pattern, such as `a/c/b`, `a/d/b` *
45
-
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt` You can combine wildcards to
46
-
* match complex sets of files, for example: `gs://bucket_name/[a-m]??.j*g`
35
+
* see [Wildcard Names] (https://cloud.google.com/storage/docs/wildcards). Note: Currently, bucket
36
+
* wildcards are not supported. Examples of valid `file_patterns`: * `gs://bucket_name/dir`:
37
+
* matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir*`: matches all files
38
+
* in `bucket_name/dir` and all subdirectories * `gs://bucket_name/file*`: matches files prefixed
39
+
* by `file` in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two characters
40
+
* followed by `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that
41
+
* contain a single vowel character followed by `.txt` in `bucket_name` *
42
+
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or `m` followed by
43
+
* `.txt` in `bucket_name` * `gs://bucket_name/a/b`: matches all files in `bucket_name` that match
44
+
* the `a/b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.txt`: matches
45
+
* `gs://another_bucket/a.txt`You can combine wildcards to match complex sets of files, for
46
+
* example: `gs://bucket_name/[a-m]??.j*g`
47
47
* The value may be {@code null}.
48
48
*/
49
49
@com.google.api.client.util.Key
@@ -65,18 +65,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
65
65
66
66
/**
67
67
* Required. Patterns to identify a set of files in Google Cloud Storage. For more information,
68
-
* see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
69
-
* Note: Currently, bucket wildcards are not supported. Examples of valid `file_patterns`: *
70
-
* `gs://bucket_name/dir`: matches all files in `bucket_name/dir` directory *
71
-
* `gs://bucket_name/dir*`: matches all files in `bucket_name/dir` and all subdirectories *
72
-
* `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name` *
73
-
* `gs://bucket_name/??.txt`: matches files with two characters followed by `.txt` in
74
-
* `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel
75
-
* character followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`: matches files
76
-
* that contain `a`, `b`, ... or `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/b`:
77
-
* matches all files in `bucket_name` that match the `a/b` pattern, such as `a/c/b`, `a/d/b` *
78
-
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt` You can combine wildcards to
79
-
* match complex sets of files, for example: `gs://bucket_name/[a-m]??.j*g`
68
+
* see [Wildcard Names] (https://cloud.google.com/storage/docs/wildcards). Note: Currently, bucket
69
+
* wildcards are not supported. Examples of valid `file_patterns`: * `gs://bucket_name/dir`:
70
+
* matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir*`: matches all files
71
+
* in `bucket_name/dir` and all subdirectories * `gs://bucket_name/file*`: matches files prefixed
72
+
* by `file` in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two characters
73
+
* followed by `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that
74
+
* contain a single vowel character followed by `.txt` in `bucket_name` *
75
+
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or `m` followed by
76
+
* `.txt` in `bucket_name` * `gs://bucket_name/a/b`: matches all files in `bucket_name` that match
77
+
* the `a/b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.txt`: matches
78
+
* `gs://another_bucket/a.txt`You can combine wildcards to match complex sets of files, for
Copy file name to clipboardExpand all lines: clients/google-api-services-datacatalog/v1beta1/2.0.0/com/google/api/services/datacatalog/v1beta1/model/GoogleCloudDatacatalogV1GcsFilesetSpec.java
+36-36Lines changed: 36 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
32
32
33
33
/**
34
34
* Required. Patterns to identify a set of files in Google Cloud Storage. For more information,
35
-
* see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
36
-
* Note: Currently, bucket wildcards are not supported. Examples of valid `file_patterns`: *
37
-
* `gs://bucket_name/dir`: matches all files in `bucket_name/dir` directory *
38
-
* `gs://bucket_name/dir*`: matches all files in `bucket_name/dir` and all subdirectories *
39
-
* `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name` *
40
-
* `gs://bucket_name/??.txt`: matches files with two characters followed by `.txt` in
41
-
* `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel
42
-
* character followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`: matches files
43
-
* that contain `a`, `b`, ... or `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/b`:
44
-
* matches all files in `bucket_name` that match the `a/b` pattern, such as `a/c/b`, `a/d/b` *
45
-
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt` You can combine wildcards to
46
-
* match complex sets of files, for example: `gs://bucket_name/[a-m]??.j*g`
35
+
* see [Wildcard Names] (https://cloud.google.com/storage/docs/wildcards). Note: Currently, bucket
36
+
* wildcards are not supported. Examples of valid `file_patterns`: * `gs://bucket_name/dir`:
37
+
* matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir*`: matches all files
38
+
* in `bucket_name/dir` and all subdirectories * `gs://bucket_name/file*`: matches files prefixed
39
+
* by `file` in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two characters
40
+
* followed by `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that
41
+
* contain a single vowel character followed by `.txt` in `bucket_name` *
42
+
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or `m` followed by
43
+
* `.txt` in `bucket_name` * `gs://bucket_name/a/b`: matches all files in `bucket_name` that match
44
+
* the `a/b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.txt`: matches
45
+
* `gs://another_bucket/a.txt`You can combine wildcards to match complex sets of files, for
46
+
* example: `gs://bucket_name/[a-m]??.j*g`
47
47
* The value may be {@code null}.
48
48
*/
49
49
@com.google.api.client.util.Key
@@ -65,18 +65,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
65
65
66
66
/**
67
67
* Required. Patterns to identify a set of files in Google Cloud Storage. For more information,
68
-
* see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
69
-
* Note: Currently, bucket wildcards are not supported. Examples of valid `file_patterns`: *
70
-
* `gs://bucket_name/dir`: matches all files in `bucket_name/dir` directory *
71
-
* `gs://bucket_name/dir*`: matches all files in `bucket_name/dir` and all subdirectories *
72
-
* `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name` *
73
-
* `gs://bucket_name/??.txt`: matches files with two characters followed by `.txt` in
74
-
* `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel
75
-
* character followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`: matches files
76
-
* that contain `a`, `b`, ... or `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/b`:
77
-
* matches all files in `bucket_name` that match the `a/b` pattern, such as `a/c/b`, `a/d/b` *
78
-
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt` You can combine wildcards to
79
-
* match complex sets of files, for example: `gs://bucket_name/[a-m]??.j*g`
68
+
* see [Wildcard Names] (https://cloud.google.com/storage/docs/wildcards). Note: Currently, bucket
69
+
* wildcards are not supported. Examples of valid `file_patterns`: * `gs://bucket_name/dir`:
70
+
* matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir*`: matches all files
71
+
* in `bucket_name/dir` and all subdirectories * `gs://bucket_name/file*`: matches files prefixed
72
+
* by `file` in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two characters
73
+
* followed by `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that
74
+
* contain a single vowel character followed by `.txt` in `bucket_name` *
75
+
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or `m` followed by
76
+
* `.txt` in `bucket_name` * `gs://bucket_name/a/b`: matches all files in `bucket_name` that match
77
+
* the `a/b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.txt`: matches
78
+
* `gs://another_bucket/a.txt`You can combine wildcards to match complex sets of files, for
0 commit comments