Skip to content

Commit f94687c

Browse files
1 parent cf0d25b commit f94687c

File tree

6 files changed

+26
-21
lines changed

6 files changed

+26
-21
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-rev20250107-2.0.0</version>
25+
<version>v1-rev20250116-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-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250116-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public final class GoogleCloudDataplexV1DataQualityRuleResult extends com.google
4141
* The number of rows a rule was evaluated against.This field is only valid for row-level type
4242
* rules.Evaluated count can be configured to either include all rows (default) - with null rows
4343
* automatically failing rule evaluation, or exclude null rows from the evaluated_count, by
44-
* setting ignore_nulls = true.
44+
* setting ignore_nulls = true.This field is not set for rule SqlAssertion.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -77,8 +77,7 @@ public final class GoogleCloudDataplexV1DataQualityRuleResult extends com.google
7777
private java.lang.Boolean passed;
7878

7979
/**
80-
* The number of rows which passed a rule evaluation.This field is only valid for row-level type
81-
* rules.
80+
* This field is not set for rule SqlAssertion.
8281
* The value may be {@code null}.
8382
*/
8483
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -114,7 +113,7 @@ public GoogleCloudDataplexV1DataQualityRuleResult setAssertionRowCount(java.lang
114113
* The number of rows a rule was evaluated against.This field is only valid for row-level type
115114
* rules.Evaluated count can be configured to either include all rows (default) - with null rows
116115
* automatically failing rule evaluation, or exclude null rows from the evaluated_count, by
117-
* setting ignore_nulls = true.
116+
* setting ignore_nulls = true.This field is not set for rule SqlAssertion.
118117
* @return value or {@code null} for none
119118
*/
120119
public java.lang.Long getEvaluatedCount() {
@@ -125,7 +124,7 @@ public java.lang.Long getEvaluatedCount() {
125124
* The number of rows a rule was evaluated against.This field is only valid for row-level type
126125
* rules.Evaluated count can be configured to either include all rows (default) - with null rows
127126
* automatically failing rule evaluation, or exclude null rows from the evaluated_count, by
128-
* setting ignore_nulls = true.
127+
* setting ignore_nulls = true.This field is not set for rule SqlAssertion.
129128
* @param evaluatedCount evaluatedCount or {@code null} for none
130129
*/
131130
public GoogleCloudDataplexV1DataQualityRuleResult setEvaluatedCount(java.lang.Long evaluatedCount) {
@@ -204,17 +203,15 @@ public GoogleCloudDataplexV1DataQualityRuleResult setPassed(java.lang.Boolean pa
204203
}
205204

206205
/**
207-
* The number of rows which passed a rule evaluation.This field is only valid for row-level type
208-
* rules.
206+
* This field is not set for rule SqlAssertion.
209207
* @return value or {@code null} for none
210208
*/
211209
public java.lang.Long getPassedCount() {
212210
return passedCount;
213211
}
214212

215213
/**
216-
* The number of rows which passed a rule evaluation.This field is only valid for row-level type
217-
* rules.
214+
* This field is not set for rule SqlAssertion.
218215
* @param passedCount passedCount or {@code null} for none
219216
*/
220217
public GoogleCloudDataplexV1DataQualityRuleResult setPassedCount(java.lang.Long passedCount) {

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

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

1919
/**
2020
* Represents a user-visible job which provides the insights for the related data source.For
21-
* example: Data Quality: generates queries based on the rules and runs against the data to get data
22-
* quality check results. Data Profile: analyzes the data in table(s) and generates insights about
23-
* the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc).
21+
* example: Data quality: generates queries based on the rules and runs against the data to get data
22+
* quality check results. For more information, see Auto data quality overview
23+
* (https://cloud.google.com/dataplex/docs/auto-data-quality-overview). Data profile: analyzes the
24+
* data in tables and generates insights about the structure, content and relationships (such as
25+
* null percent, cardinality, min/max/mean, etc). For more information, see About data profiling
26+
* (https://cloud.google.com/dataplex/docs/data-profiling-overview). Data discovery: scans data in
27+
* Cloud Storage buckets to extract and then catalog metadata. For more information, see Discover
28+
* and catalog Cloud Storage data (https://cloud.google.com/bigquery/docs/automatic-discovery).
2429
*
2530
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2631
* 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/GoogleCloudDataplexV1Entry.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ public final class GoogleCloudDataplexV1Entry extends com.google.api.client.json
8888
private java.lang.String name;
8989

9090
/**
91-
* Optional. Immutable. The resource name of the parent entry.
91+
* Optional. Immutable. The resource name of the parent entry, in the format projects/{project_id_
92+
* or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
9293
* The value may be {@code null}.
9394
*/
9495
@com.google.api.client.util.Key
@@ -224,15 +225,17 @@ public GoogleCloudDataplexV1Entry setName(java.lang.String name) {
224225
}
225226

226227
/**
227-
* Optional. Immutable. The resource name of the parent entry.
228+
* Optional. Immutable. The resource name of the parent entry, in the format projects/{project_id_
229+
* or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
228230
* @return value or {@code null} for none
229231
*/
230232
public java.lang.String getParentEntry() {
231233
return parentEntry;
232234
}
233235

234236
/**
235-
* Optional. Immutable. The resource name of the parent entry.
237+
* Optional. Immutable. The resource name of the parent entry, in the format projects/{project_id_
238+
* or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
236239
* @param parentEntry parentEntry or {@code null} for none
237240
*/
238241
public GoogleCloudDataplexV1Entry setParentEntry(java.lang.String parentEntry) {

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-rev20250107-2.0.0</version>
12-
<name>Cloud Dataplex API v1-rev20250107-2.0.0</name>
11+
<version>v1-rev20250116-2.0.0</version>
12+
<name>Cloud Dataplex API v1-rev20250116-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-rev20250107-2.0.0</version>
25+
<version>v1-rev20250116-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-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250116-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)