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-09 UTC."],[[["This webpage lists the versions of the `OperationSnapshotFactory` interface, ranging from version 2.7.1 up to the latest release, 2.63.1."],["The `OperationSnapshotFactory` interface is a factory that creates an `OperationSnapshot` from an initial request message and an operation response."],["The latest version of the `OperationSnapshotFactory` interface is 2.63.1, while it's possible to access older versions from 2.62.0 all the way back to version 2.7.1."],["The interface takes two type parameters, RequestT and OperationT, and features a method create(RequestT request, OperationT response)."],["The `create` method is used to generate the `OperationSnapshot` and it requires the initial request and the operation response."]]],[]]