Class LivestreamServiceClient.ListDvrSessionsPage (0.97.0)

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

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListDvrSessionsPage

Methods

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

protected LivestreamServiceClient.ListDvrSessionsPage createPage(@Nullable PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession> context, @Nullable ListDvrSessionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession>
response @org.jspecify.annotations.Nullable com.google.cloud.video.livestream.v1.ListDvrSessionsResponse
Returns
Type Description
LivestreamServiceClient.ListDvrSessionsPage
Overrides

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

public ApiFuture<LivestreamServiceClient.ListDvrSessionsPage> createPageAsync(@Nullable PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession> context, ApiFuture<ListDvrSessionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession>
futureResponse ApiFuture<ListDvrSessionsResponse>
Returns
Type Description
ApiFuture<ListDvrSessionsPage>
Overrides