Package com.google.api.gax.httpjson
Interface PollingRequestFactory<RequestT>
- Type Parameters:
RequestT- polling request type
public interface PollingRequestFactory<RequestT>
A factory which creates a subsequent polling request from a compund operation id.
-
Method Summary
-
Method Details
-
create
Creates a polling request message from acompoundOperationId.- Parameters:
compoundOperationId- the compound operation ID, consisting of an operation name and potentially any other relevant information delimited by a ':' * character
-