Class ExampleStoreServiceClient.FetchExamplesPage (3.64.0)

public static class ExampleStoreServiceClient.FetchExamplesPage extends AbstractPage<FetchExamplesRequest,FetchExamplesResponse,Example,ExampleStoreServiceClient.FetchExamplesPage>

Inheritance

java.lang.Object > AbstractPage > ExampleStoreServiceClient.FetchExamplesPage

Methods

createPage(PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, FetchExamplesResponse response)

protected ExampleStoreServiceClient.FetchExamplesPage createPage(PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, FetchExamplesResponse response)
Parameters
Name Description
context PageContext<FetchExamplesRequest,FetchExamplesResponse,Example>
response FetchExamplesResponse
Returns
Type Description
ExampleStoreServiceClient.FetchExamplesPage
Overrides

createPageAsync(PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, ApiFuture<FetchExamplesResponse> futureResponse)

public ApiFuture<ExampleStoreServiceClient.FetchExamplesPage> createPageAsync(PageContext<FetchExamplesRequest,FetchExamplesResponse,Example> context, ApiFuture<FetchExamplesResponse> futureResponse)
Parameters
Name Description
context PageContext<FetchExamplesRequest,FetchExamplesResponse,Example>
futureResponse ApiFuture<FetchExamplesResponse>
Returns
Type Description
ApiFuture<FetchExamplesPage>
Overrides