Module: Google::Cloud::Datastore::V1::PropertyOrder::Direction

Defined in:
proto_docs/google/datastore/v1/query.rb

Overview

The sort direction.

Constant Summary collapse

DIRECTION_UNSPECIFIED =

Unspecified. This value must not be used.

0
ASCENDING =

Ascending.

1
DESCENDING =

Descending.

2