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-03-21 UTC."],[[["This webpage provides documentation for `OperationFutures` within the Google API Client Library for Java (gax), detailing its various versions."],["The latest version available is 2.63.1, and the documentation lists all versions down to 2.7.1."],["The `OperationFutures` class inherits methods from the `java.lang.Object` class, including `clone`, `equals`, and `hashCode`."],["`OperationFutures` has a static method called `immediateOperationFuture` which creates an already-completed `OperationFuture` for testing, requiring a completed `OperationSnapshot` as a parameter."],["The listed versions are compatible with version 2.21.0 and later, but go back as far as version 2.7.1."]]],[]]