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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides documentation for `OperationFutures` within the Google API Client Library for Java."],["The latest version documented is 2.63.1, while the current version of the page is for 2.50.0, and there are a wide range of past versions available to check."],["The class `OperationFutures` inherits from `java.lang.Object`, providing inherited methods like `clone()`, `equals()`, and `wait()`."],["`OperationFutures` offers a static method `immediateOperationFuture(OperationSnapshot completedSnapshot)` for creating an already-completed `OperationFuture`, which is useful for testing purposes."],["The `immediateOperationFuture` method takes an `OperationSnapshot` as a parameter, and it is stipulated that `completedSnapshot.isDone()` must return true, and the snapshot's `getResponse()` and `getMetadata()` must be of `ResponseT` and `MetadataT` respectively."]]],[]]