DataQualityRule.Builder |
DataQualityRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DataQualityRule.Builder |
DataQualitySpec.Builder.addRulesBuilder() |
Required.
|
DataQualityRule.Builder |
DataQualitySpec.Builder.addRulesBuilder(int index) |
Required.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clear() |
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearColumn() |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearDescription() |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearDimension() |
Required.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearIgnoreNull() |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearName() |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearNonNullExpectation() |
Row-level rule which evaluates whether each column value is null.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearRangeExpectation() |
Row-level rule which evaluates whether each column value lies between a
specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearRegexExpectation() |
Row-level rule which evaluates whether each column value matches a
specified regex.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearRowConditionExpectation() |
Row-level rule which evaluates whether each row in a table passes the
specified condition.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearRuleType() |
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearSetExpectation() |
Row-level rule which evaluates whether each column value is contained by
a specified set.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearStatisticRangeExpectation() |
Aggregate rule which evaluates whether the column aggregate
statistic lies between a specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearTableConditionExpectation() |
Aggregate rule which evaluates whether the provided expression is true
for a table.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearThreshold() |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clearUniquenessExpectation() |
Row-level rule which evaluates whether each column value is unique.
|
DataQualityRule.Builder |
DataQualityRule.Builder.clone() |
|
DataQualityRule.Builder |
DataQualityRuleResult.Builder.getRuleBuilder() |
The rule specified in the DataQualitySpec, as is.
|
DataQualityRule.Builder |
DataQualitySpec.Builder.getRulesBuilder(int index) |
Required.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeFrom(DataQualityRule other) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeNonNullExpectation(DataQualityRule.NonNullExpectation value) |
Row-level rule which evaluates whether each column value is null.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeRangeExpectation(DataQualityRule.RangeExpectation value) |
Row-level rule which evaluates whether each column value lies between a
specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeRegexExpectation(DataQualityRule.RegexExpectation value) |
Row-level rule which evaluates whether each column value matches a
specified regex.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeRowConditionExpectation(DataQualityRule.RowConditionExpectation value) |
Row-level rule which evaluates whether each row in a table passes the
specified condition.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeSetExpectation(DataQualityRule.SetExpectation value) |
Row-level rule which evaluates whether each column value is contained by
a specified set.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation value) |
Aggregate rule which evaluates whether the column aggregate
statistic lies between a specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeTableConditionExpectation(DataQualityRule.TableConditionExpectation value) |
Aggregate rule which evaluates whether the provided expression is true
for a table.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeUniquenessExpectation(DataQualityRule.UniquenessExpectation value) |
Row-level rule which evaluates whether each column value is unique.
|
DataQualityRule.Builder |
DataQualityRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DataQualityRule.Builder |
DataQualityRule.newBuilder() |
|
static DataQualityRule.Builder |
DataQualityRule.newBuilder(DataQualityRule prototype) |
|
DataQualityRule.Builder |
DataQualityRule.newBuilderForType() |
|
protected DataQualityRule.Builder |
DataQualityRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.setColumn(String value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setColumnBytes(com.google.protobuf.ByteString value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setDescription(String value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setDimension(String value) |
Required.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setDimensionBytes(com.google.protobuf.ByteString value) |
Required.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.setIgnoreNull(boolean value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setName(String value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setNonNullExpectation(DataQualityRule.NonNullExpectation value) |
Row-level rule which evaluates whether each column value is null.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setNonNullExpectation(DataQualityRule.NonNullExpectation.Builder builderForValue) |
Row-level rule which evaluates whether each column value is null.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setRangeExpectation(DataQualityRule.RangeExpectation value) |
Row-level rule which evaluates whether each column value lies between a
specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setRangeExpectation(DataQualityRule.RangeExpectation.Builder builderForValue) |
Row-level rule which evaluates whether each column value lies between a
specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setRegexExpectation(DataQualityRule.RegexExpectation value) |
Row-level rule which evaluates whether each column value matches a
specified regex.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setRegexExpectation(DataQualityRule.RegexExpectation.Builder builderForValue) |
Row-level rule which evaluates whether each column value matches a
specified regex.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DataQualityRule.Builder |
DataQualityRule.Builder.setRowConditionExpectation(DataQualityRule.RowConditionExpectation value) |
Row-level rule which evaluates whether each row in a table passes the
specified condition.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setRowConditionExpectation(DataQualityRule.RowConditionExpectation.Builder builderForValue) |
Row-level rule which evaluates whether each row in a table passes the
specified condition.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setSetExpectation(DataQualityRule.SetExpectation value) |
Row-level rule which evaluates whether each column value is contained by
a specified set.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setSetExpectation(DataQualityRule.SetExpectation.Builder builderForValue) |
Row-level rule which evaluates whether each column value is contained by
a specified set.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation value) |
Aggregate rule which evaluates whether the column aggregate
statistic lies between a specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setStatisticRangeExpectation(DataQualityRule.StatisticRangeExpectation.Builder builderForValue) |
Aggregate rule which evaluates whether the column aggregate
statistic lies between a specified range.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setTableConditionExpectation(DataQualityRule.TableConditionExpectation value) |
Aggregate rule which evaluates whether the provided expression is true
for a table.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setTableConditionExpectation(DataQualityRule.TableConditionExpectation.Builder builderForValue) |
Aggregate rule which evaluates whether the provided expression is true
for a table.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setThreshold(double value) |
Optional.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setUniquenessExpectation(DataQualityRule.UniquenessExpectation value) |
Row-level rule which evaluates whether each column value is unique.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setUniquenessExpectation(DataQualityRule.UniquenessExpectation.Builder builderForValue) |
Row-level rule which evaluates whether each column value is unique.
|
DataQualityRule.Builder |
DataQualityRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DataQualityRule.Builder |
DataQualityRule.toBuilder() |
|