Reference documentation and code samples for the Cloud Datastore V1 Client class PropertyOrder.
The desired order for a specific property.
Generated from protobuf message google.datastore.v1.PropertyOrder
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ property
↳ direction
int
The direction to order by. Defaults to ASCENDING
.
getProperty
The property to order by.
Generated from protobuf field .google.datastore.v1.PropertyReference property = 1;
hasProperty
clearProperty
setProperty
The property to order by.
Generated from protobuf field .google.datastore.v1.PropertyReference property = 1;
$this
getDirection
The direction to order by. Defaults to ASCENDING
.
Generated from protobuf field .google.datastore.v1.PropertyOrder.Direction direction = 2;
int
setDirection
The direction to order by. Defaults to ASCENDING
.
Generated from protobuf field .google.datastore.v1.PropertyOrder.Direction direction = 2;
var
int
$this

