Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 404a852

Browse filesBrowse files
docs: [dataplex] updated comments for DataQualityResult.dimensions field (#10044)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 579907849 Source-Link: https://togithub.com/googleapis/googleapis/commit/418208c1d1442d978a8b24b43338adcedcaa8305 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/67528c1f0e388b165ecac910ac56fe687c43290f Copy-Tag: eyJwIjoiamF2YS1kYXRhcGxleC8uT3dsQm90LnlhbWwiLCJoIjoiNjc1MjhjMWYwZTM4OGIxNjVlY2FjOTEwYWM1NmZlNjg3YzQzMjkwZiJ9
1 parent edca339 commit 404a852
Copy full SHA for 404a852

4 files changed

+88-1Lines changed: 88 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎java-dataplex/README.md‎

Copy file name to clipboardExpand all lines: java-dataplex/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataplex.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataplex/1.27.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataplex/1.28.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Collapse file

‎java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataQualityResult.java‎

Copy file name to clipboardExpand all lines: java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataQualityResult.java
+69Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,6 +2020,9 @@ public boolean getPassed() {
20202020
*
20212021
* <pre>
20222022
* A list of results at the dimension level.
2023+
*
2024+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2025+
* only if there is at least one rule with the 'dimension' field set to it.
20232026
* </pre>
20242027
*
20252028
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2034,6 +2037,9 @@ public boolean getPassed() {
20342037
*
20352038
* <pre>
20362039
* A list of results at the dimension level.
2040+
*
2041+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2042+
* only if there is at least one rule with the 'dimension' field set to it.
20372043
* </pre>
20382044
*
20392045
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2048,6 +2054,9 @@ public boolean getPassed() {
20482054
*
20492055
* <pre>
20502056
* A list of results at the dimension level.
2057+
*
2058+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2059+
* only if there is at least one rule with the 'dimension' field set to it.
20512060
* </pre>
20522061
*
20532062
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2061,6 +2070,9 @@ public int getDimensionsCount() {
20612070
*
20622071
* <pre>
20632072
* A list of results at the dimension level.
2073+
*
2074+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2075+
* only if there is at least one rule with the 'dimension' field set to it.
20642076
* </pre>
20652077
*
20662078
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2074,6 +2086,9 @@ public com.google.cloud.dataplex.v1.DataQualityDimensionResult getDimensions(int
20742086
*
20752087
* <pre>
20762088
* A list of results at the dimension level.
2089+
*
2090+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2091+
* only if there is at least one rule with the 'dimension' field set to it.
20772092
* </pre>
20782093
*
20792094
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2927,6 +2942,9 @@ private void ensureDimensionsIsMutable() {
29272942
*
29282943
* <pre>
29292944
* A list of results at the dimension level.
2945+
*
2946+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2947+
* only if there is at least one rule with the 'dimension' field set to it.
29302948
* </pre>
29312949
*
29322950
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2944,6 +2962,9 @@ private void ensureDimensionsIsMutable() {
29442962
*
29452963
* <pre>
29462964
* A list of results at the dimension level.
2965+
*
2966+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2967+
* only if there is at least one rule with the 'dimension' field set to it.
29472968
* </pre>
29482969
*
29492970
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2960,6 +2981,9 @@ public int getDimensionsCount() {
29602981
*
29612982
* <pre>
29622983
* A list of results at the dimension level.
2984+
*
2985+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
2986+
* only if there is at least one rule with the 'dimension' field set to it.
29632987
* </pre>
29642988
*
29652989
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2976,6 +3000,9 @@ public com.google.cloud.dataplex.v1.DataQualityDimensionResult getDimensions(int
29763000
*
29773001
* <pre>
29783002
* A list of results at the dimension level.
3003+
*
3004+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3005+
* only if there is at least one rule with the 'dimension' field set to it.
29793006
* </pre>
29803007
*
29813008
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -2999,6 +3026,9 @@ public Builder setDimensions(
29993026
*
30003027
* <pre>
30013028
* A list of results at the dimension level.
3029+
*
3030+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3031+
* only if there is at least one rule with the 'dimension' field set to it.
30023032
* </pre>
30033033
*
30043034
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3020,6 +3050,9 @@ public Builder setDimensions(
30203050
*
30213051
* <pre>
30223052
* A list of results at the dimension level.
3053+
*
3054+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3055+
* only if there is at least one rule with the 'dimension' field set to it.
30233056
* </pre>
30243057
*
30253058
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3042,6 +3075,9 @@ public Builder addDimensions(com.google.cloud.dataplex.v1.DataQualityDimensionRe
30423075
*
30433076
* <pre>
30443077
* A list of results at the dimension level.
3078+
*
3079+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3080+
* only if there is at least one rule with the 'dimension' field set to it.
30453081
* </pre>
30463082
*
30473083
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3065,6 +3101,9 @@ public Builder addDimensions(
30653101
*
30663102
* <pre>
30673103
* A list of results at the dimension level.
3104+
*
3105+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3106+
* only if there is at least one rule with the 'dimension' field set to it.
30683107
* </pre>
30693108
*
30703109
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3085,6 +3124,9 @@ public Builder addDimensions(
30853124
*
30863125
* <pre>
30873126
* A list of results at the dimension level.
3127+
*
3128+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3129+
* only if there is at least one rule with the 'dimension' field set to it.
30883130
* </pre>
30893131
*
30903132
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3106,6 +3148,9 @@ public Builder addDimensions(
31063148
*
31073149
* <pre>
31083150
* A list of results at the dimension level.
3151+
*
3152+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3153+
* only if there is at least one rule with the 'dimension' field set to it.
31093154
* </pre>
31103155
*
31113156
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3127,6 +3172,9 @@ public Builder addAllDimensions(
31273172
*
31283173
* <pre>
31293174
* A list of results at the dimension level.
3175+
*
3176+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3177+
* only if there is at least one rule with the 'dimension' field set to it.
31303178
* </pre>
31313179
*
31323180
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3146,6 +3194,9 @@ public Builder clearDimensions() {
31463194
*
31473195
* <pre>
31483196
* A list of results at the dimension level.
3197+
*
3198+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3199+
* only if there is at least one rule with the 'dimension' field set to it.
31493200
* </pre>
31503201
*
31513202
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3165,6 +3216,9 @@ public Builder removeDimensions(int index) {
31653216
*
31663217
* <pre>
31673218
* A list of results at the dimension level.
3219+
*
3220+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3221+
* only if there is at least one rule with the 'dimension' field set to it.
31683222
* </pre>
31693223
*
31703224
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3178,6 +3232,9 @@ public com.google.cloud.dataplex.v1.DataQualityDimensionResult.Builder getDimens
31783232
*
31793233
* <pre>
31803234
* A list of results at the dimension level.
3235+
*
3236+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3237+
* only if there is at least one rule with the 'dimension' field set to it.
31813238
* </pre>
31823239
*
31833240
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3195,6 +3252,9 @@ public com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder getDimen
31953252
*
31963253
* <pre>
31973254
* A list of results at the dimension level.
3255+
*
3256+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3257+
* only if there is at least one rule with the 'dimension' field set to it.
31983258
* </pre>
31993259
*
32003260
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3213,6 +3273,9 @@ public com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder getDimen
32133273
*
32143274
* <pre>
32153275
* A list of results at the dimension level.
3276+
*
3277+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3278+
* only if there is at least one rule with the 'dimension' field set to it.
32163279
* </pre>
32173280
*
32183281
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3226,6 +3289,9 @@ public com.google.cloud.dataplex.v1.DataQualityDimensionResult.Builder addDimens
32263289
*
32273290
* <pre>
32283291
* A list of results at the dimension level.
3292+
*
3293+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3294+
* only if there is at least one rule with the 'dimension' field set to it.
32293295
* </pre>
32303296
*
32313297
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -3241,6 +3307,9 @@ public com.google.cloud.dataplex.v1.DataQualityDimensionResult.Builder addDimens
32413307
*
32423308
* <pre>
32433309
* A list of results at the dimension level.
3310+
*
3311+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
3312+
* only if there is at least one rule with the 'dimension' field set to it.
32443313
* </pre>
32453314
*
32463315
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
Collapse file

‎java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataQualityResultOrBuilder.java‎

Copy file name to clipboardExpand all lines: java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataQualityResultOrBuilder.java
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public interface DataQualityResultOrBuilder
4141
*
4242
* <pre>
4343
* A list of results at the dimension level.
44+
*
45+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
46+
* only if there is at least one rule with the 'dimension' field set to it.
4447
* </pre>
4548
*
4649
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -51,6 +54,9 @@ public interface DataQualityResultOrBuilder
5154
*
5255
* <pre>
5356
* A list of results at the dimension level.
57+
*
58+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
59+
* only if there is at least one rule with the 'dimension' field set to it.
5460
* </pre>
5561
*
5662
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -61,6 +67,9 @@ public interface DataQualityResultOrBuilder
6167
*
6268
* <pre>
6369
* A list of results at the dimension level.
70+
*
71+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
72+
* only if there is at least one rule with the 'dimension' field set to it.
6473
* </pre>
6574
*
6675
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -71,6 +80,9 @@ public interface DataQualityResultOrBuilder
7180
*
7281
* <pre>
7382
* A list of results at the dimension level.
83+
*
84+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
85+
* only if there is at least one rule with the 'dimension' field set to it.
7486
* </pre>
7587
*
7688
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
@@ -82,6 +94,9 @@ public interface DataQualityResultOrBuilder
8294
*
8395
* <pre>
8496
* A list of results at the dimension level.
97+
*
98+
* A dimension will have a corresponding `DataQualityDimensionResult` if and
99+
* only if there is at least one rule with the 'dimension' field set to it.
85100
* </pre>
86101
*
87102
* <code>repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;</code>
Collapse file

‎java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/data_quality.proto‎

Copy file name to clipboardExpand all lines: java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/data_quality.proto
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ message DataQualityResult {
108108
bool passed = 5;
109109

110110
// A list of results at the dimension level.
111+
//
112+
// A dimension will have a corresponding `DataQualityDimensionResult` if and
113+
// only if there is at least one rule with the 'dimension' field set to it.
111114
repeated DataQualityDimensionResult dimensions = 2;
112115

113116
// A list of all the rules in a job, and their results.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.