Package com.google.cloud.dataplex.v1
Interface DataQualityResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataQualityResult,DataQualityResult.Builder
public interface DataQualityResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataQualityDimensionResultgetDimensions(int index)A list of results at the dimension level.intgetDimensionsCount()A list of results at the dimension level.List<DataQualityDimensionResult>getDimensionsList()A list of results at the dimension level.DataQualityDimensionResultOrBuildergetDimensionsOrBuilder(int index)A list of results at the dimension level.List<? extends DataQualityDimensionResultOrBuilder>getDimensionsOrBuilderList()A list of results at the dimension level.booleangetPassed()Overall data quality result -- `true` if all rules passed.DataQualityResult.PostScanActionsResultgetPostScanActionsResult()Output only.DataQualityResult.PostScanActionsResultOrBuildergetPostScanActionsResultOrBuilder()Output only.longgetRowCount()The count of rows processed.DataQualityRuleResultgetRules(int index)A list of all the rules in a job, and their results.intgetRulesCount()A list of all the rules in a job, and their results.List<DataQualityRuleResult>getRulesList()A list of all the rules in a job, and their results.DataQualityRuleResultOrBuildergetRulesOrBuilder(int index)A list of all the rules in a job, and their results.List<? extends DataQualityRuleResultOrBuilder>getRulesOrBuilderList()A list of all the rules in a job, and their results.ScannedDatagetScannedData()The data scanned for this result.ScannedDataOrBuildergetScannedDataOrBuilder()The data scanned for this result.booleanhasPostScanActionsResult()Output only.booleanhasScannedData()The data scanned for this result.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPassed
boolean getPassed()
Overall data quality result -- `true` if all rules passed.
bool passed = 5;- Returns:
- The passed.
-
getDimensionsList
List<DataQualityDimensionResult> getDimensionsList()
A list of results at the dimension level.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
-
getDimensions
DataQualityDimensionResult getDimensions(int index)
A list of results at the dimension level.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
-
getDimensionsCount
int getDimensionsCount()
A list of results at the dimension level.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
-
getDimensionsOrBuilderList
List<? extends DataQualityDimensionResultOrBuilder> getDimensionsOrBuilderList()
A list of results at the dimension level.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
-
getDimensionsOrBuilder
DataQualityDimensionResultOrBuilder getDimensionsOrBuilder(int index)
A list of results at the dimension level.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 2;
-
getRulesList
List<DataQualityRuleResult> getRulesList()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
-
getRules
DataQualityRuleResult getRules(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
-
getRulesCount
int getRulesCount()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
-
getRulesOrBuilderList
List<? extends DataQualityRuleResultOrBuilder> getRulesOrBuilderList()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
-
getRulesOrBuilder
DataQualityRuleResultOrBuilder getRulesOrBuilder(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
-
getRowCount
long getRowCount()
The count of rows processed.
int64 row_count = 4;- Returns:
- The rowCount.
-
hasScannedData
boolean hasScannedData()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;- Returns:
- Whether the scannedData field is set.
-
getScannedData
ScannedData getScannedData()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;- Returns:
- The scannedData.
-
getScannedDataOrBuilder
ScannedDataOrBuilder getScannedDataOrBuilder()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
-
hasPostScanActionsResult
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:
- Whether the postScanActionsResult field is set.
-
getPostScanActionsResult
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:
- The postScanActionsResult.
-
getPostScanActionsResultOrBuilder
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];
-
-