Class VideoStitcherServiceClient.ListLiveConfigsPage (0.95.0)

public static class VideoStitcherServiceClient.ListLiveConfigsPage extends AbstractPage<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig,VideoStitcherServiceClient.ListLiveConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VideoStitcherServiceClient.ListLiveConfigsPage

Methods

createPage(@Nullable PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, @Nullable ListLiveConfigsResponse response)

protected VideoStitcherServiceClient.ListLiveConfigsPage createPage(@Nullable PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, @Nullable ListLiveConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.video.stitcher.v1.ListLiveConfigsResponse
Returns
Type Description
VideoStitcherServiceClient.ListLiveConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, ApiFuture<ListLiveConfigsResponse> futureResponse)

public ApiFuture<VideoStitcherServiceClient.ListLiveConfigsPage> createPageAsync(@Nullable PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, ApiFuture<ListLiveConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig>
futureResponse ApiFuture<ListLiveConfigsResponse>
Returns
Type Description
ApiFuture<ListLiveConfigsPage>
Overrides