public interface DataQualityColumnResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumn()
public abstract String getColumn()Output only. The column specified in the DataQualityRule.
string column = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The column. |
getColumnBytes()
public abstract ByteString getColumnBytes()Output only. The column specified in the DataQualityRule.
string column = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for column. |
getDimensions(int index)
public abstract DataQualityDimensionResult getDimensions(int index)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityDimensionResult |
|
getDimensionsCount()
public abstract int getDimensionsCount()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDimensionsList()
public abstract List<DataQualityDimensionResult> getDimensionsList()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<DataQualityDimensionResult> |
|
getDimensionsOrBuilder(int index)
public abstract DataQualityDimensionResultOrBuilder getDimensionsOrBuilder(int index)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityDimensionResultOrBuilder |
|
getDimensionsOrBuilderList()
public abstract List<? extends DataQualityDimensionResultOrBuilder> getDimensionsOrBuilderList()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder> |
|
getPassed()
public abstract boolean getPassed()Output only. Whether the column passed or failed.
bool passed = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The passed. |
getScore()
public abstract float getScore()Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between [0, 100] (up to two decimal points).
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
hasScore()
public abstract boolean hasScore()Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between [0, 100] (up to two decimal points).
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the score field is set. |