Interface OperationSnapshotFactory<RequestT,​OperationT>

  • Type Parameters:
    RequestT - initial request message type
    OperationT - initial or polling response type

    public interface OperationSnapshotFactory<RequestT,​OperationT>
    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.

    • Method Detail

      • create

        com.google.api.gax.longrunning.OperationSnapshot create​(RequestT request,
                                                                OperationT response)