Uses of Enum
com.google.bigtable.admin.v2.Instance.State
-
Uses of Instance.State in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Instance.StateModifier and TypeMethodDescriptionstatic Instance.StateInstance.State.forNumber(int value) Instance.Builder.getState()(`OutputOnly`) The current state of the instance.Instance.getState()(`OutputOnly`) The current state of the instance.InstanceOrBuilder.getState()(`OutputOnly`) The current state of the instance.static Instance.StateInstance.State.valueOf(int value) Deprecated.static Instance.StateInstance.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Instance.StateReturns 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.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Instance.State>Instance.State.internalGetValueMap()Methods in com.google.bigtable.admin.v2 with parameters of type Instance.StateModifier and TypeMethodDescriptionInstance.Builder.setState(Instance.State value) (`OutputOnly`) The current state of the instance.