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 VodSessionName
VodSessionName.Builder. build()
static VodSessionName
VodSessionName. of(String project, String location, String vodSession)
static VodSessionName
VodSessionName. 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 VodSession
VideoStitcherServiceClient. getVodSession(VodSessionName name)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.VideoStitcherServiceClient.ListVodAdTagDetailsPagedResponse
VideoStitcherServiceClient. listVodAdTagDetails(VodSessionName parent)
Return the list of ad tag details for the specified VOD session.VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse
VideoStitcherServiceClient. 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)
-