Skip to content

Commit a3df2b1

Browse files
1 parent 2893ad0 commit a3df2b1

20 files changed

+11708
-8555
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-rev20240624-2.0.0</version>
25+
<version>v1-rev20240722-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-rev20240624-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240722-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: 10257 additions & 8455 deletions
Large diffs are not rendered by default.

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

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

3232
/**
33+
* Optional. Information related to the source system of the aspect.
3334
* The value may be {@code null}.
3435
*/
3536
@com.google.api.client.util.Key
@@ -72,13 +73,15 @@ public final class GoogleCloudDataplexV1Aspect extends com.google.api.client.jso
7273
private String updateTime;
7374

7475
/**
76+
* Optional. Information related to the source system of the aspect.
7577
* @return value or {@code null} for none
7678
*/
7779
public GoogleCloudDataplexV1AspectSource getAspectSource() {
7880
return aspectSource;
7981
}
8082

8183
/**
84+
* Optional. Information related to the source system of the aspect.
8285
* @param aspectSource aspectSource or {@code null} for none
8386
*/
8487
public GoogleCloudDataplexV1Aspect setAspectSource(GoogleCloudDataplexV1AspectSource aspectSource) {

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

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

1919
/**
20-
* AspectSource contains information related to the source system of the Aspect.
20+
* Information related to the source system of the aspect.
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:
@@ -30,29 +30,29 @@
3030
public final class GoogleCloudDataplexV1AspectSource extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The create time of the aspect in the source system.
33+
* The time the aspect was created in the source system.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private String createTime;
3838

3939
/**
40-
* The update time of the aspect in the source system.
40+
* The time the aspect was last updated in the source system.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private String updateTime;
4545

4646
/**
47-
* The create time of the aspect in the source system.
47+
* The time the aspect was created in the source system.
4848
* @return value or {@code null} for none
4949
*/
5050
public String getCreateTime() {
5151
return createTime;
5252
}
5353

5454
/**
55-
* The create time of the aspect in the source system.
55+
* The time the aspect was created in the source system.
5656
* @param createTime createTime or {@code null} for none
5757
*/
5858
public GoogleCloudDataplexV1AspectSource setCreateTime(String createTime) {
@@ -61,15 +61,15 @@ public GoogleCloudDataplexV1AspectSource setCreateTime(String createTime) {
6161
}
6262

6363
/**
64-
* The update time of the aspect in the source system.
64+
* The time the aspect was last updated in the source system.
6565
* @return value or {@code null} for none
6666
*/
6767
public String getUpdateTime() {
6868
return updateTime;
6969
}
7070

7171
/**
72-
* The update time of the aspect in the source system.
72+
* The time the aspect was last updated in the source system.
7373
* @param updateTime updateTime or {@code null} for none
7474
*/
7575
public GoogleCloudDataplexV1AspectSource setUpdateTime(String updateTime) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
* Cancel metadata job request.
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 GoogleCloudDataplexV1CancelMetadataJobRequest extends com.google.api.client.json.GenericJson {
31+
32+
@Override
33+
public GoogleCloudDataplexV1CancelMetadataJobRequest set(String fieldName, Object value) {
34+
return (GoogleCloudDataplexV1CancelMetadataJobRequest) super.set(fieldName, value);
35+
}
36+
37+
@Override
38+
public GoogleCloudDataplexV1CancelMetadataJobRequest clone() {
39+
return (GoogleCloudDataplexV1CancelMetadataJobRequest) super.clone();
40+
}
41+
42+
}

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo
3131

3232
/**
3333
* Ratio of rows with distinct values against total scanned rows. Not available for complex non-
34-
* groupable field type RECORD and fields with REPEATABLE mode.
34+
* groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with
35+
* REPEATABLE mode.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -68,15 +69,17 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo
6869
/**
6970
* The list of top N non-null values, frequency and ratio with which they occur in the scanned
7071
* data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not
71-
* available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
72+
* available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON,
73+
* as well as fields with REPEATABLE mode.
7274
* The value may be {@code null}.
7375
*/
7476
@com.google.api.client.util.Key
7577
private java.util.List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> topNValues;
7678

7779
/**
7880
* Ratio of rows with distinct values against total scanned rows. Not available for complex non-
79-
* groupable field type RECORD and fields with REPEATABLE mode.
81+
* groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with
82+
* REPEATABLE mode.
8083
* @return value or {@code null} for none
8184
*/
8285
public java.lang.Double getDistinctRatio() {
@@ -85,7 +88,8 @@ public java.lang.Double getDistinctRatio() {
8588

8689
/**
8790
* Ratio of rows with distinct values against total scanned rows. Not available for complex non-
88-
* groupable field type RECORD and fields with REPEATABLE mode.
91+
* groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with
92+
* REPEATABLE mode.
8993
* @param distinctRatio distinctRatio or {@code null} for none
9094
*/
9195
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setDistinctRatio(java.lang.Double distinctRatio) {
@@ -164,7 +168,8 @@ public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setStringPr
164168
/**
165169
* The list of top N non-null values, frequency and ratio with which they occur in the scanned
166170
* data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not
167-
* available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
171+
* available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON,
172+
* as well as fields with REPEATABLE mode.
168173
* @return value or {@code null} for none
169174
*/
170175
public java.util.List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> getTopNValues() {
@@ -174,7 +179,8 @@ public java.util.List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileI
174179
/**
175180
* The list of top N non-null values, frequency and ratio with which they occur in the scanned
176181
* data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not
177-
* available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
182+
* available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON,
183+
* as well as fields with REPEATABLE mode.
178184
* @param topNValues topNValues or {@code null} for none
179185
*/
180186
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setTopNValues(java.util.List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> topNValues) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ public final class GoogleCloudDataplexV1DataQualityRule extends com.google.api.c
121121
@com.google.api.client.util.Key
122122
private GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation statisticRangeExpectation;
123123

124+
/**
125+
* Optional. Whether the Rule is active or suspended. Default is false.
126+
* The value may be {@code null}.
127+
*/
128+
@com.google.api.client.util.Key
129+
private java.lang.Boolean suspended;
130+
124131
/**
125132
* Aggregate rule which evaluates whether the provided expression is true for a table.
126133
* The value may be {@code null}.
@@ -364,6 +371,23 @@ public GoogleCloudDataplexV1DataQualityRule setStatisticRangeExpectation(GoogleC
364371
return this;
365372
}
366373

374+
/**
375+
* Optional. Whether the Rule is active or suspended. Default is false.
376+
* @return value or {@code null} for none
377+
*/
378+
public java.lang.Boolean getSuspended() {
379+
return suspended;
380+
}
381+
382+
/**
383+
* Optional. Whether the Rule is active or suspended. Default is false.
384+
* @param suspended suspended or {@code null} for none
385+
*/
386+
public GoogleCloudDataplexV1DataQualityRule setSuspended(java.lang.Boolean suspended) {
387+
this.suspended = suspended;
388+
return this;
389+
}
390+
367391
/**
368392
* Aggregate rule which evaluates whether the provided expression is true for a table.
369393
* @return value or {@code null} for none

0 commit comments

Comments
 (0)