Class: Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::PrepareStepDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::PrepareStepDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/admin/v1/migration.rb
Overview
Details for the PREPARE
step.
Instance Attribute Summary collapse
-
#concurrency_mode ⇒ ::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::ConcurrencyMode
The concurrency mode this database will use when it reaches the
REDIRECT_WRITES
step.
Instance Attribute Details
#concurrency_mode ⇒ ::Google::Cloud::Datastore::Admin::V1::MigrationProgressEvent::ConcurrencyMode
Returns The concurrency mode this database will use when it reaches the
REDIRECT_WRITES
step.
60 61 62 63 |
# File 'proto_docs/google/datastore/admin/v1/migration.rb', line 60 class PrepareStepDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |