Package com.google.datastore.admin.v1
Interface MigrationProgressEvent.PrepareStepDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrationProgressEvent.PrepareStepDetails,MigrationProgressEvent.PrepareStepDetails.Builder
- Enclosing class:
- MigrationProgressEvent
public static interface MigrationProgressEvent.PrepareStepDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.intThe concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConcurrencyModeValue
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:
- The enum numeric value on the wire for concurrencyMode.
-
getConcurrencyMode
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:
- The concurrencyMode.
-