Uses of Enum
com.google.datastore.v1.FindNearest.DistanceMeasure
-
Uses of FindNearest.DistanceMeasure in com.google.datastore.v1
Methods in com.google.datastore.v1 that return FindNearest.DistanceMeasureModifier and TypeMethodDescriptionstatic FindNearest.DistanceMeasureFindNearest.DistanceMeasure.forNumber(int value) FindNearest.Builder.getDistanceMeasure()Required.FindNearest.getDistanceMeasure()Required.FindNearestOrBuilder.getDistanceMeasure()Required.static FindNearest.DistanceMeasureFindNearest.DistanceMeasure.valueOf(int value) Deprecated.static FindNearest.DistanceMeasureFindNearest.DistanceMeasure.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FindNearest.DistanceMeasureReturns the enum constant of this type with the specified name.static FindNearest.DistanceMeasure[]FindNearest.DistanceMeasure.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 FindNearest.DistanceMeasureModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FindNearest.DistanceMeasure>FindNearest.DistanceMeasure.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type FindNearest.DistanceMeasureModifier and TypeMethodDescriptionFindNearest.Builder.setDistanceMeasure(FindNearest.DistanceMeasure value) Required.