Uses of Enum
com.google.datastore.admin.v1.MigrationStep
-
Uses of MigrationStep in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return MigrationStepModifier and TypeMethodDescriptionstatic MigrationStepMigrationStep.forNumber(int value) DatastoreFirestoreMigrationMetadata.Builder.getMigrationStep()The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.DatastoreFirestoreMigrationMetadata.getMigrationStep()The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.DatastoreFirestoreMigrationMetadataOrBuilder.getMigrationStep()The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.MigrationProgressEvent.Builder.getStep()The step that is starting.MigrationProgressEvent.getStep()The step that is starting.MigrationProgressEventOrBuilder.getStep()The step that is starting.static MigrationStepMigrationStep.valueOf(int value) Deprecated.static MigrationStepMigrationStep.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static MigrationStepReturns the enum constant of this type with the specified name.static MigrationStep[]MigrationStep.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.admin.v1 that return types with arguments of type MigrationStepModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MigrationStep>MigrationStep.internalGetValueMap()Methods in com.google.datastore.admin.v1 with parameters of type MigrationStepModifier and TypeMethodDescriptionDatastoreFirestoreMigrationMetadata.Builder.setMigrationStep(MigrationStep value) The current step of migration from Cloud Datastore to Cloud Firestore in Datastore mode.MigrationProgressEvent.Builder.setStep(MigrationStep value) The step that is starting.