Uses of Enum
com.google.cloud.bigtable.admin.v2.models.Instance.Type
Packages that use Instance.Type
-
Uses of Instance.Type in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Instance.TypeModifier and TypeMethodDescriptionstatic Instance.TypeInstance.Type.fromProto(Instance.Type proto) Wraps the protobuf.Instance.getType()Gets the instance's current type.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.cloud.bigtable.admin.v2.models with parameters of type Instance.TypeModifier and TypeMethodDescriptionCreateInstanceRequest.setType(Instance.Type type) Sets the type of instance.