Uses of Class
com.google.cloud.firestore.Pipeline.Snapshot
Packages that use Pipeline.Snapshot
-
Uses of Pipeline.Snapshot in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return types with arguments of type Pipeline.SnapshotModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Pipeline.Snapshot>Pipeline.execute()Executes this pipeline and returns a future to represent the asynchronous operation.com.google.api.core.ApiFuture<Pipeline.Snapshot>Pipeline.execute(PipelineExecuteOptions options) abstract com.google.api.core.ApiFuture<Pipeline.Snapshot>Executes the provided pipeline within the transaction context.abstract com.google.api.core.ApiFuture<Pipeline.Snapshot>Transaction.execute(Pipeline pipeline, PipelineExecuteOptions options) Executes the provided pipeline with specified options, within the transaction context.