Skip to content

Commit fa52fce

Browse files
1 parent 60b2b42 commit fa52fce

15 files changed

+101
-91
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-rev20250520-2.0.0</version>
25+
<version>v1-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:v1-rev20250520-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250609-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: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,9 @@ public Locations locations() {
604604
public class Locations {
605605

606606
/**
607-
* Retrieves the configuration related to the migration from Data Catalog to Dataplex for a specific
608-
* organization, including all the projects under it which have a separate configuration set.
607+
* Retrieves the configuration related to the migration from Data Catalog to Dataplex Universal
608+
* Catalog for a specific organization, including all the projects under it which have a separate
609+
* configuration set.
609610
*
610611
* Create a request for the method "locations.retrieveConfig".
611612
*
@@ -629,9 +630,9 @@ public class RetrieveConfig extends DataCatalogRequest<com.google.api.services.d
629630
java.util.regex.Pattern.compile("^organizations/[^/]+/locations/[^/]+$");
630631

631632
/**
632-
* Retrieves the configuration related to the migration from Data Catalog to Dataplex for a
633-
* specific organization, including all the projects under it which have a separate configuration
634-
* set.
633+
* Retrieves the configuration related to the migration from Data Catalog to Dataplex Universal
634+
* Catalog for a specific organization, including all the projects under it which have a separate
635+
* configuration set.
635636
*
636637
* Create a request for the method "locations.retrieveConfig".
637638
*
@@ -746,10 +747,10 @@ public RetrieveConfig set(String parameterName, Object value) {
746747
}
747748
}
748749
/**
749-
* Retrieves the effective configuration related to the migration from Data Catalog to Dataplex for
750-
* a specific organization or project. If there is no specific configuration set for the resource,
751-
* the setting is checked hierarchicahlly through the ancestors of the resource, starting from the
752-
* resource itself.
750+
* Retrieves the effective configuration related to the migration from Data Catalog to Dataplex
751+
* Universal Catalog for a specific organization or project. If there is no specific configuration
752+
* set for the resource, the setting is checked hierarchicahlly through the ancestors of the
753+
* resource, starting from the resource itself.
753754
*
754755
* Create a request for the method "locations.retrieveEffectiveConfig".
755756
*
@@ -775,9 +776,9 @@ public class RetrieveEffectiveConfig extends DataCatalogRequest<com.google.api.s
775776

776777
/**
777778
* Retrieves the effective configuration related to the migration from Data Catalog to Dataplex
778-
* for a specific organization or project. If there is no specific configuration set for the
779-
* resource, the setting is checked hierarchicahlly through the ancestors of the resource,
780-
* starting from the resource itself.
779+
* Universal Catalog for a specific organization or project. If there is no specific configuration
780+
* set for the resource, the setting is checked hierarchicahlly through the ancestors of the
781+
* resource, starting from the resource itself.
781782
*
782783
* Create a request for the method "locations.retrieveEffectiveConfig".
783784
*
@@ -892,7 +893,8 @@ public RetrieveEffectiveConfig set(String parameterName, Object value) {
892893
}
893894
}
894895
/**
895-
* Sets the configuration related to the migration to Dataplex for an organization or project.
896+
* Sets the configuration related to the migration to Dataplex Universal Catalog for an organization
897+
* or project.
896898
*
897899
* Create a request for the method "locations.setConfig".
898900
*
@@ -917,7 +919,8 @@ public class SetConfig extends DataCatalogRequest<com.google.api.services.dataca
917919
java.util.regex.Pattern.compile("^organizations/[^/]+/locations/[^/]+$");
918920

919921
/**
920-
* Sets the configuration related to the migration to Dataplex for an organization or project.
922+
* Sets the configuration related to the migration to Dataplex Universal Catalog for an
923+
* organization or project.
921924
*
922925
* Create a request for the method "locations.setConfig".
923926
*
@@ -1067,10 +1070,10 @@ public Locations locations() {
10671070
public class Locations {
10681071

10691072
/**
1070-
* Retrieves the effective configuration related to the migration from Data Catalog to Dataplex for
1071-
* a specific organization or project. If there is no specific configuration set for the resource,
1072-
* the setting is checked hierarchicahlly through the ancestors of the resource, starting from the
1073-
* resource itself.
1073+
* Retrieves the effective configuration related to the migration from Data Catalog to Dataplex
1074+
* Universal Catalog for a specific organization or project. If there is no specific configuration
1075+
* set for the resource, the setting is checked hierarchicahlly through the ancestors of the
1076+
* resource, starting from the resource itself.
10741077
*
10751078
* Create a request for the method "locations.retrieveEffectiveConfig".
10761079
*
@@ -1096,9 +1099,9 @@ public class RetrieveEffectiveConfig extends DataCatalogRequest<com.google.api.s
10961099

10971100
/**
10981101
* Retrieves the effective configuration related to the migration from Data Catalog to Dataplex
1099-
* for a specific organization or project. If there is no specific configuration set for the
1100-
* resource, the setting is checked hierarchicahlly through the ancestors of the resource,
1101-
* starting from the resource itself.
1102+
* Universal Catalog for a specific organization or project. If there is no specific configuration
1103+
* set for the resource, the setting is checked hierarchicahlly through the ancestors of the
1104+
* resource, starting from the resource itself.
11021105
*
11031106
* Create a request for the method "locations.retrieveEffectiveConfig".
11041107
*
@@ -1213,7 +1216,8 @@ public RetrieveEffectiveConfig set(String parameterName, Object value) {
12131216
}
12141217
}
12151218
/**
1216-
* Sets the configuration related to the migration to Dataplex for an organization or project.
1219+
* Sets the configuration related to the migration to Dataplex Universal Catalog for an organization
1220+
* or project.
12171221
*
12181222
* Create a request for the method "locations.setConfig".
12191223
*
@@ -1238,7 +1242,8 @@ public class SetConfig extends DataCatalogRequest<com.google.api.services.dataca
12381242
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
12391243

12401244
/**
1241-
* Sets the configuration related to the migration to Dataplex for an organization or project.
1245+
* Sets the configuration related to the migration to Dataplex Universal Catalog for an
1246+
* organization or project.
12421247
*
12431248
* Create a request for the method "locations.setConfig".
12441249
*

clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/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/v1/2.0.0/com/google/api/services/datacatalog/v1/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.v1.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/v1/2.0.0/com/google/api/services/datacatalog/v1/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.v1.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/v1/2.0.0/com/google/api/services/datacatalog/v1/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.v1.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/v1/2.0.0/com/google/api/services/datacatalog/v1/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.v1.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/v1/2.0.0/com/google/api/services/datacatalog/v1/model/GoogleCloudDatacatalogV1EntryGroup.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class GoogleCloudDatacatalogV1EntryGroup extends com.google.api.cli
6464

6565
/**
6666
* Optional. When set to [true], it means DataCatalog EntryGroup was transferred to Dataplex
67-
* Catalog Service. It makes EntryGroup and its Entries to be read-only in DataCatalog. However,
67+
* Universal Catalog. It makes EntryGroup and its Entries to be read-only in DataCatalog. However,
6868
* new Tags on EntryGroup and its Entries can be created. After setting the flag to [true] it
6969
* cannot be unset.
7070
* The value may be {@code null}.
@@ -148,7 +148,7 @@ public GoogleCloudDatacatalogV1EntryGroup setName(java.lang.String name) {
148148

149149
/**
150150
* Optional. When set to [true], it means DataCatalog EntryGroup was transferred to Dataplex
151-
* Catalog Service. It makes EntryGroup and its Entries to be read-only in DataCatalog. However,
151+
* Universal Catalog. It makes EntryGroup and its Entries to be read-only in DataCatalog. However,
152152
* new Tags on EntryGroup and its Entries can be created. After setting the flag to [true] it
153153
* cannot be unset.
154154
* @return value or {@code null} for none
@@ -159,7 +159,7 @@ public java.lang.Boolean getTransferredToDataplex() {
159159

160160
/**
161161
* Optional. When set to [true], it means DataCatalog EntryGroup was transferred to Dataplex
162-
* Catalog Service. It makes EntryGroup and its Entries to be read-only in DataCatalog. However,
162+
* Universal Catalog. It makes EntryGroup and its Entries to be read-only in DataCatalog. However,
163163
* new Tags on EntryGroup and its Entries can be created. After setting the flag to [true] it
164164
* cannot be unset.
165165
* @param transferredToDataplex transferredToDataplex or {@code null} for none

0 commit comments

Comments
 (0)