- 1.50.0 (latest)
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public interface DataQualityResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumns(int index)
public abstract DataQualityColumnResult getColumns(int index)
Output only. A list of results at the column level.
A column will have a corresponding DataQualityColumnResult
if and only if
there is at least one rule with the 'column' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataQualityColumnResult |
getColumnsCount()
public abstract int getColumnsCount()
Output only. A list of results at the column level.
A column will have a corresponding DataQualityColumnResult
if and only if
there is at least one rule with the 'column' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getColumnsList()
public abstract List<DataQualityColumnResult> getColumnsList()
Output only. A list of results at the column level.
A column will have a corresponding DataQualityColumnResult
if and only if
there is at least one rule with the 'column' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<DataQualityColumnResult> |
getColumnsOrBuilder(int index)
public abstract DataQualityColumnResultOrBuilder getColumnsOrBuilder(int index)
Output only. A list of results at the column level.
A column will have a corresponding DataQualityColumnResult
if and only if
there is at least one rule with the 'column' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataQualityColumnResultOrBuilder |
getColumnsOrBuilderList()
public abstract List<? extends DataQualityColumnResultOrBuilder> getColumnsOrBuilderList()
Output only. A list of results at the column level.
A column will have a corresponding DataQualityColumnResult
if and only if
there is at least one rule with the 'column' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityColumnResult columns = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityColumnResultOrBuilder> |
getDimensions(int index)
public abstract DataQualityDimensionResult getDimensions(int index)
A list of results at the dimension level.
A dimension will have a corresponding DataQualityDimensionResult
if and
only if there is at least one rule with the 'dimension' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataQualityDimensionResult |
getDimensionsCount()
public abstract int getDimensionsCount()
A list of results at the dimension level.
A dimension will have a corresponding DataQualityDimensionResult
if and
only if there is at least one rule with the 'dimension' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
Returns | |
---|---|
Type | Description |
int |
getDimensionsList()
public abstract List<DataQualityDimensionResult> getDimensionsList()
A list of results at the dimension level.
A dimension will have a corresponding DataQualityDimensionResult
if and
only if there is at least one rule with the 'dimension' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
Returns | |
---|---|
Type | Description |
List<DataQualityDimensionResult> |
getDimensionsOrBuilder(int index)
public abstract DataQualityDimensionResultOrBuilder getDimensionsOrBuilder(int index)
A list of results at the dimension level.
A dimension will have a corresponding DataQualityDimensionResult
if and
only if there is at least one rule with the 'dimension' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataQualityDimensionResultOrBuilder |
getDimensionsOrBuilderList()
public abstract List<? extends DataQualityDimensionResultOrBuilder> getDimensionsOrBuilderList()
A list of results at the dimension level.
A dimension will have a corresponding DataQualityDimensionResult
if and
only if there is at least one rule with the 'dimension' field set to it.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder> |
getPassed()
public abstract boolean getPassed()
Overall data quality result -- true
if all rules passed.
bool passed = 5;
Returns | |
---|---|
Type | Description |
boolean |
The passed. |
getPostScanActionsResult()
public abstract DataQualityResult.PostScanActionsResult getPostScanActionsResult()
Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult post_scan_actions_result = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DataQualityResult.PostScanActionsResult |
The postScanActionsResult. |
getPostScanActionsResultOrBuilder()
public abstract DataQualityResult.PostScanActionsResultOrBuilder getPostScanActionsResultOrBuilder()
Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult post_scan_actions_result = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DataQualityResult.PostScanActionsResultOrBuilder |
getRowCount()
public abstract long getRowCount()
The count of rows processed.
int64 row_count = 4;
Returns | |
---|---|
Type | Description |
long |
The rowCount. |
getRules(int index)
public abstract DataQualityRuleResult getRules(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataQualityRuleResult |
getRulesCount()
public abstract int getRulesCount()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
int |
getRulesList()
public abstract List<DataQualityRuleResult> getRulesList()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
List<DataQualityRuleResult> |
getRulesOrBuilder(int index)
public abstract DataQualityRuleResultOrBuilder getRulesOrBuilder(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DataQualityRuleResultOrBuilder |
getRulesOrBuilderList()
public abstract List<? extends DataQualityRuleResultOrBuilder> getRulesOrBuilderList()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityRuleResultOrBuilder> |
getScannedData()
public abstract ScannedData getScannedData()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
ScannedData |
The scannedData. |
getScannedDataOrBuilder()
public abstract ScannedDataOrBuilder getScannedDataOrBuilder()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
ScannedDataOrBuilder |
getScore()
public abstract float getScore()
Output only. The overall data quality score.
The score ranges between [0, 100] (up to two decimal points).
optional float score = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
float |
The score. |
hasPostScanActionsResult()
public abstract boolean hasPostScanActionsResult()
Output only. The result of post scan actions.
.google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult post_scan_actions_result = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the postScanActionsResult field is set. |
hasScannedData()
public abstract boolean hasScannedData()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the scannedData field is set. |
hasScore()
public abstract boolean hasScore()
Output only. The overall data quality score.
The score ranges between [0, 100] (up to two decimal points).
optional float score = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the score field is set. |