Skip to content

Commit c8e392a

Browse files
1 parent 37dfdfe commit c8e392a

File tree

9 files changed

+99
-99
lines changed

9 files changed

+99
-99
lines changed

clients/google-api-services-datacatalog/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datacatalog</artifactId>
25-
<version>v1-rev20250429-2.0.0</version>
25+
<version>v1-rev20250502-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250502-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/model/GoogleCloudDatacatalogV1GcsFilesetSpec.java

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
3232

3333
/**
3434
* 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`
4747
* The value may be {@code null}.
4848
*/
4949
@com.google.api.client.util.Key
@@ -65,18 +65,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
6565

6666
/**
6767
* 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
79+
* example: `gs://bucket_name/[a-m]??.j*g`
8080
* @return value or {@code null} for none
8181
*/
8282
public java.util.List<java.lang.String> getFilePatterns() {
@@ -85,18 +85,18 @@ public java.util.List<java.lang.String> getFilePatterns() {
8585

8686
/**
8787
* Required. Patterns to identify a set of files in Google Cloud Storage. For more information,
88-
* see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
89-
* Note: Currently, bucket wildcards are not supported. Examples of valid `file_patterns`: *
90-
* `gs://bucket_name/dir`: matches all files in `bucket_name/dir` directory *
91-
* `gs://bucket_name/dir*`: matches all files in `bucket_name/dir` and all subdirectories *
92-
* `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name` *
93-
* `gs://bucket_name/??.txt`: matches files with two characters followed by `.txt` in
94-
* `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel
95-
* character followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`: matches files
96-
* that contain `a`, `b`, ... or `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/b`:
97-
* matches all files in `bucket_name` that match the `a/b` pattern, such as `a/c/b`, `a/d/b` *
98-
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt` You can combine wildcards to
99-
* match complex sets of files, for example: `gs://bucket_name/[a-m]??.j*g`
88+
* see [Wildcard Names] (https://cloud.google.com/storage/docs/wildcards). Note: Currently, bucket
89+
* wildcards are not supported. Examples of valid `file_patterns`: * `gs://bucket_name/dir`:
90+
* matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir*`: matches all files
91+
* in `bucket_name/dir` and all subdirectories * `gs://bucket_name/file*`: matches files prefixed
92+
* by `file` in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two characters
93+
* followed by `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that
94+
* contain a single vowel character followed by `.txt` in `bucket_name` *
95+
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or `m` followed by
96+
* `.txt` in `bucket_name` * `gs://bucket_name/a/b`: matches all files in `bucket_name` that match
97+
* the `a/b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.txt`: matches
98+
* `gs://another_bucket/a.txt` You can combine wildcards to match complex sets of files, for
99+
* example: `gs://bucket_name/[a-m]??.j*g`
100100
* @param filePatterns filePatterns or {@code null} for none
101101
*/
102102
public GoogleCloudDatacatalogV1GcsFilesetSpec setFilePatterns(java.util.List<java.lang.String> filePatterns) {

clients/google-api-services-datacatalog/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-datacatalog</artifactId>
11-
<version>v1-rev20250429-2.0.0</version>
12-
<name>Google Cloud Data Catalog API v1-rev20250429-2.0.0</name>
11+
<version>v1-rev20250502-2.0.0</version>
12+
<name>Google Cloud Data Catalog API v1-rev20250502-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datacatalog/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datacatalog</artifactId>
25-
<version>v1-rev20250429-2.0.0</version>
25+
<version>v1-rev20250502-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250502-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datacatalog/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datacatalog</artifactId>
25-
<version>v1beta1-rev20250314-2.0.0</version>
25+
<version>v1beta1-rev20250502-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20250314-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20250502-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datacatalog/v1beta1/2.0.0/com/google/api/services/datacatalog/v1beta1/model/GoogleCloudDatacatalogV1GcsFilesetSpec.java

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
3232

3333
/**
3434
* 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`
4747
* The value may be {@code null}.
4848
*/
4949
@com.google.api.client.util.Key
@@ -65,18 +65,18 @@ public final class GoogleCloudDatacatalogV1GcsFilesetSpec extends com.google.api
6565

6666
/**
6767
* 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
79+
* example: `gs://bucket_name/[a-m]??.j*g`
8080
* @return value or {@code null} for none
8181
*/
8282
public java.util.List<java.lang.String> getFilePatterns() {
@@ -85,18 +85,18 @@ public java.util.List<java.lang.String> getFilePatterns() {
8585

8686
/**
8787
* Required. Patterns to identify a set of files in Google Cloud Storage. For more information,
88-
* see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
89-
* Note: Currently, bucket wildcards are not supported. Examples of valid `file_patterns`: *
90-
* `gs://bucket_name/dir`: matches all files in `bucket_name/dir` directory *
91-
* `gs://bucket_name/dir*`: matches all files in `bucket_name/dir` and all subdirectories *
92-
* `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name` *
93-
* `gs://bucket_name/??.txt`: matches files with two characters followed by `.txt` in
94-
* `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel
95-
* character followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`: matches files
96-
* that contain `a`, `b`, ... or `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/b`:
97-
* matches all files in `bucket_name` that match the `a/b` pattern, such as `a/c/b`, `a/d/b` *
98-
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt` You can combine wildcards to
99-
* match complex sets of files, for example: `gs://bucket_name/[a-m]??.j*g`
88+
* see [Wildcard Names] (https://cloud.google.com/storage/docs/wildcards). Note: Currently, bucket
89+
* wildcards are not supported. Examples of valid `file_patterns`: * `gs://bucket_name/dir`:
90+
* matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir*`: matches all files
91+
* in `bucket_name/dir` and all subdirectories * `gs://bucket_name/file*`: matches files prefixed
92+
* by `file` in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two characters
93+
* followed by `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that
94+
* contain a single vowel character followed by `.txt` in `bucket_name` *
95+
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or `m` followed by
96+
* `.txt` in `bucket_name` * `gs://bucket_name/a/b`: matches all files in `bucket_name` that match
97+
* the `a/b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.txt`: matches
98+
* `gs://another_bucket/a.txt` You can combine wildcards to match complex sets of files, for
99+
* example: `gs://bucket_name/[a-m]??.j*g`
100100
* @param filePatterns filePatterns or {@code null} for none
101101
*/
102102
public GoogleCloudDatacatalogV1GcsFilesetSpec setFilePatterns(java.util.List<java.lang.String> filePatterns) {

0 commit comments

Comments
 (0)