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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-