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
ProtocolMessageEnumStatic 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_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. |
SERVER_VALUE_UNSPECIFIED |
Unspecified. This value must not be used. |
SERVER_VALUE_UNSPECIFIED_VALUE |
Unspecified. This value must not be used. |
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() |