Class LivestreamServiceClient.ListDvrSessionsPage (0.65.0)

public static class LivestreamServiceClient.ListDvrSessionsPage extends AbstractPage<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession,LivestreamServiceClient.ListDvrSessionsPage>

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListDvrSessionsPage

Methods

createPage(PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession> context, ListDvrSessionsResponse response)

protected LivestreamServiceClient.ListDvrSessionsPage createPage(PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession> context, ListDvrSessionsResponse response)
Parameters
Name Description
context PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession>
response ListDvrSessionsResponse
Returns
Type Description
LivestreamServiceClient.ListDvrSessionsPage
Overrides

createPageAsync(PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession> context, ApiFuture<ListDvrSessionsResponse> futureResponse)

public ApiFuture<LivestreamServiceClient.ListDvrSessionsPage> createPageAsync(PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession> context, ApiFuture<ListDvrSessionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession>
futureResponse ApiFuture<ListDvrSessionsResponse>
Returns
Type Description
ApiFuture<ListDvrSessionsPage>
Overrides