Class LivestreamServiceClient.ListEventsPage (0.97.0)

public static class LivestreamServiceClient.ListEventsPage extends AbstractPage<ListEventsRequest,ListEventsResponse,Event,LivestreamServiceClient.ListEventsPage>

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListEventsPage

Methods

createPage(@Nullable PageContext<ListEventsRequest,ListEventsResponse,Event> context, @Nullable ListEventsResponse response)

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

createPageAsync(@Nullable PageContext<ListEventsRequest,ListEventsResponse,Event> context, ApiFuture<ListEventsResponse> futureResponse)

public ApiFuture<LivestreamServiceClient.ListEventsPage> createPageAsync(@Nullable PageContext<ListEventsRequest,ListEventsResponse,Event> context, ApiFuture<ListEventsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEventsRequest,ListEventsResponse,Event>
futureResponse ApiFuture<ListEventsResponse>
Returns
Type Description
ApiFuture<ListEventsPage>
Overrides