Class VideoStitcherServiceClient.ListLiveConfigsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig,VideoStitcherServiceClient.ListLiveConfigsPage>
-
- com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient.ListLiveConfigsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<LiveConfig>
,com.google.api.gax.paging.Page<LiveConfig>
- Enclosing class:
- VideoStitcherServiceClient
public static class VideoStitcherServiceClient.ListLiveConfigsPage extends com.google.api.gax.paging.AbstractPage<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig,VideoStitcherServiceClient.ListLiveConfigsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VideoStitcherServiceClient.ListLiveConfigsPage
createPage(com.google.api.gax.rpc.PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, ListLiveConfigsResponse response)
com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListLiveConfigsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, com.google.api.core.ApiFuture<ListLiveConfigsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected VideoStitcherServiceClient.ListLiveConfigsPage createPage(com.google.api.gax.rpc.PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, ListLiveConfigsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig,VideoStitcherServiceClient.ListLiveConfigsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListLiveConfigsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, com.google.api.core.ApiFuture<ListLiveConfigsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig,VideoStitcherServiceClient.ListLiveConfigsPage>
-
-