GetIndexResult

data class GetIndexResult(val ancestor: String, val indexId: String, val kind: String, val project: String, val properties: List<GoogleDatastoreAdminV1IndexedPropertyResponse>, val state: String)

Constructors

Link copied to clipboard
fun GetIndexResult(ancestor: String, indexId: String, kind: String, project: String, properties: List<GoogleDatastoreAdminV1IndexedPropertyResponse>, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED.

Link copied to clipboard

The resource ID of the index.

Link copied to clipboard

The entity kind to which this index applies.

Link copied to clipboard

Project ID.

Link copied to clipboard

An ordered sequence of property names and their index attributes. Requires: * A maximum of 100 properties.

Link copied to clipboard

The state of the index.