Uses of Enum
com.google.cloud.datastore.ValueType
Packages that use ValueType
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of ValueType in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return ValueTypeModifier and TypeMethodDescriptionfinal ValueTypeValue.getType()Returns the type of this value.ValueBuilder.getValueType()static ValueTypeReturns the enum constant of this type with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.