Reference documentation and code samples for the Firestore in Datastore mode Admin V1 API class Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent.
An event signifying the start of a new step in a migration from Cloud Datastore to Cloud Firestore in Datastore mode.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#prepare_step_details
def prepare_step_details() -> ::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::PrepareStepDetails
-
(::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::PrepareStepDetails) — Details for the
PREPARE
step.
#prepare_step_details=
def prepare_step_details=(value) -> ::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::PrepareStepDetails
-
value (::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::PrepareStepDetails) — Details for the
PREPARE
step.
-
(::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::PrepareStepDetails) — Details for the
PREPARE
step.
#redirect_writes_step_details
def redirect_writes_step_details() -> ::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::RedirectWritesStepDetails
-
(::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::RedirectWritesStepDetails) — Details for the
REDIRECT_WRITES
step.
#redirect_writes_step_details=
def redirect_writes_step_details=(value) -> ::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::RedirectWritesStepDetails
-
value (::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::RedirectWritesStepDetails) — Details for the
REDIRECT_WRITES
step.
-
(::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::RedirectWritesStepDetails) — Details for the
REDIRECT_WRITES
step.
#step
def step() -> ::Google::Cloud::Datastore::Admin::V1::MigrationStep
-
(::Google::Cloud::Datastore::Admin::V1::MigrationStep) — The step that is starting.
An event with step set to
START
indicates that the migration has been reverted back to the initial pre-migration state.
#step=
def step=(value) -> ::Google::Cloud::Datastore::Admin::V1::MigrationStep
-
value (::Google::Cloud::Datastore::Admin::V1::MigrationStep) — The step that is starting.
An event with step set to
START
indicates that the migration has been reverted back to the initial pre-migration state.
-
(::Google::Cloud::Datastore::Admin::V1::MigrationStep) — The step that is starting.
An event with step set to
START
indicates that the migration has been reverted back to the initial pre-migration state.