Interface LookerQuery.FilterOrBuilder (0.1.0)

public static interface LookerQuery.FilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getField()

public abstract String getField()

Required. The field to filter on.

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

Returns
Type Description
String

The field.

getFieldBytes()

public abstract ByteString getFieldBytes()

Required. The field to filter on.

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

Returns
Type Description
ByteString

The bytes for field.

getValue()

public abstract String getValue()

Required. The value f field to filter on.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. The value f field to filter on.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for value.