public static interface MigrationProgressEvent.PrepareStepDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for concurrencyMode. |