Class VideoStitcherServiceClient.ListCdnKeysPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey,VideoStitcherServiceClient.ListCdnKeysPage>
-
- com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient.ListCdnKeysPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<CdnKey>
,com.google.api.gax.paging.Page<CdnKey>
- Enclosing class:
- VideoStitcherServiceClient
public static class VideoStitcherServiceClient.ListCdnKeysPage extends com.google.api.gax.paging.AbstractPage<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey,VideoStitcherServiceClient.ListCdnKeysPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VideoStitcherServiceClient.ListCdnKeysPage
createPage(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ListCdnKeysResponse response)
com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListCdnKeysPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, com.google.api.core.ApiFuture<ListCdnKeysResponse> 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.ListCdnKeysPage createPage(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ListCdnKeysResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey,VideoStitcherServiceClient.ListCdnKeysPage>
-
createPageAsync
public com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListCdnKeysPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, com.google.api.core.ApiFuture<ListCdnKeysResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey,VideoStitcherServiceClient.ListCdnKeysPage>
-
-