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

Metadata for Datastore to Firestore migration operations. The DatastoreFirestoreMigration operation is not started by the end-user via an explicit "creation" method. This is an intentional deviation from the LRO design pattern. This singleton resource can be accessed at: "projects/{project_id}/operations/datastore-firestore-migration"

Attributes

  • migrationState (type: String.t, default: nil) - The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.
  • migrationStep (type: String.t, default: nil) - The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata{
    migrationState: String.t() | nil,
    migrationStep: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.