Class VideoStitcherServiceClient.ListCdnKeysPage (0.95.0)

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

Inheritance

java.lang.Object > AbstractPage > VideoStitcherServiceClient.ListCdnKeysPage

Methods

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

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

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

public ApiFuture<VideoStitcherServiceClient.ListCdnKeysPage> createPageAsync(@Nullable PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ApiFuture<ListCdnKeysResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey>
futureResponse ApiFuture<ListCdnKeysResponse>
Returns
Type Description
ApiFuture<ListCdnKeysPage>
Overrides