Class NotebookServiceClient.ListExecutionsPagedResponse (1.1.1)

public static class NotebookServiceClient.ListExecutionsPagedResponse extends AbstractPagedListResponse<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage,NotebookServiceClient.ListExecutionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > NotebookServiceClient.ListExecutionsPagedResponse

Static Methods

createAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)

public static ApiFuture<NotebookServiceClient.ListExecutionsPagedResponse> createAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
futureResponseApiFuture<ListExecutionsResponse>
Returns
TypeDescription
ApiFuture<ListExecutionsPagedResponse>