public static interface MigrationProgressEvent.PrepareStepDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MigrationProgressEvent.ConcurrencyMode |
getConcurrencyMode()
The concurrency mode this database will use when it reaches the
`REDIRECT_WRITES` step.
|
int |
getConcurrencyModeValue()
The concurrency mode this database will use when it reaches the
`REDIRECT_WRITES` step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
Copyright © 2023 Google LLC. All rights reserved.