Uses of Enum
com.google.datastore.v1.PropertyTransform.ServerValue
-
Uses of PropertyTransform.ServerValue in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyTransform.ServerValueModifier and TypeMethodDescriptionPropertyTransform.ServerValue.forNumber(int value) PropertyTransform.Builder.getSetToServerValue()Sets the property to the given server value.PropertyTransform.getSetToServerValue()Sets the property to the given server value.PropertyTransformOrBuilder.getSetToServerValue()Sets the property to the given server value.PropertyTransform.ServerValue.valueOf(int value) Deprecated.PropertyTransform.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.static PropertyTransform.ServerValue[]PropertyTransform.ServerValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.v1 that return types with arguments of type PropertyTransform.ServerValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PropertyTransform.ServerValue>PropertyTransform.ServerValue.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type PropertyTransform.ServerValueModifier and TypeMethodDescriptionPropertyTransform.Builder.setSetToServerValue(PropertyTransform.ServerValue value) Sets the property to the given server value.