- 1.51.0 (latest)
- 1.50.0
- 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 static final class DataQualityRule.Builder extends GeneratedMessageV3.Builder<DataQualityRule.Builder> implements DataQualityRuleOrBuilder
A rule captures data quality intent about a data source.
Protobuf type google.cloud.dataplex.v1.DataQualityRule
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataQualityRule.BuilderImplements
DataQualityRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataQualityRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
build()
public DataQualityRule build()
Returns | |
---|---|
Type | Description |
DataQualityRule |
buildPartial()
public DataQualityRule buildPartial()
Returns | |
---|---|
Type | Description |
DataQualityRule |
clear()
public DataQualityRule.Builder clear()
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearColumn()
public DataQualityRule.Builder clearColumn()
Optional. The unnested column which this rule is evaluated against.
string column = 500 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
clearDescription()
public DataQualityRule.Builder clearDescription()
Optional. Description of the rule.
- The maximum length is 1,024 characters.
string description = 505 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
clearDimension()
public DataQualityRule.Builder clearDimension()
Required. The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]
string dimension = 502 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DataQualityRule.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearIgnoreNull()
public DataQualityRule.Builder clearIgnoreNull()
Optional. Rows with null
values will automatically fail a rule, unless
ignore_null
is true
. In that case, such null
rows are trivially
considered passing.
This field is only valid for the following type of rules:
- RangeExpectation
- RegexExpectation
- SetExpectation
- UniquenessExpectation
bool ignore_null = 501 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
clearName()
public DataQualityRule.Builder clearName()
Optional. A mutable name for the rule.
- The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-).
- The maximum length is 63 characters.
- Must start with a letter.
- Must end with a number or a letter.
string name = 504 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
clearNonNullExpectation()
public DataQualityRule.Builder clearNonNullExpectation()
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataQualityRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearRangeExpectation()
public DataQualityRule.Builder clearRangeExpectation()
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearRegexExpectation()
public DataQualityRule.Builder clearRegexExpectation()
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearRowConditionExpectation()
public DataQualityRule.Builder clearRowConditionExpectation()
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearRuleType()
public DataQualityRule.Builder clearRuleType()
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearSetExpectation()
public DataQualityRule.Builder clearSetExpectation()
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearSqlAssertion()
public DataQualityRule.Builder clearSqlAssertion()
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearStatisticRangeExpectation()
public DataQualityRule.Builder clearStatisticRangeExpectation()
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearTableConditionExpectation()
public DataQualityRule.Builder clearTableConditionExpectation()
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clearThreshold()
public DataQualityRule.Builder clearThreshold()
Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of [0.0, 1.0].
0 indicates default value (i.e. 1.0).
This field is only valid for row-level type rules.
double threshold = 503 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
clearUniquenessExpectation()
public DataQualityRule.Builder clearUniquenessExpectation()
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
clone()
public DataQualityRule.Builder clone()
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
getColumn()
public String getColumn()
Optional. The unnested column which this rule is evaluated against.
string column = 500 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The column. |
getColumnBytes()
public ByteString getColumnBytes()
Optional. The unnested column which this rule is evaluated against.
string column = 500 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for column. |
getDefaultInstanceForType()
public DataQualityRule getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataQualityRule |
getDescription()
public String getDescription()
Optional. Description of the rule.
- The maximum length is 1,024 characters.
string description = 505 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Optional. Description of the rule.
- The maximum length is 1,024 characters.
string description = 505 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDimension()
public String getDimension()
Required. The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]
string dimension = 502 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The dimension. |
getDimensionBytes()
public ByteString getDimensionBytes()
Required. The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]
string dimension = 502 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dimension. |
getIgnoreNull()
public boolean getIgnoreNull()
Optional. Rows with null
values will automatically fail a rule, unless
ignore_null
is true
. In that case, such null
rows are trivially
considered passing.
This field is only valid for the following type of rules:
- RangeExpectation
- RegexExpectation
- SetExpectation
- UniquenessExpectation
bool ignore_null = 501 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The ignoreNull. |
getName()
public String getName()
Optional. A mutable name for the rule.
- The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-).
- The maximum length is 63 characters.
- Must start with a letter.
- Must end with a number or a letter.
string name = 504 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Optional. A mutable name for the rule.
- The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-).
- The maximum length is 63 characters.
- Must start with a letter.
- Must end with a number or a letter.
string name = 504 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getNonNullExpectation()
public DataQualityRule.NonNullExpectation getNonNullExpectation()
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Returns | |
---|---|
Type | Description |
DataQualityRule.NonNullExpectation |
The nonNullExpectation. |
getNonNullExpectationBuilder()
public DataQualityRule.NonNullExpectation.Builder getNonNullExpectationBuilder()
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Returns | |
---|---|
Type | Description |
DataQualityRule.NonNullExpectation.Builder |
getNonNullExpectationOrBuilder()
public DataQualityRule.NonNullExpectationOrBuilder getNonNullExpectationOrBuilder()
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Returns | |
---|---|
Type | Description |
DataQualityRule.NonNullExpectationOrBuilder |
getRangeExpectation()
public DataQualityRule.RangeExpectation getRangeExpectation()
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Returns | |
---|---|
Type | Description |
DataQualityRule.RangeExpectation |
The rangeExpectation. |
getRangeExpectationBuilder()
public DataQualityRule.RangeExpectation.Builder getRangeExpectationBuilder()
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Returns | |
---|---|
Type | Description |
DataQualityRule.RangeExpectation.Builder |
getRangeExpectationOrBuilder()
public DataQualityRule.RangeExpectationOrBuilder getRangeExpectationOrBuilder()
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Returns | |
---|---|
Type | Description |
DataQualityRule.RangeExpectationOrBuilder |
getRegexExpectation()
public DataQualityRule.RegexExpectation getRegexExpectation()
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation |
The regexExpectation. |
getRegexExpectationBuilder()
public DataQualityRule.RegexExpectation.Builder getRegexExpectationBuilder()
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectation.Builder |
getRegexExpectationOrBuilder()
public DataQualityRule.RegexExpectationOrBuilder getRegexExpectationOrBuilder()
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Returns | |
---|---|
Type | Description |
DataQualityRule.RegexExpectationOrBuilder |
getRowConditionExpectation()
public DataQualityRule.RowConditionExpectation getRowConditionExpectation()
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Returns | |
---|---|
Type | Description |
DataQualityRule.RowConditionExpectation |
The rowConditionExpectation. |
getRowConditionExpectationBuilder()
public DataQualityRule.RowConditionExpectation.Builder getRowConditionExpectationBuilder()
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Returns | |
---|---|
Type | Description |
DataQualityRule.RowConditionExpectation.Builder |
getRowConditionExpectationOrBuilder()
public DataQualityRule.RowConditionExpectationOrBuilder getRowConditionExpectationOrBuilder()
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Returns | |
---|---|
Type | Description |
DataQualityRule.RowConditionExpectationOrBuilder |
getRuleTypeCase()
public DataQualityRule.RuleTypeCase getRuleTypeCase()
Returns | |
---|---|
Type | Description |
DataQualityRule.RuleTypeCase |
getSetExpectation()
public DataQualityRule.SetExpectation getSetExpectation()
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Returns | |
---|---|
Type | Description |
DataQualityRule.SetExpectation |
The setExpectation. |
getSetExpectationBuilder()
public DataQualityRule.SetExpectation.Builder getSetExpectationBuilder()
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Returns | |
---|---|
Type | Description |
DataQualityRule.SetExpectation.Builder |
getSetExpectationOrBuilder()
public DataQualityRule.SetExpectationOrBuilder getSetExpectationOrBuilder()
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Returns | |
---|---|
Type | Description |
DataQualityRule.SetExpectationOrBuilder |
getSqlAssertion()
public DataQualityRule.SqlAssertion getSqlAssertion()
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Returns | |
---|---|
Type | Description |
DataQualityRule.SqlAssertion |
The sqlAssertion. |
getSqlAssertionBuilder()
public DataQualityRule.SqlAssertion.Builder getSqlAssertionBuilder()
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Returns | |
---|---|
Type | Description |
DataQualityRule.SqlAssertion.Builder |
getSqlAssertionOrBuilder()
public DataQualityRule.SqlAssertionOrBuilder getSqlAssertionOrBuilder()
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Returns | |
---|---|
Type | Description |
DataQualityRule.SqlAssertionOrBuilder |
getStatisticRangeExpectation()
public DataQualityRule.StatisticRangeExpectation getStatisticRangeExpectation()
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Returns | |
---|---|
Type | Description |
DataQualityRule.StatisticRangeExpectation |
The statisticRangeExpectation. |
getStatisticRangeExpectationBuilder()
public DataQualityRule.StatisticRangeExpectation.Builder getStatisticRangeExpectationBuilder()
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Returns | |
---|---|
Type | Description |
DataQualityRule.StatisticRangeExpectation.Builder |
getStatisticRangeExpectationOrBuilder()
public DataQualityRule.StatisticRangeExpectationOrBuilder getStatisticRangeExpectationOrBuilder()
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Returns | |
---|---|
Type | Description |
DataQualityRule.StatisticRangeExpectationOrBuilder |
getTableConditionExpectation()
public DataQualityRule.TableConditionExpectation getTableConditionExpectation()
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Returns | |
---|---|
Type | Description |
DataQualityRule.TableConditionExpectation |
The tableConditionExpectation. |
getTableConditionExpectationBuilder()
public DataQualityRule.TableConditionExpectation.Builder getTableConditionExpectationBuilder()
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Returns | |
---|---|
Type | Description |
DataQualityRule.TableConditionExpectation.Builder |
getTableConditionExpectationOrBuilder()
public DataQualityRule.TableConditionExpectationOrBuilder getTableConditionExpectationOrBuilder()
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Returns | |
---|---|
Type | Description |
DataQualityRule.TableConditionExpectationOrBuilder |
getThreshold()
public double getThreshold()
Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of [0.0, 1.0].
0 indicates default value (i.e. 1.0).
This field is only valid for row-level type rules.
double threshold = 503 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
double |
The threshold. |
getUniquenessExpectation()
public DataQualityRule.UniquenessExpectation getUniquenessExpectation()
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Returns | |
---|---|
Type | Description |
DataQualityRule.UniquenessExpectation |
The uniquenessExpectation. |
getUniquenessExpectationBuilder()
public DataQualityRule.UniquenessExpectation.Builder getUniquenessExpectationBuilder()
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Returns | |
---|---|
Type | Description |
DataQualityRule.UniquenessExpectation.Builder |
getUniquenessExpectationOrBuilder()
public DataQualityRule.UniquenessExpectationOrBuilder getUniquenessExpectationOrBuilder()
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Returns | |
---|---|
Type | Description |
DataQualityRule.UniquenessExpectationOrBuilder |
hasNonNullExpectation()
public boolean hasNonNullExpectation()
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the nonNullExpectation field is set. |
hasRangeExpectation()
public boolean hasRangeExpectation()
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rangeExpectation field is set. |
hasRegexExpectation()
public boolean hasRegexExpectation()
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the regexExpectation field is set. |
hasRowConditionExpectation()
public boolean hasRowConditionExpectation()
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rowConditionExpectation field is set. |
hasSetExpectation()
public boolean hasSetExpectation()
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the setExpectation field is set. |
hasSqlAssertion()
public boolean hasSqlAssertion()
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Returns | |
---|---|
Type | Description |
boolean |
Whether the sqlAssertion field is set. |
hasStatisticRangeExpectation()
public boolean hasStatisticRangeExpectation()
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Returns | |
---|---|
Type | Description |
boolean |
Whether the statisticRangeExpectation field is set. |
hasTableConditionExpectation()
public boolean hasTableConditionExpectation()
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Returns | |
---|---|
Type | Description |
boolean |
Whether the tableConditionExpectation field is set. |
hasUniquenessExpectation()
public boolean hasUniquenessExpectation()
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Returns | |
---|---|
Type | Description |
boolean |
Whether the uniquenessExpectation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DataQualityRule other)
public DataQualityRule.Builder mergeFrom(DataQualityRule other)
Parameter | |
---|---|
Name | Description |
other |
DataQualityRule |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataQualityRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DataQualityRule.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeNonNullExpectation(DataQualityRule.NonNullExpectation value)
public DataQualityRule.Builder mergeNonNullExpectation(DataQualityRule.NonNullExpectation value)
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.NonNullExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeRangeExpectation(DataQualityRule.RangeExpectation value)
public DataQualityRule.Builder mergeRangeExpectation(DataQualityRule.RangeExpectation value)
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.RangeExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeRegexExpectation(DataQualityRule.RegexExpectation value)
public DataQualityRule.Builder mergeRegexExpectation(DataQualityRule.RegexExpectation value)
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.RegexExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeRowConditionExpectation(DataQualityRule.RowConditionExpectation value)
public DataQualityRule.Builder mergeRowConditionExpectation(DataQualityRule.RowConditionExpectation value)
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.RowConditionExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeSetExpectation(DataQualityRule.SetExpectation value)
public DataQualityRule.Builder mergeSetExpectation(DataQualityRule.SetExpectation value)
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.SetExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeSqlAssertion(DataQualityRule.SqlAssertion value)
public DataQualityRule.Builder mergeSqlAssertion(DataQualityRule.SqlAssertion value)
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.SqlAssertion |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation value)
public DataQualityRule.Builder mergeStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation value)
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.StatisticRangeExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeTableConditionExpectation(DataQualityRule.TableConditionExpectation value)
public DataQualityRule.Builder mergeTableConditionExpectation(DataQualityRule.TableConditionExpectation value)
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.TableConditionExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeUniquenessExpectation(DataQualityRule.UniquenessExpectation value)
public DataQualityRule.Builder mergeUniquenessExpectation(DataQualityRule.UniquenessExpectation value)
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.UniquenessExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataQualityRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setColumn(String value)
public DataQualityRule.Builder setColumn(String value)
Optional. The unnested column which this rule is evaluated against.
string column = 500 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The column to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setColumnBytes(ByteString value)
public DataQualityRule.Builder setColumnBytes(ByteString value)
Optional. The unnested column which this rule is evaluated against.
string column = 500 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for column to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setDescription(String value)
public DataQualityRule.Builder setDescription(String value)
Optional. Description of the rule.
- The maximum length is 1,024 characters.
string description = 505 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public DataQualityRule.Builder setDescriptionBytes(ByteString value)
Optional. Description of the rule.
- The maximum length is 1,024 characters.
string description = 505 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setDimension(String value)
public DataQualityRule.Builder setDimension(String value)
Required. The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]
string dimension = 502 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The dimension to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setDimensionBytes(ByteString value)
public DataQualityRule.Builder setDimensionBytes(ByteString value)
Required. The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]
string dimension = 502 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for dimension to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DataQualityRule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setIgnoreNull(boolean value)
public DataQualityRule.Builder setIgnoreNull(boolean value)
Optional. Rows with null
values will automatically fail a rule, unless
ignore_null
is true
. In that case, such null
rows are trivially
considered passing.
This field is only valid for the following type of rules:
- RangeExpectation
- RegexExpectation
- SetExpectation
- UniquenessExpectation
bool ignore_null = 501 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
boolean The ignoreNull to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setName(String value)
public DataQualityRule.Builder setName(String value)
Optional. A mutable name for the rule.
- The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-).
- The maximum length is 63 characters.
- Must start with a letter.
- Must end with a number or a letter.
string name = 504 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DataQualityRule.Builder setNameBytes(ByteString value)
Optional. A mutable name for the rule.
- The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-).
- The maximum length is 63 characters.
- Must start with a letter.
- Must end with a number or a letter.
string name = 504 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setNonNullExpectation(DataQualityRule.NonNullExpectation value)
public DataQualityRule.Builder setNonNullExpectation(DataQualityRule.NonNullExpectation value)
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.NonNullExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setNonNullExpectation(DataQualityRule.NonNullExpectation.Builder builderForValue)
public DataQualityRule.Builder setNonNullExpectation(DataQualityRule.NonNullExpectation.Builder builderForValue)
Row-level rule which evaluates whether each column value is null.
.google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation non_null_expectation = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.NonNullExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setRangeExpectation(DataQualityRule.RangeExpectation value)
public DataQualityRule.Builder setRangeExpectation(DataQualityRule.RangeExpectation value)
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.RangeExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setRangeExpectation(DataQualityRule.RangeExpectation.Builder builderForValue)
public DataQualityRule.Builder setRangeExpectation(DataQualityRule.RangeExpectation.Builder builderForValue)
Row-level rule which evaluates whether each column value lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.RangeExpectation range_expectation = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.RangeExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setRegexExpectation(DataQualityRule.RegexExpectation value)
public DataQualityRule.Builder setRegexExpectation(DataQualityRule.RegexExpectation value)
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.RegexExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setRegexExpectation(DataQualityRule.RegexExpectation.Builder builderForValue)
public DataQualityRule.Builder setRegexExpectation(DataQualityRule.RegexExpectation.Builder builderForValue)
Row-level rule which evaluates whether each column value matches a specified regex.
.google.cloud.dataplex.v1.DataQualityRule.RegexExpectation regex_expectation = 4;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.RegexExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataQualityRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setRowConditionExpectation(DataQualityRule.RowConditionExpectation value)
public DataQualityRule.Builder setRowConditionExpectation(DataQualityRule.RowConditionExpectation value)
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.RowConditionExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setRowConditionExpectation(DataQualityRule.RowConditionExpectation.Builder builderForValue)
public DataQualityRule.Builder setRowConditionExpectation(DataQualityRule.RowConditionExpectation.Builder builderForValue)
Row-level rule which evaluates whether each row in a table passes the specified condition.
.google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation row_condition_expectation = 200;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.RowConditionExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setSetExpectation(DataQualityRule.SetExpectation value)
public DataQualityRule.Builder setSetExpectation(DataQualityRule.SetExpectation value)
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.SetExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setSetExpectation(DataQualityRule.SetExpectation.Builder builderForValue)
public DataQualityRule.Builder setSetExpectation(DataQualityRule.SetExpectation.Builder builderForValue)
Row-level rule which evaluates whether each column value is contained by a specified set.
.google.cloud.dataplex.v1.DataQualityRule.SetExpectation set_expectation = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.SetExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setSqlAssertion(DataQualityRule.SqlAssertion value)
public DataQualityRule.Builder setSqlAssertion(DataQualityRule.SqlAssertion value)
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.SqlAssertion |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setSqlAssertion(DataQualityRule.SqlAssertion.Builder builderForValue)
public DataQualityRule.Builder setSqlAssertion(DataQualityRule.SqlAssertion.Builder builderForValue)
Aggregate rule which evaluates the number of rows returned for the provided statement.
.google.cloud.dataplex.v1.DataQualityRule.SqlAssertion sql_assertion = 202;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.SqlAssertion.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation value)
public DataQualityRule.Builder setStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation value)
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.StatisticRangeExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation.Builder builderForValue)
public DataQualityRule.Builder setStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation.Builder builderForValue)
Aggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
.google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation statistic_range_expectation = 101;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.StatisticRangeExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setTableConditionExpectation(DataQualityRule.TableConditionExpectation value)
public DataQualityRule.Builder setTableConditionExpectation(DataQualityRule.TableConditionExpectation value)
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.TableConditionExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setTableConditionExpectation(DataQualityRule.TableConditionExpectation.Builder builderForValue)
public DataQualityRule.Builder setTableConditionExpectation(DataQualityRule.TableConditionExpectation.Builder builderForValue)
Aggregate rule which evaluates whether the provided expression is true for a table.
.google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation table_condition_expectation = 201;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.TableConditionExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setThreshold(double value)
public DataQualityRule.Builder setThreshold(double value)
Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of [0.0, 1.0].
0 indicates default value (i.e. 1.0).
This field is only valid for row-level type rules.
double threshold = 503 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
double The threshold to set. |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
This builder for chaining. |
setUniquenessExpectation(DataQualityRule.UniquenessExpectation value)
public DataQualityRule.Builder setUniquenessExpectation(DataQualityRule.UniquenessExpectation value)
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Parameter | |
---|---|
Name | Description |
value |
DataQualityRule.UniquenessExpectation |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setUniquenessExpectation(DataQualityRule.UniquenessExpectation.Builder builderForValue)
public DataQualityRule.Builder setUniquenessExpectation(DataQualityRule.UniquenessExpectation.Builder builderForValue)
Row-level rule which evaluates whether each column value is unique.
.google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation uniqueness_expectation = 100;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataQualityRule.UniquenessExpectation.Builder |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataQualityRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataQualityRule.Builder |