Interface MigrationProgressEvent.PrepareStepDetailsOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.