Package | Description |
---|---|
com.google.datastore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static MigrationState |
MigrationState.forNumber(int value) |
MigrationState |
DatastoreFirestoreMigrationMetadataOrBuilder.getMigrationState()
The current state of migration from Cloud Datastore to Cloud Firestore in
Datastore mode.
|
MigrationState |
DatastoreFirestoreMigrationMetadata.getMigrationState()
The current state of migration from Cloud Datastore to Cloud Firestore in
Datastore mode.
|
MigrationState |
DatastoreFirestoreMigrationMetadata.Builder.getMigrationState()
The current state of migration from Cloud Datastore to Cloud Firestore in
Datastore mode.
|
MigrationState |
MigrationStateEventOrBuilder.getState()
The new state of the migration.
|
MigrationState |
MigrationStateEvent.getState()
The new state of the migration.
|
MigrationState |
MigrationStateEvent.Builder.getState()
The new state of the migration.
|
static MigrationState |
MigrationState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MigrationState |
MigrationState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MigrationState |
MigrationState.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MigrationState> |
MigrationState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
DatastoreFirestoreMigrationMetadata.Builder |
DatastoreFirestoreMigrationMetadata.Builder.setMigrationState(MigrationState value)
The current state of migration from Cloud Datastore to Cloud Firestore in
Datastore mode.
|
MigrationStateEvent.Builder |
MigrationStateEvent.Builder.setState(MigrationState value)
The new state of the migration.
|
Copyright © 2023 Google LLC. All rights reserved.