Interface MigrationProgressEvent.PrepareStepDetailsOrBuilder (2.18.5)

public static interface MigrationProgressEvent.PrepareStepDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConcurrencyMode()

public abstract MigrationProgressEvent.ConcurrencyMode getConcurrencyMode()

The concurrency mode this database will use when it reaches the REDIRECT_WRITES step.

.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode concurrency_mode = 1;

Returns
TypeDescription
MigrationProgressEvent.ConcurrencyMode

The concurrencyMode.

getConcurrencyModeValue()

public abstract int getConcurrencyModeValue()

The concurrency mode this database will use when it reaches the REDIRECT_WRITES step.

.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode concurrency_mode = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for concurrencyMode.