Class AgentServiceClient.ListChangelogsPage (0.1.0)

public static class AgentServiceClient.ListChangelogsPage extends AbstractPage<ListChangelogsRequest,ListChangelogsResponse,Changelog,AgentServiceClient.ListChangelogsPage>

Inheritance

java.lang.Object > AbstractPage > AgentServiceClient.ListChangelogsPage

Methods

createPage(PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ListChangelogsResponse response)

protected AgentServiceClient.ListChangelogsPage createPage(PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ListChangelogsResponse response)
Parameters
Name Description
context PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog>
response ListChangelogsResponse
Returns
Type Description
AgentServiceClient.ListChangelogsPage
Overrides

createPageAsync(PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ApiFuture<ListChangelogsResponse> futureResponse)

public ApiFuture<AgentServiceClient.ListChangelogsPage> createPageAsync(PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ApiFuture<ListChangelogsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog>
futureResponse ApiFuture<ListChangelogsResponse>
Returns
Type Description
ApiFuture<ListChangelogsPage>
Overrides