Package com.google.api.gax.httpjson
Interface OperationSnapshotFactory<RequestT,OperationT>
-
- Type Parameters:
RequestT- initial request message typeOperationT- initial or polling response type
public interface OperationSnapshotFactory<RequestT,OperationT>A factory which creates anOperationSnapshotfrom 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationSnapshotcreate(RequestT request, OperationT response)
-
-
-
Method Detail
-
create
OperationSnapshot create(RequestT request, OperationT response)
-
-