Class LivestreamServiceClient.ListChannelsPage (0.97.0)

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

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListChannelsPage

Methods

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

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

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

public ApiFuture<LivestreamServiceClient.ListChannelsPage> createPageAsync(@Nullable PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ApiFuture<ListChannelsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChannelsRequest,ListChannelsResponse,Channel>
futureResponse ApiFuture<ListChannelsResponse>
Returns
Type Description
ApiFuture<ListChannelsPage>
Overrides