Package | Description |
---|---|
com.google.datastore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.ConcurrencyMode.forNumber(int value) |
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.PrepareStepDetailsOrBuilder.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.PrepareStepDetails.Builder.getConcurrencyMode()
The concurrency mode this database will use when it reaches the
`REDIRECT_WRITES` step.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder.getConcurrencyMode()
Ths concurrency mode for this database.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.RedirectWritesStepDetails.getConcurrencyMode()
Ths concurrency mode for this database.
|
MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.RedirectWritesStepDetails.Builder.getConcurrencyMode()
Ths concurrency mode for this database.
|
static MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.ConcurrencyMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MigrationProgressEvent.ConcurrencyMode |
MigrationProgressEvent.ConcurrencyMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MigrationProgressEvent.ConcurrencyMode> |
MigrationProgressEvent.ConcurrencyMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MigrationProgressEvent.PrepareStepDetails.Builder |
MigrationProgressEvent.PrepareStepDetails.Builder.setConcurrencyMode(MigrationProgressEvent.ConcurrencyMode value)
The concurrency mode this database will use when it reaches the
`REDIRECT_WRITES` step.
|
MigrationProgressEvent.RedirectWritesStepDetails.Builder |
MigrationProgressEvent.RedirectWritesStepDetails.Builder.setConcurrencyMode(MigrationProgressEvent.ConcurrencyMode value)
Ths concurrency mode for this database.
|
Copyright © 2023 Google LLC. All rights reserved.