static MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.ConcurrencyMode.forNumber(int value) |
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.PrepareStepDetails.Builder.getConcurrencyMode() |
The concurrency mode this database will use when it reaches the
`REDIRECT_WRITES` step.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.PrepareStepDetails.getConcurrencyMode() |
The concurrency mode this database will use when it reaches the
`REDIRECT_WRITES` step.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.PrepareStepDetailsOrBuilder.getConcurrencyMode() |
The concurrency mode this database will use when it reaches the
`REDIRECT_WRITES` step.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.RedirectWritesStepDetails.Builder.getConcurrencyMode() |
Ths concurrency mode for this database.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.RedirectWritesStepDetails.getConcurrencyMode() |
Ths concurrency mode for this database.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder.getConcurrencyMode() |
Ths concurrency mode for this database.
|
static MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.ConcurrencyMode.valueOf(int value) |
Deprecated.
|
static MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.ConcurrencyMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.ConcurrencyMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MigrationProgressEvent.ConcurrencyMode[] |
MigrationProgressEvent.ConcurrencyMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|