View Source GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1IndexOperationMetadata (google_api_datastore v0.22.0)

Metadata for Index operations.

Attributes

  • common (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1CommonMetadata.t, default: nil) - Metadata common to all Datastore Admin operations.
  • indexId (type: String.t, default: nil) - The index resource ID that this operation is acting on.
  • progressEntities (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Progress.t, default: nil) - An estimate of the number of entities processed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1IndexOperationMetadata{
    common:
      GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1CommonMetadata.t()
      | nil,
    indexId: String.t() | nil,
    progressEntities:
      GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Progress.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.