Uses of Class
com.google.cloud.spanner.InstanceInfo.State
-
Packages that use InstanceInfo.State Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of InstanceInfo.State in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return InstanceInfo.State Modifier and Type Method Description InstanceInfo.StateInstanceInfo. getState()Returns the current state of the instance.static InstanceInfo.StateInstanceInfo.State. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceInfo.State[]InstanceInfo.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 InstanceInfo.State Modifier and Type Method Description Instance.BuilderInstance.Builder. setState(InstanceInfo.State state)abstract InstanceInfo.BuilderInstanceInfo.Builder. setState(InstanceInfo.State state)
-