Class ChangelogsClient.ListChangelogsPage (0.48.0)

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

Inheritance

java.lang.Object > AbstractPage > ChangelogsClient.ListChangelogsPage

Methods

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

protected ChangelogsClient.ListChangelogsPage createPage(PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ListChangelogsResponse response)
Parameters
NameDescription
contextPageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog>
responseListChangelogsResponse
Returns
TypeDescription
ChangelogsClient.ListChangelogsPage
Overrides

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

public ApiFuture<ChangelogsClient.ListChangelogsPage> createPageAsync(PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ApiFuture<ListChangelogsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog>
futureResponseApiFuture<ListChangelogsResponse>
Returns
TypeDescription
ApiFuture<ListChangelogsPage>
Overrides