Uses of Enum
com.google.datastore.admin.v1.MigrationState
-
Uses of MigrationState in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return MigrationStateModifier and TypeMethodDescriptionstatic MigrationStateMigrationState.forNumber(int value) DatastoreFirestoreMigrationMetadata.Builder.getMigrationState()The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.DatastoreFirestoreMigrationMetadata.getMigrationState()The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.DatastoreFirestoreMigrationMetadataOrBuilder.getMigrationState()The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.MigrationStateEvent.Builder.getState()The new state of the migration.MigrationStateEvent.getState()The new state of the migration.MigrationStateEventOrBuilder.getState()The new state of the migration.static MigrationStateMigrationState.valueOf(int value) Deprecated.static MigrationStateMigrationState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static MigrationStateReturns the enum constant of this type with the specified name.static MigrationState[]MigrationState.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 MigrationStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MigrationState>MigrationState.internalGetValueMap()Methods in com.google.datastore.admin.v1 with parameters of type MigrationStateModifier and TypeMethodDescriptionDatastoreFirestoreMigrationMetadata.Builder.setMigrationState(MigrationState value) The current state of migration from Cloud Datastore to Cloud Firestore in Datastore mode.MigrationStateEvent.Builder.setState(MigrationState value) The new state of the migration.