Enum ValueType (2.19.0)

public enum ValueType extends Enum<ValueType>

The type of a Datastore property. See Also: Google Cloud Datastore types

Static Fields

NameDescription
BLOB

Represents a Blob value.

BOOLEAN

Represents a boolean value.

DOUBLE

Represents a double value.

ENTITY

Represents an entity value.

KEY

Represents a key as a value.

LAT_LNG

Represents a LatLng value.

LIST

Represents a list of Values.

LONG

Represents a long value.

NULL

Represents a null value.

RAW_VALUE

Represents a raw/unparsed value.

STRING

Represents a string value.

TIMESTAMP

Represents a com.google.cloud.Timestamp value.

Static Methods

NameDescription
valueOf(String name)
values()