Interface MigrationProgressEventOrBuilder

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

public interface MigrationProgressEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStepValue

      int getStepValue()
       The step that is starting.
      
       An event with step set to `START` indicates that the migration
       has been reverted back to the initial pre-migration state.
       
      .google.datastore.admin.v1.MigrationStep step = 1;
      Returns:
      The enum numeric value on the wire for step.
    • getStep

      MigrationStep getStep()
       The step that is starting.
      
       An event with step set to `START` indicates that the migration
       has been reverted back to the initial pre-migration state.
       
      .google.datastore.admin.v1.MigrationStep step = 1;
      Returns:
      The step.
    • hasPrepareStepDetails

      boolean hasPrepareStepDetails()
       Details for the `PREPARE` step.
       
      .google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
      Returns:
      Whether the prepareStepDetails field is set.
    • getPrepareStepDetails

       Details for the `PREPARE` step.
       
      .google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
      Returns:
      The prepareStepDetails.
    • getPrepareStepDetailsOrBuilder

      MigrationProgressEvent.PrepareStepDetailsOrBuilder getPrepareStepDetailsOrBuilder()
       Details for the `PREPARE` step.
       
      .google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
    • hasRedirectWritesStepDetails

      boolean hasRedirectWritesStepDetails()
       Details for the `REDIRECT_WRITES` step.
       
      .google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
      Returns:
      Whether the redirectWritesStepDetails field is set.
    • getRedirectWritesStepDetails

      MigrationProgressEvent.RedirectWritesStepDetails getRedirectWritesStepDetails()
       Details for the `REDIRECT_WRITES` step.
       
      .google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
      Returns:
      The redirectWritesStepDetails.
    • getRedirectWritesStepDetailsOrBuilder

      MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder getRedirectWritesStepDetailsOrBuilder()
       Details for the `REDIRECT_WRITES` step.
       
      .google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
    • getStepDetailsCase