Reference documentation and code samples for the Cloud Datastore V1 Client class PropertyFilter.
A filter on a specific property.
Generated from protobuf message google.datastore.v1.PropertyFilter
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ property
↳ op
int
The operator to filter by.
↳ value
getProperty
The property to filter by.
Generated from protobuf field .google.datastore.v1.PropertyReference property = 1;
hasProperty
clearProperty
setProperty
The property to filter by.
Generated from protobuf field .google.datastore.v1.PropertyReference property = 1;
$this
getOp
The operator to filter by.
Generated from protobuf field .google.datastore.v1.PropertyFilter.Operator op = 2;
int
setOp
The operator to filter by.
Generated from protobuf field .google.datastore.v1.PropertyFilter.Operator op = 2;
var
int
$this
getValue
The value to compare the property to.
Generated from protobuf field .google.datastore.v1.Value value = 3;
hasValue
clearValue
setValue
The value to compare the property to.
Generated from protobuf field .google.datastore.v1.Value value = 3;
$this