Class LivestreamServiceClient.ListChannelsPage (0.43.0)

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

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListChannelsPage

Methods

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

protected LivestreamServiceClient.ListChannelsPage createPage(PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ListChannelsResponse response)
Parameters
NameDescription
contextPageContext<ListChannelsRequest,ListChannelsResponse,Channel>
responseListChannelsResponse
Returns
TypeDescription
LivestreamServiceClient.ListChannelsPage
Overrides

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

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