Class: Google::Cloud::Datastore::Admin::V1::MigrationStateEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

Returns The new state of the migration.

Returns:



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