Skip to content

Commit 433dda6

Browse files
1 parent 861b9a2 commit 433dda6

9 files changed

+90
-36
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-rev20240925-2.0.0</version>
25+
<version>v1-rev20241001-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-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20241001-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public final class GoogleCloudDataplexV1AspectSource extends com.google.api.clie
3636
@com.google.api.client.util.Key
3737
private String createTime;
3838

39+
/**
40+
* The version of the data format used to produce this data. This field is used to indicated when
41+
* the underlying data format changes (e.g., schema modifications, changes to the source URL
42+
* format definition, etc).
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String dataVersion;
47+
3948
/**
4049
* The time the aspect was last updated in the source system.
4150
* The value may be {@code null}.
@@ -60,6 +69,27 @@ public GoogleCloudDataplexV1AspectSource setCreateTime(String createTime) {
6069
return this;
6170
}
6271

72+
/**
73+
* The version of the data format used to produce this data. This field is used to indicated when
74+
* the underlying data format changes (e.g., schema modifications, changes to the source URL
75+
* format definition, etc).
76+
* @return value or {@code null} for none
77+
*/
78+
public java.lang.String getDataVersion() {
79+
return dataVersion;
80+
}
81+
82+
/**
83+
* The version of the data format used to produce this data. This field is used to indicated when
84+
* the underlying data format changes (e.g., schema modifications, changes to the source URL
85+
* format definition, etc).
86+
* @param dataVersion dataVersion or {@code null} for none
87+
*/
88+
public GoogleCloudDataplexV1AspectSource setDataVersion(java.lang.String dataVersion) {
89+
this.dataVersion = dataVersion;
90+
return this;
91+
}
92+
6393
/**
6494
* The time the aspect was last updated in the source system.
6595
* @return value or {@code null} for none

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

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

3232
/**
3333
* The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY",
34-
* "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
34+
* "CONSISTENCY", "VALIDITY", "UNIQUENESS", "FRESHNESS", "VOLUME"
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String name;
3939

4040
/**
4141
* The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY",
42-
* "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
42+
* "CONSISTENCY", "VALIDITY", "UNIQUENESS", "FRESHNESS", "VOLUME"
4343
* @return value or {@code null} for none
4444
*/
4545
public java.lang.String getName() {
@@ -48,7 +48,7 @@ public java.lang.String getName() {
4848

4949
/**
5050
* The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY",
51-
* "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
51+
* "CONSISTENCY", "VALIDITY", "UNIQUENESS", "FRESHNESS", "VOLUME"
5252
* @param name name or {@code null} for none
5353
*/
5454
public GoogleCloudDataplexV1DataQualityDimension setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class GoogleCloudDataplexV1DataQualityRule extends com.google.api.c
4646
/**
4747
* Required. The dimension a rule belongs to. Results are also aggregated at the dimension level.
4848
* Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS",
49-
* "INTEGRITY"
49+
* "FRESHNESS", "VOLUME"
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -188,7 +188,7 @@ public GoogleCloudDataplexV1DataQualityRule setDescription(java.lang.String desc
188188
/**
189189
* Required. The dimension a rule belongs to. Results are also aggregated at the dimension level.
190190
* Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS",
191-
* "INTEGRITY"
191+
* "FRESHNESS", "VOLUME"
192192
* @return value or {@code null} for none
193193
*/
194194
public java.lang.String getDimension() {
@@ -198,7 +198,7 @@ public java.lang.String getDimension() {
198198
/**
199199
* Required. The dimension a rule belongs to. Results are also aggregated at the dimension level.
200200
* Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS",
201-
* "INTEGRITY"
201+
* "FRESHNESS", "VOLUME"
202202
* @param dimension dimension or {@code null} for none
203203
*/
204204
public GoogleCloudDataplexV1DataQualityRule setDimension(java.lang.String dimension) {

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,28 @@ public final class GoogleCloudDataplexV1DataScan extends com.google.api.client.j
4747
private GoogleCloudDataplexV1DataSource data;
4848

4949
/**
50-
* Output only. The result of the data profile scan.
50+
* Output only. The result of a data profile scan.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
5454
private GoogleCloudDataplexV1DataProfileResult dataProfileResult;
5555

5656
/**
57-
* DataProfileScan related setting.
57+
* Settings for a data profile scan.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
6161
private GoogleCloudDataplexV1DataProfileSpec dataProfileSpec;
6262

6363
/**
64-
* Output only. The result of the data quality scan.
64+
* Output only. The result of a data quality scan.
6565
* The value may be {@code null}.
6666
*/
6767
@com.google.api.client.util.Key
6868
private GoogleCloudDataplexV1DataQualityResult dataQualityResult;
6969

7070
/**
71-
* DataQualityScan related setting.
71+
* Settings for a data quality scan.
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -183,15 +183,15 @@ public GoogleCloudDataplexV1DataScan setData(GoogleCloudDataplexV1DataSource dat
183183
}
184184

185185
/**
186-
* Output only. The result of the data profile scan.
186+
* Output only. The result of a data profile scan.
187187
* @return value or {@code null} for none
188188
*/
189189
public GoogleCloudDataplexV1DataProfileResult getDataProfileResult() {
190190
return dataProfileResult;
191191
}
192192

193193
/**
194-
* Output only. The result of the data profile scan.
194+
* Output only. The result of a data profile scan.
195195
* @param dataProfileResult dataProfileResult or {@code null} for none
196196
*/
197197
public GoogleCloudDataplexV1DataScan setDataProfileResult(GoogleCloudDataplexV1DataProfileResult dataProfileResult) {
@@ -200,15 +200,15 @@ public GoogleCloudDataplexV1DataScan setDataProfileResult(GoogleCloudDataplexV1D
200200
}
201201

202202
/**
203-
* DataProfileScan related setting.
203+
* Settings for a data profile scan.
204204
* @return value or {@code null} for none
205205
*/
206206
public GoogleCloudDataplexV1DataProfileSpec getDataProfileSpec() {
207207
return dataProfileSpec;
208208
}
209209

210210
/**
211-
* DataProfileScan related setting.
211+
* Settings for a data profile scan.
212212
* @param dataProfileSpec dataProfileSpec or {@code null} for none
213213
*/
214214
public GoogleCloudDataplexV1DataScan setDataProfileSpec(GoogleCloudDataplexV1DataProfileSpec dataProfileSpec) {
@@ -217,15 +217,15 @@ public GoogleCloudDataplexV1DataScan setDataProfileSpec(GoogleCloudDataplexV1Dat
217217
}
218218

219219
/**
220-
* Output only. The result of the data quality scan.
220+
* Output only. The result of a data quality scan.
221221
* @return value or {@code null} for none
222222
*/
223223
public GoogleCloudDataplexV1DataQualityResult getDataQualityResult() {
224224
return dataQualityResult;
225225
}
226226

227227
/**
228-
* Output only. The result of the data quality scan.
228+
* Output only. The result of a data quality scan.
229229
* @param dataQualityResult dataQualityResult or {@code null} for none
230230
*/
231231
public GoogleCloudDataplexV1DataScan setDataQualityResult(GoogleCloudDataplexV1DataQualityResult dataQualityResult) {
@@ -234,15 +234,15 @@ public GoogleCloudDataplexV1DataScan setDataQualityResult(GoogleCloudDataplexV1D
234234
}
235235

236236
/**
237-
* DataQualityScan related setting.
237+
* Settings for a data quality scan.
238238
* @return value or {@code null} for none
239239
*/
240240
public GoogleCloudDataplexV1DataQualitySpec getDataQualitySpec() {
241241
return dataQualitySpec;
242242
}
243243

244244
/**
245-
* DataQualityScan related setting.
245+
* Settings for a data quality scan.
246246
* @param dataQualitySpec dataQualitySpec or {@code null} for none
247247
*/
248248
public GoogleCloudDataplexV1DataScan setDataQualitySpec(GoogleCloudDataplexV1DataQualitySpec dataQualitySpec) {

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ public final class GoogleCloudDataplexV1DataScanJob extends com.google.api.clien
3737
private String createTime;
3838

3939
/**
40-
* Output only. The result of the data profile scan.
40+
* Output only. The result of a data profile scan.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private GoogleCloudDataplexV1DataProfileResult dataProfileResult;
4545

4646
/**
47-
* Output only. DataProfileScan related setting.
47+
* Output only. Settings for a data profile scan.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
5151
private GoogleCloudDataplexV1DataProfileSpec dataProfileSpec;
5252

5353
/**
54-
* Output only. The result of the data quality scan.
54+
* Output only. The result of a data quality scan.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
5858
private GoogleCloudDataplexV1DataQualityResult dataQualityResult;
5959

6060
/**
61-
* Output only. DataQualityScan related setting.
61+
* Output only. Settings for a data quality scan.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -133,15 +133,15 @@ public GoogleCloudDataplexV1DataScanJob setCreateTime(String createTime) {
133133
}
134134

135135
/**
136-
* Output only. The result of the data profile scan.
136+
* Output only. The result of a data profile scan.
137137
* @return value or {@code null} for none
138138
*/
139139
public GoogleCloudDataplexV1DataProfileResult getDataProfileResult() {
140140
return dataProfileResult;
141141
}
142142

143143
/**
144-
* Output only. The result of the data profile scan.
144+
* Output only. The result of a data profile scan.
145145
* @param dataProfileResult dataProfileResult or {@code null} for none
146146
*/
147147
public GoogleCloudDataplexV1DataScanJob setDataProfileResult(GoogleCloudDataplexV1DataProfileResult dataProfileResult) {
@@ -150,15 +150,15 @@ public GoogleCloudDataplexV1DataScanJob setDataProfileResult(GoogleCloudDataplex
150150
}
151151

152152
/**
153-
* Output only. DataProfileScan related setting.
153+
* Output only. Settings for a data profile scan.
154154
* @return value or {@code null} for none
155155
*/
156156
public GoogleCloudDataplexV1DataProfileSpec getDataProfileSpec() {
157157
return dataProfileSpec;
158158
}
159159

160160
/**
161-
* Output only. DataProfileScan related setting.
161+
* Output only. Settings for a data profile scan.
162162
* @param dataProfileSpec dataProfileSpec or {@code null} for none
163163
*/
164164
public GoogleCloudDataplexV1DataScanJob setDataProfileSpec(GoogleCloudDataplexV1DataProfileSpec dataProfileSpec) {
@@ -167,15 +167,15 @@ public GoogleCloudDataplexV1DataScanJob setDataProfileSpec(GoogleCloudDataplexV1
167167
}
168168

169169
/**
170-
* Output only. The result of the data quality scan.
170+
* Output only. The result of a data quality scan.
171171
* @return value or {@code null} for none
172172
*/
173173
public GoogleCloudDataplexV1DataQualityResult getDataQualityResult() {
174174
return dataQualityResult;
175175
}
176176

177177
/**
178-
* Output only. The result of the data quality scan.
178+
* Output only. The result of a data quality scan.
179179
* @param dataQualityResult dataQualityResult or {@code null} for none
180180
*/
181181
public GoogleCloudDataplexV1DataScanJob setDataQualityResult(GoogleCloudDataplexV1DataQualityResult dataQualityResult) {
@@ -184,15 +184,15 @@ public GoogleCloudDataplexV1DataScanJob setDataQualityResult(GoogleCloudDataplex
184184
}
185185

186186
/**
187-
* Output only. DataQualityScan related setting.
187+
* Output only. Settings for a data quality scan.
188188
* @return value or {@code null} for none
189189
*/
190190
public GoogleCloudDataplexV1DataQualitySpec getDataQualitySpec() {
191191
return dataQualitySpec;
192192
}
193193

194194
/**
195-
* Output only. DataQualityScan related setting.
195+
* Output only. Settings for a data quality scan.
196196
* @param dataQualitySpec dataQualitySpec or {@code null} for none
197197
*/
198198
public GoogleCloudDataplexV1DataScanJob setDataQualitySpec(GoogleCloudDataplexV1DataQualitySpec dataQualitySpec) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,37 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudDataplexV1DiscoveryEventActionDetails extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* The human readable issue associated with the action.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String issue;
38+
3239
/**
3340
* The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
3441
* The value may be {@code null}.
3542
*/
3643
@com.google.api.client.util.Key
3744
private java.lang.String type;
3845

46+
/**
47+
* The human readable issue associated with the action.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.String getIssue() {
51+
return issue;
52+
}
53+
54+
/**
55+
* The human readable issue associated with the action.
56+
* @param issue issue or {@code null} for none
57+
*/
58+
public GoogleCloudDataplexV1DiscoveryEventActionDetails setIssue(java.lang.String issue) {
59+
this.issue = issue;
60+
return this;
61+
}
62+
3963
/**
4064
* The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
4165
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)