Uses of Enum
com.google.bigtable.admin.v2.Instance.Type
-
Uses of Instance.Type in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Instance.TypeModifier and TypeMethodDescriptionstatic Instance.TypeInstance.Type.forNumber(int value) Instance.Builder.getType()The type of the instance.Instance.getType()The type of the instance.InstanceOrBuilder.getType()The type of the instance.static Instance.TypeInstance.Type.valueOf(int value) Deprecated.static Instance.TypeInstance.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Instance.TypeReturns the enum constant of this type with the specified name.static Instance.Type[]Instance.Type.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.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Instance.Type>Instance.Type.internalGetValueMap()Methods in com.google.bigtable.admin.v2 with parameters of type Instance.TypeModifier and TypeMethodDescriptionInstance.Builder.setType(Instance.Type value) The type of the instance.