Uses of Class
com.google.spanner.admin.database.v1.Database.State
-
Packages that use Database.State Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.spanner.admin.database.v1 -
-
Uses of Database.State in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Database.State Modifier and Type Method Description abstract Database.State
DatabaseInfo.State. toProto()
-
Uses of Database.State in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return Database.State Modifier and Type Method Description static Database.State
Database.State. forNumber(int value)
Database.State
Database.Builder. getState()
Output only.Database.State
Database. getState()
Output only.Database.State
DatabaseOrBuilder. getState()
Output only.static Database.State
Database.State. valueOf(int value)
Deprecated.static Database.State
Database.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.spanner.admin.database.v1 that return types with arguments of type Database.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Database.State>
Database.State. internalGetValueMap()
Methods in com.google.spanner.admin.database.v1 with parameters of type Database.State Modifier and Type Method Description Database.Builder
Database.Builder. setState(Database.State value)
Output only.
-