Skip to content

Commit c664b53

Browse files
1 parent 8c4ac93 commit c664b53

File tree

9 files changed

+200
-178
lines changed

9 files changed

+200
-178
lines changed

clients/google-api-services-dataplex/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-dataplex</artifactId>
25-
<version>v1-rev20250618-2.0.0</version>
25+
<version>v1-rev20250708-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250708-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: 179 additions & 160 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ public class CloudDataplexScopes {
2626
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
2727
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
2828

29+
/** View your data across Google Cloud services and see the email address of your Google Account. */
30+
public static final String CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only";
31+
2932
/**
3033
* Returns an unmodifiable set that contains all scopes declared by this class.
3134
*
@@ -34,6 +37,7 @@ public class CloudDataplexScopes {
3437
public static java.util.Set<String> all() {
3538
java.util.Set<String> set = new java.util.HashSet<String>();
3639
set.add(CLOUD_PLATFORM);
40+
set.add(CLOUD_PLATFORM_READ_ONLY);
3741
return java.util.Collections.unmodifiableSet(set);
3842
}
3943

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* (https://cloud.google.com/dataplex/docs/data-profiling-overview). Data discovery: scans data in
2727
* Cloud Storage buckets to extract and then catalog metadata. For more information, see Discover
2828
* and catalog Cloud Storage data (https://cloud.google.com/bigquery/docs/automatic-discovery).
29-
* LINT.IfChange
3029
*
3130
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3231
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
@@ -133,7 +132,7 @@ public final class GoogleCloudDataplexV1DataScan extends com.google.api.client.j
133132
/**
134133
* Output only. Identifier. The relative resource name of the scan, of the form:
135134
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a
136-
* project_id or project_number and location_id refers to a GCP region.
135+
* project_id or project_number and location_id refers to a Google Cloud region.
137136
* The value may be {@code null}.
138137
*/
139138
@com.google.api.client.util.Key
@@ -394,7 +393,7 @@ public GoogleCloudDataplexV1DataScan setLabels(java.util.Map<String, java.lang.S
394393
/**
395394
* Output only. Identifier. The relative resource name of the scan, of the form:
396395
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a
397-
* project_id or project_number and location_id refers to a GCP region.
396+
* project_id or project_number and location_id refers to a Google Cloud region.
398397
* @return value or {@code null} for none
399398
*/
400399
public java.lang.String getName() {
@@ -404,7 +403,7 @@ public java.lang.String getName() {
404403
/**
405404
* Output only. Identifier. The relative resource name of the scan, of the form:
406405
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a
407-
* project_id or project_number and location_id refers to a GCP region.
406+
* project_id or project_number and location_id refers to a Google Cloud region.
408407
* @param name name or {@code null} for none
409408
*/
410409
public GoogleCloudDataplexV1DataScan setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public final class GoogleCloudDataplexV1DataScanJob extends com.google.api.clien
9595
/**
9696
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
9797
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
98-
* refers to a project_id or project_number and location_id refers to a GCP region.
98+
* refers to a project_id or project_number and location_id refers to a Google Cloud region.
9999
* The value may be {@code null}.
100100
*/
101101
@com.google.api.client.util.Key
@@ -285,7 +285,7 @@ public GoogleCloudDataplexV1DataScanJob setMessage(java.lang.String message) {
285285
/**
286286
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
287287
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
288-
* refers to a project_id or project_number and location_id refers to a GCP region.
288+
* refers to a project_id or project_number and location_id refers to a Google Cloud region.
289289
* @return value or {@code null} for none
290290
*/
291291
public java.lang.String getName() {
@@ -295,7 +295,7 @@ public java.lang.String getName() {
295295
/**
296296
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
297297
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
298-
* refers to a project_id or project_number and location_id refers to a GCP region.
298+
* refers to a project_id or project_number and location_id refers to a Google Cloud region.
299299
* @param name name or {@code null} for none
300300
*/
301301
public GoogleCloudDataplexV1DataScanJob setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class GoogleCloudDataplexV1DataSource extends com.google.api.client
4040

4141
/**
4242
* Immutable. The service-qualified full resource name of the cloud resource for a DataScan job to
43-
* scan against. The field could eitherbe: Cloud Storage bucket for DataDiscoveryScan Format:
43+
* scan against. The field could either be: Cloud Storage bucket for DataDiscoveryScan Format:
4444
* //storage.googleapis.com/projects/PROJECT_ID/buckets/BUCKET_ID or BigQuery table of type
4545
* "TABLE" for DataProfileScan/DataQualityScan Format:
4646
* //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
@@ -72,7 +72,7 @@ public GoogleCloudDataplexV1DataSource setEntity(java.lang.String entity) {
7272

7373
/**
7474
* Immutable. The service-qualified full resource name of the cloud resource for a DataScan job to
75-
* scan against. The field could eitherbe: Cloud Storage bucket for DataDiscoveryScan Format:
75+
* scan against. The field could either be: Cloud Storage bucket for DataDiscoveryScan Format:
7676
* //storage.googleapis.com/projects/PROJECT_ID/buckets/BUCKET_ID or BigQuery table of type
7777
* "TABLE" for DataProfileScan/DataQualityScan Format:
7878
* //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
@@ -84,7 +84,7 @@ public java.lang.String getResource() {
8484

8585
/**
8686
* Immutable. The service-qualified full resource name of the cloud resource for a DataScan job to
87-
* scan against. The field could eitherbe: Cloud Storage bucket for DataDiscoveryScan Format:
87+
* scan against. The field could either be: Cloud Storage bucket for DataDiscoveryScan Format:
8888
* //storage.googleapis.com/projects/PROJECT_ID/buckets/BUCKET_ID or BigQuery table of type
8989
* "TABLE" for DataProfileScan/DataQualityScan Format:
9090
* //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

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

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

1919
/**
2020
* A Glossary represents a collection of GlossaryCategories and GlossaryTerms defined by the user.
21-
* Glossary is a top level resource and is the GCP parent resource of all the GlossaryCategories and
22-
* GlossaryTerms within it.
21+
* Glossary is a top level resource and is the Google Cloud parent resource of all the
22+
* GlossaryCategories and GlossaryTerms within it.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:

clients/google-api-services-dataplex/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-dataplex</artifactId>
11-
<version>v1-rev20250618-2.0.0</version>
12-
<name>Cloud Dataplex API v1-rev20250618-2.0.0</name>
11+
<version>v1-rev20250708-2.0.0</version>
12+
<name>Cloud Dataplex API v1-rev20250708-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataplex/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-dataplex</artifactId>
25-
<version>v1-rev20250618-2.0.0</version>
25+
<version>v1-rev20250708-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250708-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)