Class AgentServiceClient.ListExamplesPage (0.1.0)

public static class AgentServiceClient.ListExamplesPage extends AbstractPage<ListExamplesRequest,ListExamplesResponse,Example,AgentServiceClient.ListExamplesPage>

Inheritance

java.lang.Object > AbstractPage > AgentServiceClient.ListExamplesPage

Methods

createPage(PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ListExamplesResponse response)

protected AgentServiceClient.ListExamplesPage createPage(PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ListExamplesResponse response)
Parameters
Name Description
context PageContext<ListExamplesRequest,ListExamplesResponse,Example>
response ListExamplesResponse
Returns
Type Description
AgentServiceClient.ListExamplesPage
Overrides

createPageAsync(PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ApiFuture<ListExamplesResponse> futureResponse)

public ApiFuture<AgentServiceClient.ListExamplesPage> createPageAsync(PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ApiFuture<ListExamplesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListExamplesRequest,ListExamplesResponse,Example>
futureResponse ApiFuture<ListExamplesResponse>
Returns
Type Description
ApiFuture<ListExamplesPage>
Overrides