Package com.google.datastore.admin.v1
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 Summary
Modifier and TypeMethodDescriptionDetails for the `PREPARE` step.Details for the `PREPARE` step.Details for the `REDIRECT_WRITES` step.Details for the `REDIRECT_WRITES` step.getStep()The step that is starting.intThe step that is starting.booleanDetails for the `PREPARE` step.booleanDetails for the `REDIRECT_WRITES` step.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
MigrationProgressEvent.PrepareStepDetails 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
MigrationProgressEvent.StepDetailsCase getStepDetailsCase()
-