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