Uses of Class
com.google.cloud.spanner.InstanceConfigInfo.State
-
Packages that use InstanceConfigInfo.State Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of InstanceConfigInfo.State in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return InstanceConfigInfo.State Modifier and Type Method Description InstanceConfigInfo.State
InstanceConfigInfo. getState()
The current instance config state.static InstanceConfigInfo.State
InstanceConfigInfo.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceConfigInfo.State[]
InstanceConfigInfo.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner with parameters of type InstanceConfigInfo.State Modifier and Type Method Description protected InstanceConfig.Builder
InstanceConfig.Builder. setState(InstanceConfigInfo.State state)
protected abstract InstanceConfigInfo.Builder
InstanceConfigInfo.Builder. setState(InstanceConfigInfo.State state)
-