- 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 DataQualityResult.Builder extends GeneratedMessageV3.Builder<DataQualityResult.Builder> implements DataQualityResultOrBuilder
The output of a DataQualityScan.
Protobuf type google.cloud.dataplex.v1.DataQualityResult
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataQualityResult.BuilderImplements
DataQualityResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllColumns(Iterable<? extends DataQualityColumnResult> values)
public DataQualityResult.Builder addAllColumns(Iterable<? extends DataQualityColumnResult> values)
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 |
values | Iterable<? extends com.google.cloud.dataplex.v1.DataQualityColumnResult> |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addAllDimensions(Iterable<? extends DataQualityDimensionResult> values)
public DataQualityResult.Builder addAllDimensions(Iterable<? extends DataQualityDimensionResult> values)
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;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.dataplex.v1.DataQualityDimensionResult> |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addAllRules(Iterable<? extends DataQualityRuleResult> values)
public DataQualityResult.Builder addAllRules(Iterable<? extends DataQualityRuleResult> values)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.dataplex.v1.DataQualityRuleResult> |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addColumns(DataQualityColumnResult value)
public DataQualityResult.Builder addColumns(DataQualityColumnResult value)
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 |
value | DataQualityColumnResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addColumns(DataQualityColumnResult.Builder builderForValue)
public DataQualityResult.Builder addColumns(DataQualityColumnResult.Builder builderForValue)
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 |
builderForValue | DataQualityColumnResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addColumns(int index, DataQualityColumnResult value)
public DataQualityResult.Builder addColumns(int index, DataQualityColumnResult value)
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];
Parameters | |
---|---|
Name | Description |
index | int |
value | DataQualityColumnResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addColumns(int index, DataQualityColumnResult.Builder builderForValue)
public DataQualityResult.Builder addColumns(int index, DataQualityColumnResult.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataQualityColumnResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addColumnsBuilder()
public DataQualityColumnResult.Builder addColumnsBuilder()
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 |
DataQualityColumnResult.Builder |
addColumnsBuilder(int index)
public DataQualityColumnResult.Builder addColumnsBuilder(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.Builder |
addDimensions(DataQualityDimensionResult value)
public DataQualityResult.Builder addDimensions(DataQualityDimensionResult value)
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;
Parameter | |
---|---|
Name | Description |
value | DataQualityDimensionResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addDimensions(DataQualityDimensionResult.Builder builderForValue)
public DataQualityResult.Builder addDimensions(DataQualityDimensionResult.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue | DataQualityDimensionResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addDimensions(int index, DataQualityDimensionResult value)
public DataQualityResult.Builder addDimensions(int index, DataQualityDimensionResult value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | DataQualityDimensionResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addDimensions(int index, DataQualityDimensionResult.Builder builderForValue)
public DataQualityResult.Builder addDimensions(int index, DataQualityDimensionResult.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataQualityDimensionResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addDimensionsBuilder()
public DataQualityDimensionResult.Builder addDimensionsBuilder()
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;
Returns | |
---|---|
Type | Description |
DataQualityDimensionResult.Builder |
addDimensionsBuilder(int index)
public DataQualityDimensionResult.Builder addDimensionsBuilder(int index)
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityDimensionResult.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataQualityResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addRules(DataQualityRuleResult value)
public DataQualityResult.Builder addRules(DataQualityRuleResult value)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
value | DataQualityRuleResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addRules(DataQualityRuleResult.Builder builderForValue)
public DataQualityResult.Builder addRules(DataQualityRuleResult.Builder builderForValue)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
builderForValue | DataQualityRuleResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addRules(int index, DataQualityRuleResult value)
public DataQualityResult.Builder addRules(int index, DataQualityRuleResult value)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameters | |
---|---|
Name | Description |
index | int |
value | DataQualityRuleResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addRules(int index, DataQualityRuleResult.Builder builderForValue)
public DataQualityResult.Builder addRules(int index, DataQualityRuleResult.Builder builderForValue)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataQualityRuleResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
addRulesBuilder()
public DataQualityRuleResult.Builder addRulesBuilder()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
DataQualityRuleResult.Builder |
addRulesBuilder(int index)
public DataQualityRuleResult.Builder addRulesBuilder(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityRuleResult.Builder |
build()
public DataQualityResult build()
Returns | |
---|---|
Type | Description |
DataQualityResult |
buildPartial()
public DataQualityResult buildPartial()
Returns | |
---|---|
Type | Description |
DataQualityResult |
clear()
public DataQualityResult.Builder clear()
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
clearColumns()
public DataQualityResult.Builder clearColumns()
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 |
DataQualityResult.Builder |
clearDimensions()
public DataQualityResult.Builder clearDimensions()
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;
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
clearField(Descriptors.FieldDescriptor field)
public DataQualityResult.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataQualityResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
clearPassed()
public DataQualityResult.Builder clearPassed()
Overall data quality result -- true
if all rules passed.
bool passed = 5;
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder | This builder for chaining. |
clearPostScanActionsResult()
public DataQualityResult.Builder clearPostScanActionsResult()
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.Builder |
clearRowCount()
public DataQualityResult.Builder clearRowCount()
The count of rows processed.
int64 row_count = 4;
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder | This builder for chaining. |
clearRules()
public DataQualityResult.Builder clearRules()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
clearScannedData()
public DataQualityResult.Builder clearScannedData()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
clearScore()
public DataQualityResult.Builder clearScore()
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 |
DataQualityResult.Builder | This builder for chaining. |
clone()
public DataQualityResult.Builder clone()
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
getColumns(int index)
public 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 |
getColumnsBuilder(int index)
public DataQualityColumnResult.Builder getColumnsBuilder(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.Builder |
getColumnsBuilderList()
public List<DataQualityColumnResult.Builder> getColumnsBuilderList()
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<Builder> |
getColumnsCount()
public 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 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 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 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> |
getDefaultInstanceForType()
public DataQualityResult getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataQualityResult |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDimensions(int index)
public DataQualityDimensionResult getDimensions(int index)
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityDimensionResult |
getDimensionsBuilder(int index)
public DataQualityDimensionResult.Builder getDimensionsBuilder(int index)
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityDimensionResult.Builder |
getDimensionsBuilderList()
public List<DataQualityDimensionResult.Builder> getDimensionsBuilderList()
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;
Returns | |
---|---|
Type | Description |
List<Builder> |
getDimensionsCount()
public int getDimensionsCount()
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;
Returns | |
---|---|
Type | Description |
int |
getDimensionsList()
public List<DataQualityDimensionResult> getDimensionsList()
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;
Returns | |
---|---|
Type | Description |
List<DataQualityDimensionResult> |
getDimensionsOrBuilder(int index)
public DataQualityDimensionResultOrBuilder getDimensionsOrBuilder(int index)
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityDimensionResultOrBuilder |
getDimensionsOrBuilderList()
public List<? extends DataQualityDimensionResultOrBuilder> getDimensionsOrBuilderList()
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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder> |
getPassed()
public boolean getPassed()
Overall data quality result -- true
if all rules passed.
bool passed = 5;
Returns | |
---|---|
Type | Description |
boolean | The passed. |
getPostScanActionsResult()
public 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. |
getPostScanActionsResultBuilder()
public DataQualityResult.PostScanActionsResult.Builder getPostScanActionsResultBuilder()
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.Builder |
getPostScanActionsResultOrBuilder()
public 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 long getRowCount()
The count of rows processed.
int64 row_count = 4;
Returns | |
---|---|
Type | Description |
long | The rowCount. |
getRules(int index)
public DataQualityRuleResult getRules(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityRuleResult |
getRulesBuilder(int index)
public DataQualityRuleResult.Builder getRulesBuilder(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityRuleResult.Builder |
getRulesBuilderList()
public List<DataQualityRuleResult.Builder> getRulesBuilderList()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRulesCount()
public int getRulesCount()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
int |
getRulesList()
public List<DataQualityRuleResult> getRulesList()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
List<DataQualityRuleResult> |
getRulesOrBuilder(int index)
public DataQualityRuleResultOrBuilder getRulesOrBuilder(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityRuleResultOrBuilder |
getRulesOrBuilderList()
public List<? extends DataQualityRuleResultOrBuilder> getRulesOrBuilderList()
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityRuleResultOrBuilder> |
getScannedData()
public ScannedData getScannedData()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
ScannedData | The scannedData. |
getScannedDataBuilder()
public ScannedData.Builder getScannedDataBuilder()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
ScannedData.Builder |
getScannedDataOrBuilder()
public ScannedDataOrBuilder getScannedDataOrBuilder()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
ScannedDataOrBuilder |
getScore()
public 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. |
hasPostScanActionsResult()
public 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 boolean hasScannedData()
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Returns | |
---|---|
Type | Description |
boolean | Whether the scannedData field is set. |
hasScore()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DataQualityResult other)
public DataQualityResult.Builder mergeFrom(DataQualityResult other)
Parameter | |
---|---|
Name | Description |
other | DataQualityResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataQualityResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DataQualityResult.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
mergePostScanActionsResult(DataQualityResult.PostScanActionsResult value)
public DataQualityResult.Builder mergePostScanActionsResult(DataQualityResult.PostScanActionsResult value)
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];
Parameter | |
---|---|
Name | Description |
value | DataQualityResult.PostScanActionsResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
mergeScannedData(ScannedData value)
public DataQualityResult.Builder mergeScannedData(ScannedData value)
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Parameter | |
---|---|
Name | Description |
value | ScannedData |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataQualityResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
removeColumns(int index)
public DataQualityResult.Builder removeColumns(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 |
DataQualityResult.Builder |
removeDimensions(int index)
public DataQualityResult.Builder removeDimensions(int index)
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
removeRules(int index)
public DataQualityResult.Builder removeRules(int index)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setColumns(int index, DataQualityColumnResult value)
public DataQualityResult.Builder setColumns(int index, DataQualityColumnResult value)
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];
Parameters | |
---|---|
Name | Description |
index | int |
value | DataQualityColumnResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setColumns(int index, DataQualityColumnResult.Builder builderForValue)
public DataQualityResult.Builder setColumns(int index, DataQualityColumnResult.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataQualityColumnResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setDimensions(int index, DataQualityDimensionResult value)
public DataQualityResult.Builder setDimensions(int index, DataQualityDimensionResult value)
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;
Parameters | |
---|---|
Name | Description |
index | int |
value | DataQualityDimensionResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setDimensions(int index, DataQualityDimensionResult.Builder builderForValue)
public DataQualityResult.Builder setDimensions(int index, DataQualityDimensionResult.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataQualityDimensionResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DataQualityResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setPassed(boolean value)
public DataQualityResult.Builder setPassed(boolean value)
Overall data quality result -- true
if all rules passed.
bool passed = 5;
Parameter | |
---|---|
Name | Description |
value | boolean The passed to set. |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder | This builder for chaining. |
setPostScanActionsResult(DataQualityResult.PostScanActionsResult value)
public DataQualityResult.Builder setPostScanActionsResult(DataQualityResult.PostScanActionsResult value)
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];
Parameter | |
---|---|
Name | Description |
value | DataQualityResult.PostScanActionsResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setPostScanActionsResult(DataQualityResult.PostScanActionsResult.Builder builderForValue)
public DataQualityResult.Builder setPostScanActionsResult(DataQualityResult.PostScanActionsResult.Builder builderForValue)
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];
Parameter | |
---|---|
Name | Description |
builderForValue | DataQualityResult.PostScanActionsResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataQualityResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setRowCount(long value)
public DataQualityResult.Builder setRowCount(long value)
The count of rows processed.
int64 row_count = 4;
Parameter | |
---|---|
Name | Description |
value | long The rowCount to set. |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder | This builder for chaining. |
setRules(int index, DataQualityRuleResult value)
public DataQualityResult.Builder setRules(int index, DataQualityRuleResult value)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameters | |
---|---|
Name | Description |
index | int |
value | DataQualityRuleResult |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setRules(int index, DataQualityRuleResult.Builder builderForValue)
public DataQualityResult.Builder setRules(int index, DataQualityRuleResult.Builder builderForValue)
A list of all the rules in a job, and their results.
repeated .google.cloud.dataplex.v1.DataQualityRuleResult rules = 3;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataQualityRuleResult.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setScannedData(ScannedData value)
public DataQualityResult.Builder setScannedData(ScannedData value)
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Parameter | |
---|---|
Name | Description |
value | ScannedData |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setScannedData(ScannedData.Builder builderForValue)
public DataQualityResult.Builder setScannedData(ScannedData.Builder builderForValue)
The data scanned for this result.
.google.cloud.dataplex.v1.ScannedData scanned_data = 7;
Parameter | |
---|---|
Name | Description |
builderForValue | ScannedData.Builder |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |
setScore(float value)
public DataQualityResult.Builder setScore(float value)
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];
Parameter | |
---|---|
Name | Description |
value | float The score to set. |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataQualityResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataQualityResult.Builder |