public interface PropertyFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOp()
public abstract PropertyFilter.Operator getOp()
The operator to filter by.
.google.datastore.v1.PropertyFilter.Operator op = 2;
Returns | |
---|---|
Type | Description |
PropertyFilter.Operator | The op. |
getOpValue()
public abstract int getOpValue()
The operator to filter by.
.google.datastore.v1.PropertyFilter.Operator op = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
PropertyReference | The property. |
getPropertyOrBuilder()
public abstract PropertyReferenceOrBuilder getPropertyOrBuilder()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
PropertyReferenceOrBuilder |
getValue()
public abstract Value getValue()
The value to compare the property to.
.google.datastore.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
Value | The value. |
getValueOrBuilder()
public abstract ValueOrBuilder getValueOrBuilder()
The value to compare the property to.
.google.datastore.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
hasProperty()
public abstract boolean hasProperty()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the value field is set. |