Skip to content

Commit 9e304df

Browse files
1 parent ad74159 commit 9e304df

9 files changed

+47
-43
lines changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class GoogleCloudDatacatalogV1DatabaseTableSpec extends com.google.
3838
private GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec databaseViewSpec;
3939

4040
/**
41-
* Output only. Fields specific to a Dataplex table and present only in the Dataplex table
42-
* entries.
41+
* Output only. Fields specific to a Dataplex Universal Catalog table and present only in the
42+
* Dataplex Universal Catalog table entries.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -70,17 +70,17 @@ public GoogleCloudDatacatalogV1DatabaseTableSpec setDatabaseViewSpec(GoogleCloud
7070
}
7171

7272
/**
73-
* Output only. Fields specific to a Dataplex table and present only in the Dataplex table
74-
* entries.
73+
* Output only. Fields specific to a Dataplex Universal Catalog table and present only in the
74+
* Dataplex Universal Catalog table entries.
7575
* @return value or {@code null} for none
7676
*/
7777
public GoogleCloudDatacatalogV1DataplexTableSpec getDataplexTable() {
7878
return dataplexTable;
7979
}
8080

8181
/**
82-
* Output only. Fields specific to a Dataplex table and present only in the Dataplex table
83-
* entries.
82+
* Output only. Fields specific to a Dataplex Universal Catalog table and present only in the
83+
* Dataplex Universal Catalog table entries.
8484
* @param dataplexTable dataplexTable or {@code null} for none
8585
*/
8686
public GoogleCloudDatacatalogV1DatabaseTableSpec setDataplexTable(GoogleCloudDatacatalogV1DataplexTableSpec dataplexTable) {

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
package com.google.api.services.datacatalog.v1beta1.model;
1818

1919
/**
20-
* External table registered by Dataplex. Dataplex publishes data discovered from an asset into
21-
* multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables".
22-
* External tables are also synced into the Data Catalog. This message contains pointers to those
23-
* external tables (fully qualified name, resource name et cetera) within the Data Catalog.
20+
* External table registered by Dataplex Universal Catalog. Dataplex Universal Catalog publishes
21+
* data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We
22+
* call them "external tables". External tables are also synced into the Data Catalog. This message
23+
* contains pointers to those external tables (fully qualified name, resource name et cetera) within
24+
* the Data Catalog.
2425
*
2526
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2627
* transmitted over HTTP when working with the Google Cloud Data Catalog API. For a detailed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.datacatalog.v1beta1.model;
1818

1919
/**
20-
* Entry specyfication for a Dataplex fileset.
20+
* Entry specification for a Dataplex Universal Catalog fileset.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Cloud Data Catalog API. For a detailed
@@ -31,22 +31,22 @@
3131
public final class GoogleCloudDatacatalogV1DataplexFilesetSpec extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Common Dataplex fields.
34+
* Common Dataplex Universal Catalog fields.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private GoogleCloudDatacatalogV1DataplexSpec dataplexSpec;
3939

4040
/**
41-
* Common Dataplex fields.
41+
* Common Dataplex Universal Catalog fields.
4242
* @return value or {@code null} for none
4343
*/
4444
public GoogleCloudDatacatalogV1DataplexSpec getDataplexSpec() {
4545
return dataplexSpec;
4646
}
4747

4848
/**
49-
* Common Dataplex fields.
49+
* Common Dataplex Universal Catalog fields.
5050
* @param dataplexSpec dataplexSpec or {@code null} for none
5151
*/
5252
public GoogleCloudDatacatalogV1DataplexFilesetSpec setDataplexSpec(GoogleCloudDatacatalogV1DataplexSpec dataplexSpec) {

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.datacatalog.v1beta1.model;
1818

1919
/**
20-
* Common Dataplex fields.
20+
* Common Dataplex Universal Catalog fields.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Cloud Data Catalog API. For a detailed
@@ -31,8 +31,8 @@
3131
public final class GoogleCloudDatacatalogV1DataplexSpec extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Fully qualified resource name of an asset in Dataplex, to which the underlying data source
35-
* (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
34+
* Fully qualified resource name of an asset in Dataplex Universal Catalog, to which the
35+
* underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -54,24 +54,24 @@ public final class GoogleCloudDatacatalogV1DataplexSpec extends com.google.api.c
5454

5555
/**
5656
* Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same
57-
* project as the correspondingly Dataplex lake / zone / asset.
57+
* project as the corresponding Dataplex Universal Catalog lake / zone / asset.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
6161
private java.lang.String projectId;
6262

6363
/**
64-
* Fully qualified resource name of an asset in Dataplex, to which the underlying data source
65-
* (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
64+
* Fully qualified resource name of an asset in Dataplex Universal Catalog, to which the
65+
* underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getAsset() {
6969
return asset;
7070
}
7171

7272
/**
73-
* Fully qualified resource name of an asset in Dataplex, to which the underlying data source
74-
* (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
73+
* Fully qualified resource name of an asset in Dataplex Universal Catalog, to which the
74+
* underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
7575
* @param asset asset or {@code null} for none
7676
*/
7777
public GoogleCloudDatacatalogV1DataplexSpec setAsset(java.lang.String asset) {
@@ -115,7 +115,7 @@ public GoogleCloudDatacatalogV1DataplexSpec setDataFormat(GoogleCloudDatacatalog
115115

116116
/**
117117
* Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same
118-
* project as the correspondingly Dataplex lake / zone / asset.
118+
* project as the corresponding Dataplex Universal Catalog lake / zone / asset.
119119
* @return value or {@code null} for none
120120
*/
121121
public java.lang.String getProjectId() {
@@ -124,7 +124,7 @@ public java.lang.String getProjectId() {
124124

125125
/**
126126
* Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same
127-
* project as the correspondingly Dataplex lake / zone / asset.
127+
* project as the corresponding Dataplex Universal Catalog lake / zone / asset.
128128
* @param projectId projectId or {@code null} for none
129129
*/
130130
public GoogleCloudDatacatalogV1DataplexSpec setProjectId(java.lang.String projectId) {

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.datacatalog.v1beta1.model;
1818

1919
/**
20-
* Entry specification for a Dataplex table.
20+
* Entry specification for a Dataplex Universal Catalog table.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Cloud Data Catalog API. For a detailed
@@ -31,15 +31,15 @@
3131
public final class GoogleCloudDatacatalogV1DataplexTableSpec extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Common Dataplex fields.
34+
* Common Dataplex Universal Catalog fields.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private GoogleCloudDatacatalogV1DataplexSpec dataplexSpec;
3939

4040
/**
41-
* List of external tables registered by Dataplex in other systems based on the same underlying
42-
* data. External tables allow to query this data in those systems.
41+
* List of external tables registered by Dataplex Universal Catalog in other systems based on the
42+
* same underlying data. External tables allow to query this data in those systems.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -59,15 +59,15 @@ public final class GoogleCloudDatacatalogV1DataplexTableSpec extends com.google.
5959
private java.lang.Boolean userManaged;
6060

6161
/**
62-
* Common Dataplex fields.
62+
* Common Dataplex Universal Catalog fields.
6363
* @return value or {@code null} for none
6464
*/
6565
public GoogleCloudDatacatalogV1DataplexSpec getDataplexSpec() {
6666
return dataplexSpec;
6767
}
6868

6969
/**
70-
* Common Dataplex fields.
70+
* Common Dataplex Universal Catalog fields.
7171
* @param dataplexSpec dataplexSpec or {@code null} for none
7272
*/
7373
public GoogleCloudDatacatalogV1DataplexTableSpec setDataplexSpec(GoogleCloudDatacatalogV1DataplexSpec dataplexSpec) {
@@ -76,17 +76,17 @@ public GoogleCloudDatacatalogV1DataplexTableSpec setDataplexSpec(GoogleCloudData
7676
}
7777

7878
/**
79-
* List of external tables registered by Dataplex in other systems based on the same underlying
80-
* data. External tables allow to query this data in those systems.
79+
* List of external tables registered by Dataplex Universal Catalog in other systems based on the
80+
* same underlying data. External tables allow to query this data in those systems.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.util.List<GoogleCloudDatacatalogV1DataplexExternalTable> getExternalTables() {
8484
return externalTables;
8585
}
8686

8787
/**
88-
* List of external tables registered by Dataplex in other systems based on the same underlying
89-
* data. External tables allow to query this data in those systems.
88+
* List of external tables registered by Dataplex Universal Catalog in other systems based on the
89+
* same underlying data. External tables allow to query this data in those systems.
9090
* @param externalTables externalTables or {@code null} for none
9191
*/
9292
public GoogleCloudDatacatalogV1DataplexTableSpec setExternalTables(java.util.List<GoogleCloudDatacatalogV1DataplexExternalTable> externalTables) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,25 @@
3131
public final class GoogleCloudDatacatalogV1FilesetSpec extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
34+
* Fields specific to a Dataplex Universal Catalog fileset and present only in the Dataplex
35+
* Universal Catalog fileset entries.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private GoogleCloudDatacatalogV1DataplexFilesetSpec dataplexFileset;
3940

4041
/**
41-
* Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
42+
* Fields specific to a Dataplex Universal Catalog fileset and present only in the Dataplex
43+
* Universal Catalog fileset entries.
4244
* @return value or {@code null} for none
4345
*/
4446
public GoogleCloudDatacatalogV1DataplexFilesetSpec getDataplexFileset() {
4547
return dataplexFileset;
4648
}
4749

4850
/**
49-
* Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
51+
* Fields specific to a Dataplex Universal Catalog fileset and present only in the Dataplex
52+
* Universal Catalog fileset entries.
5053
* @param dataplexFileset dataplexFileset or {@code null} for none
5154
*/
5255
public GoogleCloudDatacatalogV1FilesetSpec setDataplexFileset(GoogleCloudDatacatalogV1DataplexFilesetSpec dataplexFileset) {

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

0 commit comments

Comments
 (0)