Class: Google::Cloud::Datastore::Admin::V1::DatastoreFirestoreMigrationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/admin/v1/datastore_admin.rb

Overview

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"

Instance Attribute Summary collapse

Instance Attribute Details

#migration_state::Google::Cloud::Datastore::Admin::V1::MigrationState

Returns The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.

Returns:



390
391
392
393
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 390

class DatastoreFirestoreMigrationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#migration_step::Google::Cloud::Datastore::Admin::V1::MigrationStep

Returns The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.

Returns:



390
391
392
393
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 390

class DatastoreFirestoreMigrationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end