Class EventarcClient.ListChannelsPage (1.41.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
NameDescription
contextPageContext<ListChannelsRequest,ListChannelsResponse,Channel>
responseListChannelsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListChannelsRequest,ListChannelsResponse,Channel>
futureResponseApiFuture<ListChannelsResponse>
Returns
TypeDescription
ApiFuture<ListChannelsPage>
Overrides