Google Cloud Datastore Admin V1 Client - Class MigrationState (0.5.8)
Stay organized with collections
Save and categorize content based on your preferences.
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
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MIGRATION_STATE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum MIGRATION_STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The migration is running.
Generated from protobuf enum RUNNING = 1;
PAUSED
Value: 2The migration is paused.
Generated from protobuf enum PAUSED = 2;
COMPLETE
Value: 3The migration is complete.
Generated from protobuf enum COMPLETE = 3;