Uses of Class
com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient.ListCdnKeysPage
-
Packages that use VideoStitcherServiceClient.ListCdnKeysPage Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VideoStitcherServiceClient.ListCdnKeysPage in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VideoStitcherServiceClient.ListCdnKeysPage Modifier and Type Method Description protected VideoStitcherServiceClient.ListCdnKeysPage
VideoStitcherServiceClient.ListCdnKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ListCdnKeysResponse response)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VideoStitcherServiceClient.ListCdnKeysPage Modifier and Type Method Description com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListCdnKeysPage>
VideoStitcherServiceClient.ListCdnKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, com.google.api.core.ApiFuture<ListCdnKeysResponse> futureResponse)
Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type VideoStitcherServiceClient.ListCdnKeysPage Modifier and Type Method Description protected VideoStitcherServiceClient.ListCdnKeysFixedSizeCollection
VideoStitcherServiceClient.ListCdnKeysFixedSizeCollection. createCollection(List<VideoStitcherServiceClient.ListCdnKeysPage> pages, int collectionSize)
-