Enum PropertyTransform.ServerValue (2.23.0)

public enum PropertyTransform.ServerValue extends Enum<PropertyTransform.ServerValue> implements ProtocolMessageEnum

A value that is calculated by the server.

Protobuf enum google.datastore.v1.PropertyTransform.ServerValue

Implements

ProtocolMessageEnum

Static Fields

Name Description
REQUEST_TIME

The time at which the server processed the request, with millisecond precision. If used on multiple properties (same or different entities) in a transaction, all the properties 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 properties (same or different entities) in a transaction, all the properties 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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()