Uses of Class
com.google.cloud.firestore.pipeline.expressions.Field
Packages that use Field
Package
Description
-
Uses of Field in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type FieldModifier and TypeMethodDescriptionPipeline.removeFields(Field field, Field... additionalFields) Remove fields from outputs of previous stages. -
Uses of Field in com.google.cloud.firestore.pipeline.expressions
Methods in com.google.cloud.firestore.pipeline.expressions that return FieldModifier and TypeMethodDescriptionstatic FieldCreates aFieldinstance representing the field at the given path.static FieldCreates aFieldinstance representing the field at the given path.static FieldField.ofServerPath(String path) static FieldField.ofUserPath(String path) Creates aFieldinstance representing the field at the given path. -
Uses of Field in com.google.cloud.firestore.pipeline.stages
Methods in com.google.cloud.firestore.pipeline.stages with parameters of type FieldModifier and TypeMethodDescriptionstatic RawOptionsFindNearestOptions.withDistanceField(Field distanceField) Constructors in com.google.cloud.firestore.pipeline.stages with parameters of type FieldConstructor parameters in com.google.cloud.firestore.pipeline.stages with type arguments of type FieldModifierConstructorDescriptionRemoveFields(com.google.common.collect.ImmutableList<Field> fields)