static Application.DatabaseType |
Application.DatabaseType.forNumber(int value) |
|
Application.DatabaseType |
Application.Builder.getDatabaseType() |
The type of the Cloud Firestore or Cloud Datastore database associated with
this application.
|
Application.DatabaseType |
Application.getDatabaseType() |
The type of the Cloud Firestore or Cloud Datastore database associated with
this application.
|
Application.DatabaseType |
ApplicationOrBuilder.getDatabaseType() |
The type of the Cloud Firestore or Cloud Datastore database associated with
this application.
|
static Application.DatabaseType |
Application.DatabaseType.valueOf(int value) |
Deprecated.
|
static Application.DatabaseType |
Application.DatabaseType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Application.DatabaseType |
Application.DatabaseType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Application.DatabaseType[] |
Application.DatabaseType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|