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 DataQualityDimensionResult
getDimensions(int index)
A list of results at the dimension level.int
getDimensionsCount()
A list of results at the dimension level.List<DataQualityDimensionResult>
getDimensionsList()
A list of results at the dimension level.DataQualityDimensionResultOrBuilder
getDimensionsOrBuilder(int index)
A list of results at the dimension level.List<? extends DataQualityDimensionResultOrBuilder>
getDimensionsOrBuilderList()
A list of results at the dimension level.boolean
getPassed()
Overall data quality result -- `true` if all rules passed.DataQualityResult.PostScanActionsResult
getPostScanActionsResult()
Output only.DataQualityResult.PostScanActionsResultOrBuilder
getPostScanActionsResultOrBuilder()
Output only.long
getRowCount()
The count of rows processed.DataQualityRuleResult
getRules(int index)
A list of all the rules in a job, and their results.int
getRulesCount()
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.DataQualityRuleResultOrBuilder
getRulesOrBuilder(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.ScannedData
getScannedData()
The data scanned for this result.ScannedDataOrBuilder
getScannedDataOrBuilder()
The data scanned for this result.boolean
hasPostScanActionsResult()
Output only.boolean
hasScannedData()
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];
-
-