Google Cloud Datastore Admin V1 Client - Class MigrationState (0.6.0)

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
NameDescription
value mixed

value

Parameter
NameDescription
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;