diff --git a/docs/dyn/dataplex_v1.projects.locations.dataScans.html b/docs/dyn/dataplex_v1.projects.locations.dataScans.html index 80b5633826..87013fad0f 100644 --- a/docs/dyn/dataplex_v1.projects.locations.dataScans.html +++ b/docs/dyn/dataplex_v1.projects.locations.dataScans.html @@ -214,6 +214,9 @@

Method Details

"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan. "dimensions": [ # A list of results at the dimension level. { # DataQualityDimensionResult provides a more detailed, per-dimension view of the results. + "dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is. + "name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY" + }, "passed": True or False, # Whether the dimension passed or failed. }, ], @@ -530,6 +533,9 @@

Method Details

"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan. "dimensions": [ # A list of results at the dimension level. { # DataQualityDimensionResult provides a more detailed, per-dimension view of the results. + "dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is. + "name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY" + }, "passed": True or False, # Whether the dimension passed or failed. }, ], @@ -830,6 +836,9 @@

Method Details

"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan. "dimensions": [ # A list of results at the dimension level. { # DataQualityDimensionResult provides a more detailed, per-dimension view of the results. + "dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is. + "name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY" + }, "passed": True or False, # Whether the dimension passed or failed. }, ], @@ -1091,6 +1100,9 @@

Method Details

"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan. "dimensions": [ # A list of results at the dimension level. { # DataQualityDimensionResult provides a more detailed, per-dimension view of the results. + "dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is. + "name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY" + }, "passed": True or False, # Whether the dimension passed or failed. }, ], @@ -1369,6 +1381,9 @@

Method Details

"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan. "dimensions": [ # A list of results at the dimension level. { # DataQualityDimensionResult provides a more detailed, per-dimension view of the results. + "dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is. + "name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY" + }, "passed": True or False, # Whether the dimension passed or failed. }, ], diff --git a/docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html b/docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html index becc955865..c13e15933e 100644 --- a/docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html +++ b/docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html @@ -193,6 +193,9 @@

Method Details

"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan. "dimensions": [ # A list of results at the dimension level. { # DataQualityDimensionResult provides a more detailed, per-dimension view of the results. + "dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is. + "name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY" + }, "passed": True or False, # Whether the dimension passed or failed. }, ], @@ -422,6 +425,9 @@

Method Details

"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan. "dimensions": [ # A list of results at the dimension level. { # DataQualityDimensionResult provides a more detailed, per-dimension view of the results. + "dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is. + "name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY" + }, "passed": True or False, # Whether the dimension passed or failed. }, ], diff --git a/googleapiclient/discovery_cache/documents/dataplex.v1.json b/googleapiclient/discovery_cache/documents/dataplex.v1.json index 281ed81f07..a855075e33 100644 --- a/googleapiclient/discovery_cache/documents/dataplex.v1.json +++ b/googleapiclient/discovery_cache/documents/dataplex.v1.json @@ -4360,7 +4360,7 @@ } } }, - "revision": "20230913", + "revision": "20230922", "rootUrl": "https://dataplex.googleapis.com/", "schemas": { "Empty": { @@ -5523,10 +5523,26 @@ }, "type": "object" }, + "GoogleCloudDataplexV1DataQualityDimension": { + "description": "A dimension captures data quality intent about a defined subset of the rules specified.", + "id": "GoogleCloudDataplexV1DataQualityDimension", + "properties": { + "name": { + "description": "The dimension name a rule belongs to. Supported dimensions are \"COMPLETENESS\", \"ACCURACY\", \"CONSISTENCY\", \"VALIDITY\", \"UNIQUENESS\", \"INTEGRITY\"", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDataplexV1DataQualityDimensionResult": { "description": "DataQualityDimensionResult provides a more detailed, per-dimension view of the results.", "id": "GoogleCloudDataplexV1DataQualityDimensionResult", "properties": { + "dimension": { + "$ref": "GoogleCloudDataplexV1DataQualityDimension", + "description": "Output only. The dimension config specified in the DataQualitySpec, as is.", + "readOnly": true + }, "passed": { "description": "Whether the dimension passed or failed.", "type": "boolean"