Interface DataQualityResultOrBuilder (1.73.0)

public interface DataQualityResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogPublishingStatus()

public abstract DataScanCatalogPublishingStatus getCatalogPublishingStatus()

Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.

.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataScanCatalogPublishingStatus

The catalogPublishingStatus.

getCatalogPublishingStatusOrBuilder()

public abstract DataScanCatalogPublishingStatusOrBuilder getCatalogPublishingStatusOrBuilder()

Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.

.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataScanCatalogPublishingStatusOrBuilder

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)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataQualityDimensionResult

getDimensionsCount()

public abstract int getDimensionsCount()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDimensionsList()

public abstract List<DataQualityDimensionResult> getDimensionsList()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DataQualityDimensionResult>

getDimensionsOrBuilder(int index)

public abstract DataQualityDimensionResultOrBuilder getDimensionsOrBuilder(int index)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataQualityDimensionResultOrBuilder

getDimensionsOrBuilderList()

public abstract List<? extends DataQualityDimensionResultOrBuilder> getDimensionsOrBuilderList()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder>

getPassed()

public abstract boolean getPassed()

Output only. Overall data quality result -- true if all rules passed.

bool passed = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

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()

Output only. The count of rows processed.

int64 row_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The rowCount.

getRules(int index)

public abstract DataQualityRuleResult getRules(int index)

Output only. A list of all the rules in a job, and their results.

repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataQualityRuleResult

getRulesCount()

public abstract int getRulesCount()

Output only. A list of all the rules in a job, and their results.

repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getRulesList()

public abstract List<DataQualityRuleResult> getRulesList()

Output only. A list of all the rules in a job, and their results.

repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DataQualityRuleResult>

getRulesOrBuilder(int index)

public abstract DataQualityRuleResultOrBuilder getRulesOrBuilder(int index)

Output only. A list of all the rules in a job, and their results.

repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataQualityRuleResultOrBuilder

getRulesOrBuilderList()

public abstract List<? extends DataQualityRuleResultOrBuilder> getRulesOrBuilderList()

Output only. A list of all the rules in a job, and their results.

repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.DataQualityRuleResultOrBuilder>

getScannedData()

public abstract ScannedData getScannedData()

Output only. The data scanned for this result.

.google.cloud.dataplex.v1.ScannedData scanned_data = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ScannedData

The scannedData.

getScannedDataOrBuilder()

public abstract ScannedDataOrBuilder getScannedDataOrBuilder()

Output only. The data scanned for this result.

.google.cloud.dataplex.v1.ScannedData scanned_data = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.

hasCatalogPublishingStatus()

public abstract boolean hasCatalogPublishingStatus()

Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.

.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the catalogPublishingStatus field is set.

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()

Output only. The data scanned for this result.

.google.cloud.dataplex.v1.ScannedData scanned_data = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.