Interface DataQualityRule.SetExpectationOrBuilder (1.22.0)

public static interface DataQualityRule.SetExpectationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract String getValues(int index)

Optional. Expected values for the column value.

repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The values at the given index.

getValuesBytes(int index)

public abstract ByteString getValuesBytes(int index)

Optional. Expected values for the column value.

repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the values at the given index.

getValuesCount()

public abstract int getValuesCount()

Optional. Expected values for the column value.

repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<String> getValuesList()

Optional. Expected values for the column value.

repeated string values = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the values.