Interface AlertPolicy.Condition.SqlCondition.BooleanTestOrBuilder (3.57.0)

public static interface AlertPolicy.Condition.SqlCondition.BooleanTestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

public abstract String getColumn()

Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.

string column = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The column.

getColumnBytes()

public abstract ByteString getColumnBytes()

Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.

string column = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for column.