public interface MigrationProgressEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MigrationProgressEvent.PrepareStepDetails |
getPrepareStepDetails()
Details for the `PREPARE` step.
|
MigrationProgressEvent.PrepareStepDetailsOrBuilder |
getPrepareStepDetailsOrBuilder()
Details for the `PREPARE` step.
|
MigrationProgressEvent.RedirectWritesStepDetails |
getRedirectWritesStepDetails()
Details for the `REDIRECT_WRITES` step.
|
MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder |
getRedirectWritesStepDetailsOrBuilder()
Details for the `REDIRECT_WRITES` step.
|
MigrationStep |
getStep()
The step that is starting.
|
MigrationProgressEvent.StepDetailsCase |
getStepDetailsCase() |
int |
getStepValue()
The step that is starting.
|
boolean |
hasPrepareStepDetails()
Details for the `PREPARE` step.
|
boolean |
hasRedirectWritesStepDetails()
Details for the `REDIRECT_WRITES` step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
boolean hasPrepareStepDetails()
Details for the `PREPARE` step.
.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
MigrationProgressEvent.PrepareStepDetails getPrepareStepDetails()
Details for the `PREPARE` step.
.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
MigrationProgressEvent.PrepareStepDetailsOrBuilder getPrepareStepDetailsOrBuilder()
Details for the `PREPARE` step.
.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
boolean hasRedirectWritesStepDetails()
Details for the `REDIRECT_WRITES` step.
.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
MigrationProgressEvent.RedirectWritesStepDetails getRedirectWritesStepDetails()
Details for the `REDIRECT_WRITES` step.
.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder getRedirectWritesStepDetailsOrBuilder()
Details for the `REDIRECT_WRITES` step.
.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
MigrationProgressEvent.StepDetailsCase getStepDetailsCase()
Copyright © 2023 Google LLC. All rights reserved.