Interface GenerateDataQualityRulesResponseOrBuilder (1.73.0)

public interface GenerateDataQualityRulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRule(int index)

public abstract DataQualityRule getRule(int index)

The data quality rules that Dataplex Universal Catalog generates based on the results of a data profiling scan.

repeated .google.cloud.dataplex.v1.DataQualityRule rule = 1;

Parameter
Name Description
index int
Returns
Type Description
DataQualityRule

getRuleCount()

public abstract int getRuleCount()

The data quality rules that Dataplex Universal Catalog generates based on the results of a data profiling scan.

repeated .google.cloud.dataplex.v1.DataQualityRule rule = 1;

Returns
Type Description
int

getRuleList()

public abstract List<DataQualityRule> getRuleList()

The data quality rules that Dataplex Universal Catalog generates based on the results of a data profiling scan.

repeated .google.cloud.dataplex.v1.DataQualityRule rule = 1;

Returns
Type Description
List<DataQualityRule>

getRuleOrBuilder(int index)

public abstract DataQualityRuleOrBuilder getRuleOrBuilder(int index)

The data quality rules that Dataplex Universal Catalog generates based on the results of a data profiling scan.

repeated .google.cloud.dataplex.v1.DataQualityRule rule = 1;

Parameter
Name Description
index int
Returns
Type Description
DataQualityRuleOrBuilder

getRuleOrBuilderList()

public abstract List<? extends DataQualityRuleOrBuilder> getRuleOrBuilderList()

The data quality rules that Dataplex Universal Catalog generates based on the results of a data profiling scan.

repeated .google.cloud.dataplex.v1.DataQualityRule rule = 1;

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