Uses of Class
com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse
-
Packages that use VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse Modifier and Type Method Description VideoStitcherServiceClient.ListVodStitchDetailsPagedResponseVideoStitcherServiceClient. listVodStitchDetails(ListVodStitchDetailsRequest request)Returns a list of detailed stitching information of the specified VOD session.VideoStitcherServiceClient.ListVodStitchDetailsPagedResponseVideoStitcherServiceClient. listVodStitchDetails(VodSessionName parent)Returns a list of detailed stitching information of the specified VOD session.VideoStitcherServiceClient.ListVodStitchDetailsPagedResponseVideoStitcherServiceClient. listVodStitchDetails(String parent)Returns a list of detailed stitching information of the specified VOD session.Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse>VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse,VodStitchDetail> context, com.google.api.core.ApiFuture<ListVodStitchDetailsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListVodStitchDetailsRequest,VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse>VideoStitcherServiceClient. listVodStitchDetailsPagedCallable()Returns a list of detailed stitching information of the specified VOD session.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse,VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse>VideoStitcherServiceSettings.Builder. listVodStitchDetailsSettings()Returns the builder for the settings used for calls to listVodStitchDetails.com.google.api.gax.rpc.PagedCallSettings<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse,VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse>VideoStitcherServiceSettings. listVodStitchDetailsSettings()Returns the object with the settings used for calls to listVodStitchDetails. -
Uses of VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse in com.google.cloud.video.stitcher.v1.stub
-