Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class MigrationState.
States for a migration.
Protobuf type google.datastore.admin.v1.MigrationState
Namespace
Google \ Cloud \ Datastore \ Admin \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MIGRATION_STATE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum MIGRATION_STATE_UNSPECIFIED = 0;
RUNNING
Value: 1
The migration is running.
Generated from protobuf enum RUNNING = 1;
PAUSED
Value: 2
The migration is paused.
Generated from protobuf enum PAUSED = 2;
COMPLETE
Value: 3
The migration is complete.
Generated from protobuf enum COMPLETE = 3;