Class FindNearestOptions
java.lang.Object
com.google.cloud.firestore.pipeline.stages.FindNearestOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.google.cloud.firestore.pipeline.stages.InternalOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final FindNearestOptionsadding(com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) final FindNearestOptionsfinal FindNearestOptionsfinal FindNearestOptionsfinal FindNearestOptionsprotected final FindNearestOptionsprotected final FindNearestOptionsfinal FindNearestOptionsprotected final FindNearestOptionsprotected final FindNearestOptionswith(String key, List<? extends Expression> expressions) withDistanceField(Field distanceField) withDistanceField(String distanceField) withLimit(long limit) final FindNearestOptionswithSection(String key, RawOptions subSection)
-
Field Details
-
options
protected final com.google.cloud.firestore.pipeline.stages.InternalOptions options
-
-
Constructor Details
-
FindNearestOptions
public FindNearestOptions()
-
-
Method Details
-
withLimit
-
withDistanceField
-
withDistanceField
-
with
-
with
-
with
-
with
-
with
-
with
-
with
-
with
-
with
protected final FindNearestOptions with(String key, com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) -
adding
protected final FindNearestOptions adding(com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) -
withSection
-