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 page provides documentation for the `OperationFutures` class within the Google API Client Library for Java, specifically focusing on version 2.57.0, with links to other versions."],["The most recent version documented is 2.63.1, labeled as the latest, and the page contains a comprehensive list of links to previous versions, dating back to version 2.7.1."],["The `OperationFutures` class extends `java.lang.Object` and includes methods inherited from the `Object` class."],["A static method, `immediateOperationFuture`, is detailed, allowing the creation of an already-completed `OperationFuture` instance, which is especially helpful for testing scenarios."],["The `immediateOperationFuture` method requires a completed `OperationSnapshot` parameter and returns an `OperationFuture`, specifying the types for Response and Metadata."]]],[]]