public static final class DataQualityRuleResult.Builder extends GeneratedMessage.Builder<DataQualityRuleResult.Builder> implements DataQualityRuleResultOrBuilderDataQualityRuleResult provides a more detailed, per-rule view of the results.
Protobuf type google.cloud.dataplex.v1.DataQualityRuleResult
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataQualityRuleResult.BuilderImplements
DataQualityRuleResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDebugQueriesResultSets(Iterable<? extends DataQualityRuleResult.DebugQueryResultSet> values)
public DataQualityRuleResult.Builder addAllDebugQueriesResultSets(Iterable<? extends DataQualityRuleResult.DebugQueryResultSet> values)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet> |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
addDebugQueriesResultSets(DataQualityRuleResult.DebugQueryResultSet value)
public DataQualityRuleResult.Builder addDebugQueriesResultSets(DataQualityRuleResult.DebugQueryResultSet value)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataQualityRuleResult.DebugQueryResultSet |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
addDebugQueriesResultSets(DataQualityRuleResult.DebugQueryResultSet.Builder builderForValue)
public DataQualityRuleResult.Builder addDebugQueriesResultSets(DataQualityRuleResult.DebugQueryResultSet.Builder builderForValue)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataQualityRuleResult.DebugQueryResultSet.Builder |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
addDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet value)
public DataQualityRuleResult.Builder addDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet value)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataQualityRuleResult.DebugQueryResultSet |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
addDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet.Builder builderForValue)
public DataQualityRuleResult.Builder addDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet.Builder builderForValue)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataQualityRuleResult.DebugQueryResultSet.Builder |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
addDebugQueriesResultSetsBuilder()
public DataQualityRuleResult.DebugQueryResultSet.Builder addDebugQueriesResultSetsBuilder()Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.DebugQueryResultSet.Builder |
|
addDebugQueriesResultSetsBuilder(int index)
public DataQualityRuleResult.DebugQueryResultSet.Builder addDebugQueriesResultSetsBuilder(int index)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.DebugQueryResultSet.Builder |
|
build()
public DataQualityRuleResult build()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult |
|
buildPartial()
public DataQualityRuleResult buildPartial()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult |
|
clear()
public DataQualityRuleResult.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
clearAssertionRowCount()
public DataQualityRuleResult.Builder clearAssertionRowCount()Output only. The number of rows returned by the SQL statement in a SQL assertion rule.
This field is only valid for SQL assertion rules.
int64 assertion_row_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
clearDebugQueriesResultSets()
public DataQualityRuleResult.Builder clearDebugQueriesResultSets()Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
clearEvaluatedCount()
public DataQualityRuleResult.Builder clearEvaluatedCount()Output only. The number of rows a rule was evaluated against.
This field is only valid for row-level type rules.
Evaluated count can be configured to either
- include all rows (default) - with
nullrows automatically failing rule evaluation, or exclude
nullrows from theevaluated_count, by settingignore_nulls = true.This field is not set for rule SqlAssertion.
int64 evaluated_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
clearFailingRowsQuery()
public DataQualityRuleResult.Builder clearFailingRowsQuery()Output only. The query to find rows that did not pass this rule.
This field is only valid for row-level type rules.
string failing_rows_query = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
clearNullCount()
public DataQualityRuleResult.Builder clearNullCount()Output only. The number of rows with null values in the specified column.
int64 null_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
clearPassRatio()
public DataQualityRuleResult.Builder clearPassRatio()Output only. The ratio of passed_count / evaluated_count.
This field is only valid for row-level type rules.
double pass_ratio = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
clearPassed()
public DataQualityRuleResult.Builder clearPassed()Output only. Whether the rule passed or failed.
bool passed = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
clearPassedCount()
public DataQualityRuleResult.Builder clearPassedCount()Output only. The number of rows which passed a rule evaluation.
This field is only valid for row-level type rules.
This field is not set for rule SqlAssertion.
int64 passed_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
clearRule()
public DataQualityRuleResult.Builder clearRule()Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
getAssertionRowCount()
public long getAssertionRowCount()Output only. The number of rows returned by the SQL statement in a SQL assertion rule.
This field is only valid for SQL assertion rules.
int64 assertion_row_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The assertionRowCount. |
getDebugQueriesResultSets(int index)
public DataQualityRuleResult.DebugQueryResultSet getDebugQueriesResultSets(int index)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.DebugQueryResultSet |
|
getDebugQueriesResultSetsBuilder(int index)
public DataQualityRuleResult.DebugQueryResultSet.Builder getDebugQueriesResultSetsBuilder(int index)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.DebugQueryResultSet.Builder |
|
getDebugQueriesResultSetsBuilderList()
public List<DataQualityRuleResult.DebugQueryResultSet.Builder> getDebugQueriesResultSetsBuilderList()Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDebugQueriesResultSetsCount()
public int getDebugQueriesResultSetsCount()Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDebugQueriesResultSetsList()
public List<DataQualityRuleResult.DebugQueryResultSet> getDebugQueriesResultSetsList()Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<DebugQueryResultSet> |
|
getDebugQueriesResultSetsOrBuilder(int index)
public DataQualityRuleResult.DebugQueryResultSetOrBuilder getDebugQueriesResultSetsOrBuilder(int index)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.DebugQueryResultSetOrBuilder |
|
getDebugQueriesResultSetsOrBuilderList()
public List<? extends DataQualityRuleResult.DebugQueryResultSetOrBuilder> getDebugQueriesResultSetsOrBuilderList()Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSetOrBuilder> |
|
getDefaultInstanceForType()
public DataQualityRuleResult getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvaluatedCount()
public long getEvaluatedCount()Output only. The number of rows a rule was evaluated against.
This field is only valid for row-level type rules.
Evaluated count can be configured to either
- include all rows (default) - with
nullrows automatically failing rule evaluation, or exclude
nullrows from theevaluated_count, by settingignore_nulls = true.This field is not set for rule SqlAssertion.
int64 evaluated_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The evaluatedCount. |
getFailingRowsQuery()
public String getFailingRowsQuery()Output only. The query to find rows that did not pass this rule.
This field is only valid for row-level type rules.
string failing_rows_query = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The failingRowsQuery. |
getFailingRowsQueryBytes()
public ByteString getFailingRowsQueryBytes()Output only. The query to find rows that did not pass this rule.
This field is only valid for row-level type rules.
string failing_rows_query = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for failingRowsQuery. |
getNullCount()
public long getNullCount()Output only. The number of rows with null values in the specified column.
int64 null_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The nullCount. |
getPassRatio()
public double getPassRatio()Output only. The ratio of passed_count / evaluated_count.
This field is only valid for row-level type rules.
double pass_ratio = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
double |
The passRatio. |
getPassed()
public boolean getPassed()Output only. Whether the rule passed or failed.
bool passed = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The passed. |
getPassedCount()
public long getPassedCount()Output only. The number of rows which passed a rule evaluation.
This field is only valid for row-level type rules.
This field is not set for rule SqlAssertion.
int64 passed_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The passedCount. |
getRule()
public DataQualityRule getRule()Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRule |
The rule. |
getRuleBuilder()
public DataQualityRule.Builder getRuleBuilder()Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRule.Builder |
|
getRuleOrBuilder()
public DataQualityRuleOrBuilder getRuleOrBuilder()Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleOrBuilder |
|
hasRule()
public boolean hasRule()Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rule field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataQualityRuleResult other)
public DataQualityRuleResult.Builder mergeFrom(DataQualityRuleResult other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityRuleResult |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataQualityRuleResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataQualityRuleResult.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
mergeRule(DataQualityRule value)
public DataQualityRuleResult.Builder mergeRule(DataQualityRule value)Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataQualityRule |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
removeDebugQueriesResultSets(int index)
public DataQualityRuleResult.Builder removeDebugQueriesResultSets(int index)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
setAssertionRowCount(long value)
public DataQualityRuleResult.Builder setAssertionRowCount(long value)Output only. The number of rows returned by the SQL statement in a SQL assertion rule.
This field is only valid for SQL assertion rules.
int64 assertion_row_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe assertionRowCount to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet value)
public DataQualityRuleResult.Builder setDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet value)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataQualityRuleResult.DebugQueryResultSet |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
setDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet.Builder builderForValue)
public DataQualityRuleResult.Builder setDebugQueriesResultSets(int index, DataQualityRuleResult.DebugQueryResultSet.Builder builderForValue)Output only. Contains the results of all debug queries for this rule. The number of result sets will correspond to the number of debug_queries.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResultSet debug_queries_result_sets = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataQualityRuleResult.DebugQueryResultSet.Builder |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
setEvaluatedCount(long value)
public DataQualityRuleResult.Builder setEvaluatedCount(long value)Output only. The number of rows a rule was evaluated against.
This field is only valid for row-level type rules.
Evaluated count can be configured to either
- include all rows (default) - with
nullrows automatically failing rule evaluation, or exclude
nullrows from theevaluated_count, by settingignore_nulls = true.This field is not set for rule SqlAssertion.
int64 evaluated_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe evaluatedCount to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setFailingRowsQuery(String value)
public DataQualityRuleResult.Builder setFailingRowsQuery(String value)Output only. The query to find rows that did not pass this rule.
This field is only valid for row-level type rules.
string failing_rows_query = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe failingRowsQuery to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setFailingRowsQueryBytes(ByteString value)
public DataQualityRuleResult.Builder setFailingRowsQueryBytes(ByteString value)Output only. The query to find rows that did not pass this rule.
This field is only valid for row-level type rules.
string failing_rows_query = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for failingRowsQuery to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setNullCount(long value)
public DataQualityRuleResult.Builder setNullCount(long value)Output only. The number of rows with null values in the specified column.
int64 null_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe nullCount to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setPassRatio(double value)
public DataQualityRuleResult.Builder setPassRatio(double value)Output only. The ratio of passed_count / evaluated_count.
This field is only valid for row-level type rules.
double pass_ratio = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe passRatio to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setPassed(boolean value)
public DataQualityRuleResult.Builder setPassed(boolean value)Output only. Whether the rule passed or failed.
bool passed = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe passed to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setPassedCount(long value)
public DataQualityRuleResult.Builder setPassedCount(long value)Output only. The number of rows which passed a rule evaluation.
This field is only valid for row-level type rules.
This field is not set for rule SqlAssertion.
int64 passed_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe passedCount to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
This builder for chaining. |
setRule(DataQualityRule value)
public DataQualityRuleResult.Builder setRule(DataQualityRule value)Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataQualityRule |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|
setRule(DataQualityRule.Builder builderForValue)
public DataQualityRuleResult.Builder setRule(DataQualityRule.Builder builderForValue)Output only. The rule specified in the DataQualitySpec, as is.
.google.cloud.dataplex.v1.DataQualityRule rule = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataQualityRule.Builder |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleResult.Builder |
|