Class VideoStitcherServiceClient.ListCdnKeysPage (0.44.0)

public static class VideoStitcherServiceClient.ListCdnKeysPage extends AbstractPage<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey,VideoStitcherServiceClient.ListCdnKeysPage>

Inheritance

java.lang.Object > AbstractPage > VideoStitcherServiceClient.ListCdnKeysPage

Methods

createPage(PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ListCdnKeysResponse response)

protected VideoStitcherServiceClient.ListCdnKeysPage createPage(PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ListCdnKeysResponse response)
Parameters
Name Description
context PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey>
response ListCdnKeysResponse
Returns
Type Description
VideoStitcherServiceClient.ListCdnKeysPage
Overrides

createPageAsync(PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ApiFuture<ListCdnKeysResponse> futureResponse)

public ApiFuture<VideoStitcherServiceClient.ListCdnKeysPage> createPageAsync(PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ApiFuture<ListCdnKeysResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey>
futureResponse ApiFuture<ListCdnKeysResponse>
Returns
Type Description
ApiFuture<ListCdnKeysPage>
Overrides