Firestore in Datastore mode Admin V1 API - Module Google::Cloud::Datastore::Admin::V1::Index::AncestorMode (v0.12.0)

Reference documentation and code samples for the Firestore in Datastore mode Admin V1 API module Google::Cloud::Datastore::Admin::V1::Index::AncestorMode.

For an ordered index, specifies whether each of the entity's ancestors will be included.

Constants

ANCESTOR_MODE_UNSPECIFIED

value: 0
The ancestor mode is unspecified.

NONE

value: 1
Do not include the entity's ancestors in the index.

ALL_ANCESTORS

value: 2
Include all the entity's ancestors in the index.