Interface MigrationStateEventOrBuilder (2.19.0)

public interface MigrationStateEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract MigrationState getState()

The new state of the migration.

.google.datastore.admin.v1.MigrationState state = 1;

Returns
TypeDescription
MigrationState

The state.

getStateValue()

public abstract int getStateValue()

The new state of the migration.

.google.datastore.admin.v1.MigrationState state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.