Class EventarcClient.ListChannelsPage (1.42.0)

public static class EventarcClient.ListChannelsPage extends AbstractPage<ListChannelsRequest,ListChannelsResponse,Channel,EventarcClient.ListChannelsPage>

Inheritance

java.lang.Object > AbstractPage > EventarcClient.ListChannelsPage

Methods

createPage(PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ListChannelsResponse response)

protected EventarcClient.ListChannelsPage createPage(PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ListChannelsResponse response)
Parameters
Name Description
context PageContext<ListChannelsRequest,ListChannelsResponse,Channel>
response ListChannelsResponse
Returns
Type Description
EventarcClient.ListChannelsPage
Overrides

createPageAsync(PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ApiFuture<ListChannelsResponse> futureResponse)

public ApiFuture<EventarcClient.ListChannelsPage> createPageAsync(PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ApiFuture<ListChannelsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListChannelsRequest,ListChannelsResponse,Channel>
futureResponse ApiFuture<ListChannelsResponse>
Returns
Type Description
ApiFuture<ListChannelsPage>
Overrides