public final class MigrationProgressEvent extends com.google.protobuf.GeneratedMessageV3 implements MigrationProgressEventOrBuilder
An event signifying the start of a new step in a [migration from Cloud Datastore to Cloud Firestore in Datastore mode](https://cloud.google.com/datastore/docs/upgrade-to-firestore).Protobuf type
google.datastore.admin.v1.MigrationProgressEvent
Modifier and Type | Class and Description |
---|---|
static class |
MigrationProgressEvent.Builder
An event signifying the start of a new step in a [migration from Cloud
Datastore to Cloud Firestore in Datastore
mode](https://cloud.google.com/datastore/docs/upgrade-to-firestore).
|
static class |
MigrationProgressEvent.ConcurrencyMode
Concurrency modes for transactions in Cloud Firestore.
|
static class |
MigrationProgressEvent.PrepareStepDetails
Details for the `PREPARE` step.
|
static interface |
MigrationProgressEvent.PrepareStepDetailsOrBuilder |
static class |
MigrationProgressEvent.RedirectWritesStepDetails
Details for the `REDIRECT_WRITES` step.
|
static interface |
MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder |
static class |
MigrationProgressEvent.StepDetailsCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
PREPARE_STEP_DETAILS_FIELD_NUMBER |
static int |
REDIRECT_WRITES_STEP_DETAILS_FIELD_NUMBER |
static int |
STEP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static MigrationProgressEvent |
getDefaultInstance() |
MigrationProgressEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<MigrationProgressEvent> |
getParserForType() |
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.
|
int |
getSerializedSize() |
MigrationStep |
getStep()
The step that is starting.
|
MigrationProgressEvent.StepDetailsCase |
getStepDetailsCase() |
int |
getStepValue()
The step that is starting.
|
int |
hashCode() |
boolean |
hasPrepareStepDetails()
Details for the `PREPARE` step.
|
boolean |
hasRedirectWritesStepDetails()
Details for the `REDIRECT_WRITES` step.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MigrationProgressEvent.Builder |
newBuilder() |
static MigrationProgressEvent.Builder |
newBuilder(MigrationProgressEvent prototype) |
MigrationProgressEvent.Builder |
newBuilderForType() |
protected MigrationProgressEvent.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static MigrationProgressEvent |
parseDelimitedFrom(InputStream input) |
static MigrationProgressEvent |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationProgressEvent |
parseFrom(byte[] data) |
static MigrationProgressEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationProgressEvent |
parseFrom(ByteBuffer data) |
static MigrationProgressEvent |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationProgressEvent |
parseFrom(com.google.protobuf.ByteString data) |
static MigrationProgressEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationProgressEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MigrationProgressEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationProgressEvent |
parseFrom(InputStream input) |
static MigrationProgressEvent |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MigrationProgressEvent> |
parser() |
MigrationProgressEvent.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int STEP_FIELD_NUMBER
public static final int PREPARE_STEP_DETAILS_FIELD_NUMBER
public static final int REDIRECT_WRITES_STEP_DETAILS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public MigrationProgressEvent.StepDetailsCase getStepDetailsCase()
getStepDetailsCase
in interface MigrationProgressEventOrBuilder
public 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;
getStepValue
in interface MigrationProgressEventOrBuilder
public 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;
getStep
in interface MigrationProgressEventOrBuilder
public boolean hasPrepareStepDetails()
Details for the `PREPARE` step.
.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
hasPrepareStepDetails
in interface MigrationProgressEventOrBuilder
public MigrationProgressEvent.PrepareStepDetails getPrepareStepDetails()
Details for the `PREPARE` step.
.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
getPrepareStepDetails
in interface MigrationProgressEventOrBuilder
public MigrationProgressEvent.PrepareStepDetailsOrBuilder getPrepareStepDetailsOrBuilder()
Details for the `PREPARE` step.
.google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails prepare_step_details = 2;
getPrepareStepDetailsOrBuilder
in interface MigrationProgressEventOrBuilder
public boolean hasRedirectWritesStepDetails()
Details for the `REDIRECT_WRITES` step.
.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
hasRedirectWritesStepDetails
in interface MigrationProgressEventOrBuilder
public MigrationProgressEvent.RedirectWritesStepDetails getRedirectWritesStepDetails()
Details for the `REDIRECT_WRITES` step.
.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
getRedirectWritesStepDetails
in interface MigrationProgressEventOrBuilder
public MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder getRedirectWritesStepDetailsOrBuilder()
Details for the `REDIRECT_WRITES` step.
.google.datastore.admin.v1.MigrationProgressEvent.RedirectWritesStepDetails redirect_writes_step_details = 3;
getRedirectWritesStepDetailsOrBuilder
in interface MigrationProgressEventOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static MigrationProgressEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MigrationProgressEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MigrationProgressEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MigrationProgressEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MigrationProgressEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MigrationProgressEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MigrationProgressEvent parseFrom(InputStream input) throws IOException
IOException
public static MigrationProgressEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MigrationProgressEvent parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MigrationProgressEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MigrationProgressEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MigrationProgressEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public MigrationProgressEvent.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MigrationProgressEvent.Builder newBuilder()
public static MigrationProgressEvent.Builder newBuilder(MigrationProgressEvent prototype)
public MigrationProgressEvent.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MigrationProgressEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static MigrationProgressEvent getDefaultInstance()
public static com.google.protobuf.Parser<MigrationProgressEvent> parser()
public com.google.protobuf.Parser<MigrationProgressEvent> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public MigrationProgressEvent getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023 Google LLC. All rights reserved.