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 Type
    Method
    Description
    The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.
    int
    The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.