Uses of Enum
com.google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure
-
Uses of StructuredQuery.FindNearest.DistanceMeasure in com.google.firestore.v1
Methods in com.google.firestore.v1 that return StructuredQuery.FindNearest.DistanceMeasureModifier and TypeMethodDescriptionStructuredQuery.FindNearest.DistanceMeasure.forNumber(int value) StructuredQuery.FindNearest.Builder.getDistanceMeasure()Required.StructuredQuery.FindNearest.getDistanceMeasure()Required.StructuredQuery.FindNearestOrBuilder.getDistanceMeasure()Required.StructuredQuery.FindNearest.DistanceMeasure.valueOf(int value) Deprecated.StructuredQuery.FindNearest.DistanceMeasure.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.StructuredQuery.FindNearest.DistanceMeasure.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 StructuredQuery.FindNearest.DistanceMeasureModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StructuredQuery.FindNearest.DistanceMeasure>StructuredQuery.FindNearest.DistanceMeasure.internalGetValueMap()Methods in com.google.firestore.v1 with parameters of type StructuredQuery.FindNearest.DistanceMeasureModifier and TypeMethodDescriptionStructuredQuery.FindNearest.Builder.setDistanceMeasure(StructuredQuery.FindNearest.DistanceMeasure value) Required.