A factory which creates an OperationSnapshot from an initial request message (the one
which started a long running operation) and an operation response (which may be either initial
request response or the polling request response).
Public for technical reasons. For internal use only.
[[["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."],[[["The webpage provides documentation for the `OperationSnapshotFactory` interface within the Google API client library for Java (GAX)."],["This interface is used internally to create `OperationSnapshot` objects from a request and a response in long-running operations."],["The most recent version documented is 2.63.1, with the current page focusing on version 2.61.0, and there are multiple listed versions available for `OperationSnapshotFactory`."],["The `OperationSnapshotFactory` interface includes a `create` method, which is an abstract method, that takes a request and response as parameters and returns an `OperationSnapshot`."],["The page lists all documented versions from 2.63.1 to 2.7.1, allowing users to browse the `OperationSnapshotFactory` documentation according to the version they are using."]]],[]]