Uses of Class
com.google.cloud.firestore.PipelineResult
Packages that use PipelineResult
-
Uses of PipelineResult in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return types with arguments of type PipelineResultModifier and TypeMethodDescriptionPipeline.Snapshot.getResults()An array of all the results in the `Snapshot`.Method parameters in com.google.cloud.firestore with type arguments of type PipelineResultModifier and TypeMethodDescriptionvoidPipeline.execute(com.google.api.gax.rpc.ApiStreamObserver<PipelineResult> observer) Executes this pipeline, providing results to the givenApiStreamObserveras they become available.