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."],[[["This webpage provides a comprehensive list of versions for the `OperationSnapshotFactory` class within the Google API Client Libraries for Java, specifically for `com.google.api.gax.httpjson`."],["The most recent, or latest, version available is 2.63.1, while the earliest version listed is 2.7.1, and the current displayed version is 2.46.1."],["`OperationSnapshotFactory` is a public interface that creates an `OperationSnapshot` from an initial request message and an operation response."],["The `create` method within `OperationSnapshotFactory` takes two parameters, `request` and `response`, and returns an `OperationSnapshot` type object."],["The `OperationSnapshotFactory` is strictly meant for internal use, and is public due to technical reasons."]]],[]]