google_api_datastore v0.4.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
nil
. - indexId (String.t): The resource ID of the index.
Output only. Defaults to
nil
. - kind (String.t): The entity kind to which this index applies.
Required. Defaults to
nil
. - projectId (String.t): Project ID.
Output only. Defaults to
nil
. - properties (list(GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1IndexedProperty.t)): An ordered sequence of property names and their index attributes.
Required. Defaults to
nil
. - state (String.t): The state of the index.
Output only. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.