Skip to content

Commit f3d34fd

Browse files
chore: regenerate dataplex client
1 parent 1ae0e5a commit f3d34fd

8 files changed

Lines changed: 367 additions & 16 deletions

‎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-rev20260823-2.0.0</version>
25+
<version>v1-rev20260917-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-rev20260823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20260917-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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36747,7 +36747,7 @@ public Create set(String parameterName, Object value) {
3674736747
* parameters, call the {@link Delete#execute()} method to invoke the remote operation.
3674836748
*
3674936749
* @param name Required. The resource name of the metadata feed, in the format
36750-
* projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36750+
* projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3675136751
* @return the request
3675236752
*/
3675336753
public Delete delete(java.lang.String name) throws java.io.IOException {
@@ -36775,7 +36775,7 @@ public class Delete extends CloudDataplexRequest<com.google.api.services.dataple
3677536775
* be called to initialize this instance immediately after invoking the constructor. </p>
3677636776
*
3677736777
* @param name Required. The resource name of the metadata feed, in the format
36778-
* projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36778+
* projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3677936779
* @since 1.13
3678036780
*/
3678136781
protected Delete(java.lang.String name) {
@@ -36845,21 +36845,21 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
3684536845

3684636846
/**
3684736847
* Required. The resource name of the metadata feed, in the format projects/{project_id_or
36848-
* _number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36848+
* _number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3684936849
*/
3685036850
@com.google.api.client.util.Key
3685136851
private java.lang.String name;
3685236852

3685336853
/** Required. The resource name of the metadata feed, in the format
36854-
projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36854+
projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3685536855
*/
3685636856
public java.lang.String getName() {
3685736857
return name;
3685836858
}
3685936859

3686036860
/**
3686136861
* Required. The resource name of the metadata feed, in the format projects/{project_id_or
36862-
* _number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36862+
* _number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3686336863
*/
3686436864
public Delete setName(java.lang.String name) {
3686536865
if (!getSuppressPatternChecks()) {
@@ -36885,7 +36885,7 @@ public Delete set(String parameterName, Object value) {
3688536885
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
3688636886
*
3688736887
* @param name Required. The resource name of the metadata feed, in the format
36888-
* projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36888+
* projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3688936889
* @return the request
3689036890
*/
3689136891
public Get get(java.lang.String name) throws java.io.IOException {
@@ -36912,7 +36912,7 @@ public class Get extends CloudDataplexRequest<com.google.api.services.dataplex.v
3691236912
* must be called to initialize this instance immediately after invoking the constructor. </p>
3691336913
*
3691436914
* @param name Required. The resource name of the metadata feed, in the format
36915-
* projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36915+
* projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3691636916
* @since 1.13
3691736917
*/
3691836918
protected Get(java.lang.String name) {
@@ -36992,21 +36992,21 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
3699236992

3699336993
/**
3699436994
* Required. The resource name of the metadata feed, in the format projects/{project_id_or
36995-
* _number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
36995+
* _number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3699636996
*/
3699736997
@com.google.api.client.util.Key
3699836998
private java.lang.String name;
3699936999

3700037000
/** Required. The resource name of the metadata feed, in the format
37001-
projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
37001+
projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3700237002
*/
3700337003
public java.lang.String getName() {
3700437004
return name;
3700537005
}
3700637006

3700737007
/**
3700837008
* Required. The resource name of the metadata feed, in the format projects/{project_id_or
37009-
* _number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
37009+
* _number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.
3701037010
*/
3701137011
public Get setName(java.lang.String name) {
3701237012
if (!getSuppressPatternChecks()) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleCloudDataplexV1DataScanEvent extends com.google.api.cli
4444
@com.google.api.client.util.Key
4545
private String createTime;
4646

47+
/**
48+
* Data documentation result for data documentation (insights) scan.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private GoogleCloudDataplexV1DataScanEventDataDocumentationResult dataDocumentation;
53+
4754
/**
4855
* Data profile result for data profile type data scan.
4956
* The value may be {@code null}.
@@ -183,6 +190,23 @@ public GoogleCloudDataplexV1DataScanEvent setCreateTime(String createTime) {
183190
return this;
184191
}
185192

193+
/**
194+
* Data documentation result for data documentation (insights) scan.
195+
* @return value or {@code null} for none
196+
*/
197+
public GoogleCloudDataplexV1DataScanEventDataDocumentationResult getDataDocumentation() {
198+
return dataDocumentation;
199+
}
200+
201+
/**
202+
* Data documentation result for data documentation (insights) scan.
203+
* @param dataDocumentation dataDocumentation or {@code null} for none
204+
*/
205+
public GoogleCloudDataplexV1DataScanEvent setDataDocumentation(GoogleCloudDataplexV1DataScanEventDataDocumentationResult dataDocumentation) {
206+
this.dataDocumentation = dataDocumentation;
207+
return this;
208+
}
209+
186210
/**
187211
* Data profile result for data profile type data scan.
188212
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.dataplex.v1.model;
18+
19+
/**
20+
* Data documentation result for data scan job.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudDataplexV1DataScanEventDataDocumentationResult extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Breakdown of token consumption for the data documentation scan.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private GoogleCloudDataplexV1DataScanEventDataDocumentationResultTokenUsage billableTokenUsage;
38+
39+
/**
40+
* Breakdown of token consumption for the data documentation scan.
41+
* @return value or {@code null} for none
42+
*/
43+
public GoogleCloudDataplexV1DataScanEventDataDocumentationResultTokenUsage getBillableTokenUsage() {
44+
return billableTokenUsage;
45+
}
46+
47+
/**
48+
* Breakdown of token consumption for the data documentation scan.
49+
* @param billableTokenUsage billableTokenUsage or {@code null} for none
50+
*/
51+
public GoogleCloudDataplexV1DataScanEventDataDocumentationResult setBillableTokenUsage(GoogleCloudDataplexV1DataScanEventDataDocumentationResultTokenUsage billableTokenUsage) {
52+
this.billableTokenUsage = billableTokenUsage;
53+
return this;
54+
}
55+
56+
@Override
57+
public GoogleCloudDataplexV1DataScanEventDataDocumentationResult set(String fieldName, Object value) {
58+
return (GoogleCloudDataplexV1DataScanEventDataDocumentationResult) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public GoogleCloudDataplexV1DataScanEventDataDocumentationResult clone() {
63+
return (GoogleCloudDataplexV1DataScanEventDataDocumentationResult) super.clone();
64+
}
65+
66+
}

0 commit comments

Comments
 (0)