google_api_datastore v0.2.0 GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Index View Source

A minimal index definition.

Attributes

  • ancestor (String.t): The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED. Required. Defaults to: null.

    • Enum - one of [ANCESTOR_MODE_UNSPECIFIED, NONE, ALL_ANCESTORS]
  • indexId (String.t): The resource ID of the index. Output only. Defaults to: null.
  • kind (String.t): The entity kind to which this index applies. Required. Defaults to: null.
  • projectId (String.t): Project ID. Output only. Defaults to: null.
  • properties ([GoogleDatastoreAdminV1IndexedProperty]): An ordered sequence of property names and their index attributes. Required. Defaults to: null.
  • state (String.t): The state of the index. Output only. Defaults to: null.

    • Enum - one of [STATE_UNSPECIFIED, CREATING, READY, DELETING, ERROR]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Index{
  ancestor: any(),
  indexId: any(),
  kind: any(),
  projectId: any(),
  properties: [
    GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1IndexedProperty.t()
  ],
  state: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.