Enum DocumentTransform.FieldTransform.ServerValue (3.4.2)

public enum DocumentTransform.FieldTransform.ServerValue extends Enum<DocumentTransform.FieldTransform.ServerValue> implements ProtocolMessageEnum

A value that is calculated by the server.

Protobuf enum google.firestore.v1.DocumentTransform.FieldTransform.ServerValue

Implements

ProtocolMessageEnum

Static Fields

NameDescription
REQUEST_TIME

The time at which the server processed the request, with millisecond precision. If used on multiple fields (same or different documents) in a transaction, all the fields will get the same server timestamp.

REQUEST_TIME = 1;

REQUEST_TIME_VALUE

The time at which the server processed the request, with millisecond precision. If used on multiple fields (same or different documents) in a transaction, all the fields will get the same server timestamp.

REQUEST_TIME = 1;

SERVER_VALUE_UNSPECIFIED

Unspecified. This value must not be used.

SERVER_VALUE_UNSPECIFIED = 0;

SERVER_VALUE_UNSPECIFIED_VALUE

Unspecified. This value must not be used.

SERVER_VALUE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()