Send feedback
Google Cloud Datastore Admin V1 Client - Class Direction (1.1.2) Stay organized with collections
Save and categorize content based on your preferences.
1.1.2 (latest)
1.1.1
1.0.4
0.8.5
0.7.5
0.6.0
0.5.8
Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class Direction.
The direction determines how a property is indexed.
Protobuf type google.datastore.admin.v1.Index.Direction
Namespace
Google \ Cloud \ Datastore \ Admin \ V1 \ Index
Methods
static::name
static::value
Constants
DIRECTION_UNSPECIFIED
The direction is unspecified.
Generated from protobuf enum DIRECTION_UNSPECIFIED = 0;
ASCENDING
The property's values are indexed so as to support sequencing in
ascending order and also query by <, >, <=, >=, and =.
Generated from protobuf enum ASCENDING = 1;
DESCENDING
The property's values are indexed so as to support sequencing in
descending order and also query by <, >, <=, >=, and =.
Generated from protobuf enum DESCENDING = 2;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-18 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]