Class EventarcClient.ListChannelsPage (1.11.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 Returns Overrides

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

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