Google Cloud Datastore Admin V1 Client - Class AncestorMode (0.5.8)

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class AncestorMode.

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

Protobuf type google.datastore.admin.v1.Index.AncestorMode

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ANCESTOR_MODE_UNSPECIFIED

Value: 0

The ancestor mode is unspecified.

Generated from protobuf enum ANCESTOR_MODE_UNSPECIFIED = 0;

NONE

Value: 1

Do not include the entity's ancestors in the index.

Generated from protobuf enum NONE = 1;

ALL_ANCESTORS

Value: 2

Include all the entity's ancestors in the index.

Generated from protobuf enum ALL_ANCESTORS = 2;