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

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: 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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.