Interface MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MigrationProgressEvent.RedirectWritesStepDetails, MigrationProgressEvent.RedirectWritesStepDetails.Builder
Enclosing class:
MigrationProgressEvent

public static interface MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Ths concurrency mode for this database.
    int
    Ths concurrency mode for this database.

    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()
       Ths concurrency mode for this database.
       
      .google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode concurrency_mode = 1;
      Returns:
      The enum numeric value on the wire for concurrencyMode.
    • getConcurrencyMode

       Ths concurrency mode for this database.
       
      .google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode concurrency_mode = 1;
      Returns:
      The concurrencyMode.