Uses of Class
com.google.cloud.video.stitcher.v1.VodSessionName
-
Packages that use VodSessionName Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VodSessionName in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VodSessionName Modifier and Type Method Description VodSessionNameVodSessionName.Builder. build()static VodSessionNameVodSessionName. of(String project, String location, String vodSession)static VodSessionNameVodSessionName. parse(String formattedString)Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VodSessionName Modifier and Type Method Description static List<VodSessionName>VodSessionName. parseList(List<String> formattedStrings)Methods in com.google.cloud.video.stitcher.v1 with parameters of type VodSessionName Modifier and Type Method Description VodSessionVideoStitcherServiceClient. getVodSession(VodSessionName name)Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.VideoStitcherServiceClient.ListVodAdTagDetailsPagedResponseVideoStitcherServiceClient. listVodAdTagDetails(VodSessionName parent)Return the list of ad tag details for the specified VOD session.VideoStitcherServiceClient.ListVodStitchDetailsPagedResponseVideoStitcherServiceClient. listVodStitchDetails(VodSessionName parent)Returns a list of detailed stitching information of the specified VOD session.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type VodSessionName Modifier and Type Method Description static List<String>VodSessionName. toStringList(List<VodSessionName> values)
-