| Modifier and Type | Method and Description |
|---|---|
static Database.Type |
Database.Type.forNumber(int value) |
Database.Type |
DatabaseOrBuilder.getType()
The database type.
|
Database.Type |
Database.getType()
The database type.
|
Database.Type |
Database.Builder.getType()
The database type.
|
static Database.Type |
Database.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Database.Type |
Database.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Database.Type |
Database.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.Type[] |
Database.Type.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<Database.Type> |
Database.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Database.Builder |
Database.Builder.setType(Database.Type value)
The database type.
|
Copyright © 2023 Google LLC. All rights reserved.