Uses of Class
com.google.bigtable.admin.v2.Instance.State
-
Packages that use Instance.State Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models -
-
Uses of Instance.State in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Instance.State Modifier and Type Method Description static Instance.State
Instance.State. forNumber(int value)
Instance.State
Instance.Builder. getState()
(`OutputOnly`) The current state of the instance.Instance.State
Instance. getState()
(`OutputOnly`) The current state of the instance.Instance.State
InstanceOrBuilder. getState()
(`OutputOnly`) The current state of the instance.static Instance.State
Instance.State. valueOf(int value)
Deprecated.static Instance.State
Instance.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Instance.State
Instance.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.State[]
Instance.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.bigtable.admin.v2 that return types with arguments of type Instance.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.State>
Instance.State. internalGetValueMap()
Methods in com.google.bigtable.admin.v2 with parameters of type Instance.State Modifier and Type Method Description Instance.Builder
Instance.Builder. setState(Instance.State value)
(`OutputOnly`) The current state of the instance. -
Uses of Instance.State in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Instance.State Modifier and Type Method Description Instance.State
Instance.State. toProto()
Creates the request protobuf.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type Instance.State Modifier and Type Method Description static Instance.State
Instance.State. fromProto(Instance.State proto)
Wraps the protobuf.
-