Class VideoStitcherServiceClient.ListLiveConfigsPage (0.41.0)

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

Inheritance

java.lang.Object > AbstractPage > VideoStitcherServiceClient.ListLiveConfigsPage

Methods

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

protected VideoStitcherServiceClient.ListLiveConfigsPage createPage(PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, ListLiveConfigsResponse response)
Parameters
NameDescription
contextPageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig>
responseListLiveConfigsResponse
Returns
TypeDescription
VideoStitcherServiceClient.ListLiveConfigsPage
Overrides

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

public ApiFuture<VideoStitcherServiceClient.ListLiveConfigsPage> createPageAsync(PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, ApiFuture<ListLiveConfigsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig>
futureResponseApiFuture<ListLiveConfigsResponse>
Returns
TypeDescription
ApiFuture<ListLiveConfigsPage>
Overrides