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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
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_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. |
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() |