Interface PropertyFilterOrBuilder (2.18.5)

public interface PropertyFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOp()

public abstract PropertyFilter.Operator getOp()

The operator to filter by.

.google.datastore.v1.PropertyFilter.Operator op = 2;

Returns
TypeDescription
PropertyFilter.Operator

The op.

getOpValue()

public abstract int getOpValue()

The operator to filter by.

.google.datastore.v1.PropertyFilter.Operator op = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for op.

getProperty()

public abstract PropertyReference getProperty()

The property to filter by.

.google.datastore.v1.PropertyReference property = 1;

Returns
TypeDescription
PropertyReference

The property.

getPropertyOrBuilder()

public abstract PropertyReferenceOrBuilder getPropertyOrBuilder()

The property to filter by.

.google.datastore.v1.PropertyReference property = 1;

Returns
TypeDescription
PropertyReferenceOrBuilder

getValue()

public abstract Value getValue()

The value to compare the property to.

.google.datastore.v1.Value value = 3;

Returns
TypeDescription
Value

The value.

getValueOrBuilder()

public abstract ValueOrBuilder getValueOrBuilder()

The value to compare the property to.

.google.datastore.v1.Value value = 3;

Returns
TypeDescription
ValueOrBuilder

hasProperty()

public abstract boolean hasProperty()

The property to filter by.

.google.datastore.v1.PropertyReference property = 1;

Returns
TypeDescription
boolean

Whether the property field is set.

hasValue()

public abstract boolean hasValue()

The value to compare the property to.

.google.datastore.v1.Value value = 3;

Returns
TypeDescription
boolean

Whether the value field is set.