[[["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 2025-09-04 UTC."],[],[],null,["# Google Cloud Datastore Admin V1 Client - Class Direction (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-datastore-admin/latest/V1.Index.Direction)\n- [1.0.3](/php/docs/reference/cloud-datastore-admin/1.0.3/V1.Index.Direction)\n- [0.8.5](/php/docs/reference/cloud-datastore-admin/0.8.5/V1.Index.Direction)\n- [0.7.5](/php/docs/reference/cloud-datastore-admin/0.7.5/V1.Index.Direction)\n- [0.6.0](/php/docs/reference/cloud-datastore-admin/0.6.0/V1.Index.Direction)\n- [0.5.8](/php/docs/reference/cloud-datastore-admin/0.5.8/V1.Index.Direction) \nReference documentation and code samples for the Google Cloud Datastore Admin V1 Client class Direction.\n\nThe direction determines how a property is indexed.\n\nProtobuf type `google.datastore.admin.v1.Index.Direction`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastore \\\\ Admin \\\\ V1 \\\\ Index\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DIRECTION_UNSPECIFIED\n\n Value: 0\n\nThe direction is unspecified.\n\nGenerated from protobuf enum `DIRECTION_UNSPECIFIED = 0;`\n\n### ASCENDING\n\n Value: 1\n\nThe property's values are indexed so as to support sequencing in\nascending order and also query by \\\u003c, \\\u003e, \\\u003c=, \\\u003e=, and =.\n\nGenerated from protobuf enum `ASCENDING = 1;`\n\n### DESCENDING\n\n Value: 2\n\nThe property's values are indexed so as to support sequencing in\ndescending order and also query by \\\u003c, \\\u003e, \\\u003c=, \\\u003e=, and =.\n\nGenerated from protobuf enum `DESCENDING = 2;`"]]