Skip to content

Commit 7ebc412

Browse files
1 parent d6c38fb commit 7ebc412

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
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-rev20250212-2.0.0</version>
25+
<version>v1-rev20250314-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-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250314-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public Lookup setProject(java.lang.String project) {
521521
* `bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` *
522522
* `bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` *
523523
* `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` Identifiers
524-
* (`*_ID`) should comply with the [Lexical structure in Standard SQL]
524+
* (`*_ID`) should comply with the [Lexical structure in GoogleSQL]
525525
* (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
526526
*/
527527
@com.google.api.client.util.Key
@@ -533,7 +533,7 @@ public Lookup setProject(java.lang.String project) {
533533
`bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` *
534534
`bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` *
535535
`datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` Identifiers (`*_ID`)
536-
should comply with the [Lexical structure in Standard SQL]
536+
should comply with the [Lexical structure in GoogleSQL]
537537
(https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
538538
*/
539539
public java.lang.String getSqlResource() {
@@ -547,7 +547,7 @@ public java.lang.String getSqlResource() {
547547
* `bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` *
548548
* `bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` *
549549
* `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` Identifiers
550-
* (`*_ID`) should comply with the [Lexical structure in Standard SQL]
550+
* (`*_ID`) should comply with the [Lexical structure in GoogleSQL]
551551
* (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
552552
*/
553553
public Lookup setSqlResource(java.lang.String sqlResource) {

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-rev20250212-2.0.0</version>
12-
<name>Google Cloud Data Catalog API v1-rev20250212-2.0.0</name>
11+
<version>v1-rev20250314-2.0.0</version>
12+
<name>Google Cloud Data Catalog API v1-rev20250314-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-rev20250212-2.0.0</version>
25+
<version>v1-rev20250314-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-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250314-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-rev20250212-2.0.0</version>
25+
<version>v1beta1-rev20250314-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-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20250314-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public Lookup setLinkedResource(java.lang.String linkedResource) {
430430
* `pubsub.project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` *
431431
* `bigquery.table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.dataset_id`
432432
* * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s should satisfy
433-
* the standard SQL rules for identifiers.
433+
* the GoogleSQL rules for identifiers.
434434
* https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
435435
*/
436436
@com.google.api.client.util.Key
@@ -440,7 +440,7 @@ public Lookup setLinkedResource(java.lang.String linkedResource) {
440440
``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.table.project_id.dataset_id.table_id` *
441441
`bigquery.dataset.project_id.dataset_id` *
442442
`datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s should satisfy the
443-
standard SQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-
443+
GoogleSQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-
444444
sql/lexical.
445445
*/
446446
public java.lang.String getSqlResource() {
@@ -452,7 +452,7 @@ public java.lang.String getSqlResource() {
452452
* `pubsub.project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` *
453453
* `bigquery.table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.dataset_id`
454454
* * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s should satisfy
455-
* the standard SQL rules for identifiers.
455+
* the GoogleSQL rules for identifiers.
456456
* https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
457457
*/
458458
public Lookup setSqlResource(java.lang.String sqlResource) {

clients/google-api-services-datacatalog/v1beta1/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>v1beta1-rev20250212-2.0.0</version>
12-
<name>Google Cloud Data Catalog API v1beta1-rev20250212-2.0.0</name>
11+
<version>v1beta1-rev20250314-2.0.0</version>
12+
<name>Google Cloud Data Catalog API v1beta1-rev20250314-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datacatalog/v1beta1/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-rev20250212-2.0.0</version>
25+
<version>v1beta1-rev20250314-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-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1beta1-rev20250314-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)