Class PipelineExecuteOptions
java.lang.Object
com.google.cloud.firestore.pipeline.stages.PipelineExecuteOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.google.cloud.firestore.pipeline.stages.InternalOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final PipelineExecuteOptionsadding(com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) final PipelineExecuteOptionsfinal PipelineExecuteOptionsfinal PipelineExecuteOptionsfinal PipelineExecuteOptionsprotected final PipelineExecuteOptionsprotected final PipelineExecuteOptionsfinal PipelineExecuteOptionsprotected final PipelineExecuteOptionsprotected final PipelineExecuteOptionswith(String key, List<? extends Expression> expressions) withExplainOptions(ExplainOptions options) withIndexMode(String indexMode) final PipelineExecuteOptionswithSection(String key, RawOptions subSection)
-
Field Details
-
options
protected final com.google.cloud.firestore.pipeline.stages.InternalOptions options
-
-
Constructor Details
-
PipelineExecuteOptions
public PipelineExecuteOptions()
-
-
Method Details
-
withExplainOptions
-
withIndexMode
-
with
-
with
-
with
-
with
-
with
-
with
-
with
-
with
-
with
protected final PipelineExecuteOptions with(String key, com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) -
adding
protected final PipelineExecuteOptions adding(com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) -
withSection
-