Package | Description |
---|---|
com.google.spanner.admin.database.v1 |
Modifier and Type | Method and Description |
---|---|
static Database.State |
Database.State.forNumber(int value) |
Database.State |
Database.getState()
Output only.
|
Database.State |
Database.Builder.getState()
Output only.
|
Database.State |
DatabaseOrBuilder.getState()
Output only.
|
static Database.State |
Database.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static Database.State |
Database.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Database.State |
Database.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.State[] |
Database.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Database.State> |
Database.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Database.Builder |
Database.Builder.setState(Database.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.