Enum FieldValue.Attribute (2.26.1)

public enum FieldValue.Attribute extends Enum<FieldValue.Attribute>

The field value's attribute, giving information on the field's content type.

Static Fields

NameDescription
PRIMITIVE

A primitive field value. A FieldValue is primitive when the corresponding field has type LegacySQLTypeName#BYTES, LegacySQLTypeName#BOOLEAN, LegacySQLTypeName#STRING, LegacySQLTypeName#FLOAT, LegacySQLTypeName#INTEGER, LegacySQLTypeName#NUMERIC, LegacySQLTypeName#TIMESTAMP, LegacySQLTypeName#GEOGRAPHY or the value is set to null.

RECORD

A FieldValue for a field of type LegacySQLTypeName#RECORD.

REPEATED

A FieldValue for a field with Field.Mode#REPEATED mode.

Static Methods

NameDescription
valueOf(String name)
values()