public static class DocumentServiceClient.ListDocumentsPagedResponse extends AbstractPagedListResponse<ListDocumentsRequest,ListDocumentsResponse,Document,DocumentServiceClient.ListDocumentsPage,DocumentServiceClient.ListDocumentsFixedSizeCollection>
Inheritance
java.lang.Object > AbstractPagedListResponse > DocumentServiceClient.ListDocumentsPagedResponseStatic Methods
createAsync(PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ApiFuture<ListDocumentsResponse> futureResponse)
public static ApiFuture<DocumentServiceClient.ListDocumentsPagedResponse> createAsync(PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ApiFuture<ListDocumentsResponse> futureResponse)
Name | Description |
context | PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> |
futureResponse | ApiFuture<ListDocumentsResponse> |
Type | Description |
ApiFuture<ListDocumentsPagedResponse> |