Uses of Enum
com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
-
Uses of DocumentTransform.FieldTransform.ServerValue in com.google.firestore.v1
Methods in com.google.firestore.v1 that return DocumentTransform.FieldTransform.ServerValueModifier and TypeMethodDescriptionDocumentTransform.FieldTransform.ServerValue.forNumber(int value) DocumentTransform.FieldTransform.Builder.getSetToServerValue()Sets the field to the given server value.DocumentTransform.FieldTransform.getSetToServerValue()Sets the field to the given server value.DocumentTransform.FieldTransformOrBuilder.getSetToServerValue()Sets the field to the given server value.DocumentTransform.FieldTransform.ServerValue.valueOf(int value) Deprecated.DocumentTransform.FieldTransform.ServerValue.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.DocumentTransform.FieldTransform.ServerValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.v1 that return types with arguments of type DocumentTransform.FieldTransform.ServerValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DocumentTransform.FieldTransform.ServerValue>DocumentTransform.FieldTransform.ServerValue.internalGetValueMap()Methods in com.google.firestore.v1 with parameters of type DocumentTransform.FieldTransform.ServerValueModifier and TypeMethodDescriptionDocumentTransform.FieldTransform.Builder.setSetToServerValue(DocumentTransform.FieldTransform.ServerValue value) Sets the field to the given server value.