ancestor property
The index's ancestor mode.
Must not be ANCESTOR_MODE_UNSPECIFIED.
Required. Possible string values are:
- "ANCESTOR_MODE_UNSPECIFIED" : The ancestor mode is unspecified.
- "NONE" : Do not include the entity's ancestors in the index.
- "ALL_ANCESTORS" : Include all the entity's ancestors in the index.
Implementation
core.String? ancestor;