Class: Google::Cloud::Datastore::Admin::V1::MigrationStateEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::MigrationStateEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/admin/v1/migration.rb
Overview
An event signifying a change in state of a migration from Cloud Datastore to Cloud Firestore in Datastore mode.
Instance Attribute Summary collapse
-
#state ⇒ ::Google::Cloud::Datastore::Admin::V1::MigrationState
The new state of the migration.
Instance Attribute Details
#state ⇒ ::Google::Cloud::Datastore::Admin::V1::MigrationState
Returns The new state of the migration.
31 32 33 34 |
# File 'proto_docs/google/datastore/admin/v1/migration.rb', line 31 class MigrationStateEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |