Skip to content

Commit 16722f4

Browse files
1 parent 8488a0d commit 16722f4

18 files changed

+141
-122
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloud Dataplex API Client Library for Java
22

3-
Dataplex API is used to manage the lifecycle of data lakes.
3+
A unified, intelligent governance solution for data and AI assets.
44

55
This page contains information about getting started with the Cloud Dataplex API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-dataplex</artifactId>
25-
<version>v1-rev20250729-2.0.0</version>
25+
<version>v1-rev20250805-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-dataplex:v1-rev20250729-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250805-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/CloudDataplex.java

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Service definition for CloudDataplex (v1).
2121
*
2222
* <p>
23-
* Dataplex API is used to manage the lifecycle of data lakes.
23+
* A unified, intelligent governance solution for data and AI assets.
2424
* </p>
2525
*
2626
* <p>
@@ -3012,22 +3012,23 @@ public SearchEntries setPageToken(java.lang.String pageToken) {
30123012

30133013
/**
30143014
* Required. The query against which entries in scope should be matched. The query syntax is
3015-
* defined in Search syntax for Dataplex Catalog
3015+
* defined in Search syntax for Dataplex Universal Catalog
30163016
* (https://cloud.google.com/dataplex/docs/search-syntax).
30173017
*/
30183018
@com.google.api.client.util.Key
30193019
private java.lang.String query;
30203020

30213021
/** Required. The query against which entries in scope should be matched. The query syntax is defined
3022-
in Search syntax for Dataplex Catalog (https://cloud.google.com/dataplex/docs/search-syntax).
3022+
in Search syntax for Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/search-
3023+
syntax).
30233024
*/
30243025
public java.lang.String getQuery() {
30253026
return query;
30263027
}
30273028

30283029
/**
30293030
* Required. The query against which entries in scope should be matched. The query syntax is
3030-
* defined in Search syntax for Dataplex Catalog
3031+
* defined in Search syntax for Dataplex Universal Catalog
30313032
* (https://cloud.google.com/dataplex/docs/search-syntax).
30323033
*/
30333034
public SearchEntries setQuery(java.lang.String query) {
@@ -35012,8 +35013,8 @@ public Cancel set(String parameterName, Object value) {
3501235013
}
3501335014
}
3501435015
/**
35015-
* Creates a metadata job. For example, use a metadata job to import Dataplex Catalog entries and
35016-
* aspects from a third-party system into Dataplex.
35016+
* Creates a metadata job. For example, use a metadata job to import metadata from a third-party
35017+
* system into Dataplex Universal Catalog.
3501735018
*
3501835019
* Create a request for the method "metadataJobs.create".
3501935020
*
@@ -35039,8 +35040,8 @@ public class Create extends CloudDataplexRequest<com.google.api.services.dataple
3503935040
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
3504035041

3504135042
/**
35042-
* Creates a metadata job. For example, use a metadata job to import Dataplex Catalog entries and
35043-
* aspects from a third-party system into Dataplex.
35043+
* Creates a metadata job. For example, use a metadata job to import metadata from a third-party
35044+
* system into Dataplex Universal Catalog.
3504435045
*
3504535046
* Create a request for the method "metadataJobs.create".
3504635047
*

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AspectTypeAuthorization.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ public final class GoogleCloudDataplexV1AspectTypeAuthorization extends com.goog
3131

3232
/**
3333
* Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate
34-
* Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
34+
* Aspects of Dataplex Universal Catalog owned AspectTypes, only settable for Dataplex Universal
35+
* Catalog owned Types.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private java.lang.String alternateUsePermission;
3940

4041
/**
4142
* Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate
42-
* Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
43+
* Aspects of Dataplex Universal Catalog owned AspectTypes, only settable for Dataplex Universal
44+
* Catalog owned Types.
4345
* @return value or {@code null} for none
4446
*/
4547
public java.lang.String getAlternateUsePermission() {
@@ -48,7 +50,8 @@ public java.lang.String getAlternateUsePermission() {
4850

4951
/**
5052
* Immutable. The IAM permission grantable on the EntryGroup to allow access to instantiate
51-
* Aspects of Dataplex owned AspectTypes, only settable for Dataplex owned Types.
53+
* Aspects of Dataplex Universal Catalog owned AspectTypes, only settable for Dataplex Universal
54+
* Catalog owned Types.
5255
* @param alternateUsePermission alternateUsePermission or {@code null} for none
5356
*/
5457
public GoogleCloudDataplexV1AspectTypeAuthorization setAlternateUsePermission(java.lang.String alternateUsePermission) {

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataProfileResultProfileField.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileField extends co
5555
* The data type retrieved from the schema of the data source. For instance, for a BigQuery native
5656
* table, it is the BigQuery Table Schema
5757
* (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a
58-
* Dataplex Entity, it is the Entity Schema
58+
* Dataplex Universal Catalog Entity, it is the Entity Schema
5959
* (https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
6060
* The value may be {@code null}.
6161
*/
@@ -119,7 +119,7 @@ public GoogleCloudDataplexV1DataProfileResultProfileField setProfile(GoogleCloud
119119
* The data type retrieved from the schema of the data source. For instance, for a BigQuery native
120120
* table, it is the BigQuery Table Schema
121121
* (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a
122-
* Dataplex Entity, it is the Entity Schema
122+
* Dataplex Universal Catalog Entity, it is the Entity Schema
123123
* (https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
124124
* @return value or {@code null} for none
125125
*/
@@ -131,7 +131,7 @@ public java.lang.String getType() {
131131
* The data type retrieved from the schema of the data source. For instance, for a BigQuery native
132132
* table, it is the BigQuery Table Schema
133133
* (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a
134-
* Dataplex Entity, it is the Entity Schema
134+
* Dataplex Universal Catalog Entity, it is the Entity Schema
135135
* (https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
136136
* @param type type or {@code null} for none
137137
*/

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataQualityResult.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudDataplexV1DataQualityResult extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. The status of publishing the data scan to Catalog.
33+
* Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -110,15 +110,15 @@ public final class GoogleCloudDataplexV1DataQualityResult extends com.google.api
110110
private java.lang.Float score;
111111

112112
/**
113-
* Output only. The status of publishing the data scan to Catalog.
113+
* Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
114114
* @return value or {@code null} for none
115115
*/
116116
public GoogleCloudDataplexV1DataScanCatalogPublishingStatus getCatalogPublishingStatus() {
117117
return catalogPublishingStatus;
118118
}
119119

120120
/**
121-
* Output only. The status of publishing the data scan to Catalog.
121+
* Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.
122122
* @param catalogPublishingStatus catalogPublishingStatus or {@code null} for none
123123
*/
124124
public GoogleCloudDataplexV1DataQualityResult setCatalogPublishingStatus(GoogleCloudDataplexV1DataScanCatalogPublishingStatus catalogPublishingStatus) {

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataQualitySpec.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
public final class GoogleCloudDataplexV1DataQualitySpec extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. If set, the latest DataScan job result will be published to Dataplex Catalog.
33+
* Optional. If set, the latest DataScan job result will be published as Dataplex Universal
34+
* Catalog metadata.
3435
* The value may be {@code null}.
3536
*/
3637
@com.google.api.client.util.Key
@@ -76,15 +77,17 @@ public final class GoogleCloudDataplexV1DataQualitySpec extends com.google.api.c
7677
private java.lang.Float samplingPercent;
7778

7879
/**
79-
* Optional. If set, the latest DataScan job result will be published to Dataplex Catalog.
80+
* Optional. If set, the latest DataScan job result will be published as Dataplex Universal
81+
* Catalog metadata.
8082
* @return value or {@code null} for none
8183
*/
8284
public java.lang.Boolean getCatalogPublishingEnabled() {
8385
return catalogPublishingEnabled;
8486
}
8587

8688
/**
87-
* Optional. If set, the latest DataScan job result will be published to Dataplex Catalog.
89+
* Optional. If set, the latest DataScan job result will be published as Dataplex Universal
90+
* Catalog metadata.
8891
* @param catalogPublishingEnabled catalogPublishingEnabled or {@code null} for none
8992
*/
9093
public GoogleCloudDataplexV1DataQualitySpec setCatalogPublishingEnabled(java.lang.Boolean catalogPublishingEnabled) {

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataScanCatalogPublishingStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.dataplex.v1.model;
1818

1919
/**
20-
* The status of publishing the data scan result to Catalog.
20+
* The status of publishing the data scan result as Dataplex Universal Catalog metadata.
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 Cloud Dataplex API. For a detailed explanation see:

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataScanEvent.java

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

3333
/**
34-
* The status of publishing the data scan to Catalog.
34+
* The status of publishing the data scan as Dataplex Universal Catalog metadata.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -150,15 +150,15 @@ public final class GoogleCloudDataplexV1DataScanEvent extends com.google.api.cli
150150
private java.lang.String type;
151151

152152
/**
153-
* The status of publishing the data scan to Catalog.
153+
* The status of publishing the data scan as Dataplex Universal Catalog metadata.
154154
* @return value or {@code null} for none
155155
*/
156156
public GoogleCloudDataplexV1DataScanCatalogPublishingStatus getCatalogPublishingStatus() {
157157
return catalogPublishingStatus;
158158
}
159159

160160
/**
161-
* The status of publishing the data scan to Catalog.
161+
* The status of publishing the data scan as Dataplex Universal Catalog metadata.
162162
* @param catalogPublishingStatus catalogPublishingStatus or {@code null} for none
163163
*/
164164
public GoogleCloudDataplexV1DataScanEvent setCatalogPublishingStatus(GoogleCloudDataplexV1DataScanCatalogPublishingStatus catalogPublishingStatus) {

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataSource.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
public final class GoogleCloudDataplexV1DataSource extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Immutable. The Dataplex entity that represents the data source (e.g. BigQuery table) for
34-
* DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/
35-
* {zone_id}/entities/{entity_id}.
33+
* Immutable. The Dataplex Universal Catalog entity that represents the data source (e.g. BigQuery
34+
* table) for DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake
35+
* _id}/zones/{zone_id}/entities/{entity_id}.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -50,19 +50,19 @@ public final class GoogleCloudDataplexV1DataSource extends com.google.api.client
5050
private java.lang.String resource;
5151

5252
/**
53-
* Immutable. The Dataplex entity that represents the data source (e.g. BigQuery table) for
54-
* DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/
55-
* {zone_id}/entities/{entity_id}.
53+
* Immutable. The Dataplex Universal Catalog entity that represents the data source (e.g. BigQuery
54+
* table) for DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake
55+
* _id}/zones/{zone_id}/entities/{entity_id}.
5656
* @return value or {@code null} for none
5757
*/
5858
public java.lang.String getEntity() {
5959
return entity;
6060
}
6161

6262
/**
63-
* Immutable. The Dataplex entity that represents the data source (e.g. BigQuery table) for
64-
* DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/
65-
* {zone_id}/entities/{entity_id}.
63+
* Immutable. The Dataplex Universal Catalog entity that represents the data source (e.g. BigQuery
64+
* table) for DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake
65+
* _id}/zones/{zone_id}/entities/{entity_id}.
6666
* @param entity entity or {@code null} for none
6767
*/
6868
public GoogleCloudDataplexV1DataSource setEntity(java.lang.String entity) {

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1Entry.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class GoogleCloudDataplexV1Entry extends com.google.api.client.json
4747
}
4848

4949
/**
50-
* Output only. The time when the entry was created in Dataplex.
50+
* Output only. The time when the entry was created in Dataplex Universal Catalog.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -96,7 +96,7 @@ public final class GoogleCloudDataplexV1Entry extends com.google.api.client.json
9696
private java.lang.String parentEntry;
9797

9898
/**
99-
* Output only. The time when the entry was last updated in Dataplex.
99+
* Output only. The time when the entry was last updated in Dataplex Universal Catalog.
100100
* The value may be {@code null}.
101101
*/
102102
@com.google.api.client.util.Key
@@ -128,15 +128,15 @@ public GoogleCloudDataplexV1Entry setAspects(java.util.Map<String, GoogleCloudDa
128128
}
129129

130130
/**
131-
* Output only. The time when the entry was created in Dataplex.
131+
* Output only. The time when the entry was created in Dataplex Universal Catalog.
132132
* @return value or {@code null} for none
133133
*/
134134
public String getCreateTime() {
135135
return createTime;
136136
}
137137

138138
/**
139-
* Output only. The time when the entry was created in Dataplex.
139+
* Output only. The time when the entry was created in Dataplex Universal Catalog.
140140
* @param createTime createTime or {@code null} for none
141141
*/
142142
public GoogleCloudDataplexV1Entry setCreateTime(String createTime) {
@@ -244,15 +244,15 @@ public GoogleCloudDataplexV1Entry setParentEntry(java.lang.String parentEntry) {
244244
}
245245

246246
/**
247-
* Output only. The time when the entry was last updated in Dataplex.
247+
* Output only. The time when the entry was last updated in Dataplex Universal Catalog.
248248
* @return value or {@code null} for none
249249
*/
250250
public String getUpdateTime() {
251251
return updateTime;
252252
}
253253

254254
/**
255-
* Output only. The time when the entry was last updated in Dataplex.
255+
* Output only. The time when the entry was last updated in Dataplex Universal Catalog.
256256
* @param updateTime updateTime or {@code null} for none
257257
*/
258258
public GoogleCloudDataplexV1Entry setUpdateTime(String updateTime) {

0 commit comments

Comments
 (0)