Interface DataQualityRuleResult.DebugQueryResultOrBuilder (1.86.0)

public static interface DataQualityRuleResult.DebugQueryResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getType()

public abstract String getType()

Indicates the data type of the result. For more information, see BigQuery data types.

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Indicates the data type of the result. For more information, see BigQuery data types.

string type = 2;

Returns
Type Description
ByteString

The bytes for type.

getValue()

public abstract String getValue()

Represents the value of the result as a string.

string value = 3;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Represents the value of the result as a string.

string value = 3;

Returns
Type Description
ByteString

The bytes for value.