Interface DataQualityDimensionResultOrBuilder (1.39.0)

public interface DataQualityDimensionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDimension()

public abstract DataQualityDimension getDimension()

Output only. The dimension config specified in the DataQualitySpec, as is.

.google.cloud.dataplex.v1.DataQualityDimension dimension = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
DataQualityDimension

The dimension.

getDimensionOrBuilder()

public abstract DataQualityDimensionOrBuilder getDimensionOrBuilder()

Output only. The dimension config specified in the DataQualitySpec, as is.

.google.cloud.dataplex.v1.DataQualityDimension dimension = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
DataQualityDimensionOrBuilder

getPassed()

public abstract boolean getPassed()

Whether the dimension passed or failed.

bool passed = 3;

Returns
TypeDescription
boolean

The passed.

getScore()

public abstract float getScore()

Output only. The dimension-level data quality score for this data scan job if and only if the 'dimension' field is set.

The score ranges between [0, 100] (up to two decimal points).

optional float score = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
float

The score.

hasDimension()

public abstract boolean hasDimension()

Output only. The dimension config specified in the DataQualitySpec, as is.

.google.cloud.dataplex.v1.DataQualityDimension dimension = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the dimension field is set.

hasScore()

public abstract boolean hasScore()

Output only. The dimension-level data quality score for this data scan job if and only if the 'dimension' field is set.

The score ranges between [0, 100] (up to two decimal points).

optional float score = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the score field is set.