Class AggregateOptions
java.lang.Object
com.google.cloud.firestore.pipeline.stages.AggregateOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.google.cloud.firestore.pipeline.stages.InternalOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final AggregateOptionsadding(com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) final AggregateOptionsfinal AggregateOptionsfinal AggregateOptionsfinal AggregateOptionsprotected final AggregateOptionsprotected final AggregateOptionsfinal AggregateOptionsprotected final AggregateOptionsprotected final AggregateOptionswith(String key, List<? extends Expression> expressions) withHints(AggregateHints hints) final AggregateOptionswithSection(String key, RawOptions subSection)
-
Field Details
-
options
protected final com.google.cloud.firestore.pipeline.stages.InternalOptions options
-
-
Constructor Details
-
AggregateOptions
public AggregateOptions()
-
-
Method Details
-
withHints
-
with
-
with
-
with
-
with
-
with
-
with
-
with
-
with
-
with
protected final AggregateOptions with(String key, com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) -
adding
protected final AggregateOptions adding(com.google.cloud.firestore.pipeline.stages.AbstractOptions<?> subSection) -
withSection
-