Uses of Class
com.google.spanner.admin.instance.v1.InstanceConfig.State
-
Packages that use InstanceConfig.State Package Description com.google.spanner.admin.instance.v1 -
-
Uses of InstanceConfig.State in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return InstanceConfig.State Modifier and Type Method Description static InstanceConfig.State
InstanceConfig.State. forNumber(int value)
InstanceConfig.State
InstanceConfig.Builder. getState()
Output only.InstanceConfig.State
InstanceConfig. getState()
Output only.InstanceConfig.State
InstanceConfigOrBuilder. getState()
Output only.static InstanceConfig.State
InstanceConfig.State. valueOf(int value)
Deprecated.static InstanceConfig.State
InstanceConfig.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InstanceConfig.State
InstanceConfig.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceConfig.State[]
InstanceConfig.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.admin.instance.v1 that return types with arguments of type InstanceConfig.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<InstanceConfig.State>
InstanceConfig.State. internalGetValueMap()
Methods in com.google.spanner.admin.instance.v1 with parameters of type InstanceConfig.State Modifier and Type Method Description InstanceConfig.Builder
InstanceConfig.Builder. setState(InstanceConfig.State value)
Output only.
-