Creates an already-completed OperationFuture, useful for testing.
completedSnapshot.isDone() must return true. The snapshot's getResponse()
and getMetadata() must be instances of ResponseT and MetadataT,
respectively.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-01 UTC."],[[["This webpage provides a comprehensive list of versions for the `OperationFutures` class, ranging from the latest version, 2.63.1, down to version 2.7.1."],["The `OperationFutures` class, a part of the `com.google.api.gax.longrunning` package, extends `java.lang.Object` and inherits its methods, as documented in the `Inherited Members` section."],["The `OperationFutures` class includes a static method, `immediateOperationFuture`, which is designed to create an already-completed `OperationFuture` and is particularly useful in testing environments."],["The `immediateOperationFuture` method takes an `OperationSnapshot` as a parameter, which must be completed, and returns an `OperationFuture` of type ResponseT and MetadataT."]]],[]]