Uses of Class
com.google.cloud.video.stitcher.v1.VodStitchDetailName
-
Packages that use VodStitchDetailName Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VodStitchDetailName in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VodStitchDetailName Modifier and Type Method Description VodStitchDetailName
VodStitchDetailName.Builder. build()
static VodStitchDetailName
VodStitchDetailName. of(String project, String location, String vodSession, String vodStitchDetail)
static VodStitchDetailName
VodStitchDetailName. parse(String formattedString)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VodStitchDetailName Modifier and Type Method Description static List<VodStitchDetailName>
VodStitchDetailName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.video.stitcher.v1 with parameters of type VodStitchDetailName Modifier and Type Method Description VodStitchDetail
VideoStitcherServiceClient. getVodStitchDetail(VodStitchDetailName name)
Returns the specified stitching information for the specified VOD session.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type VodStitchDetailName Modifier and Type Method Description static List<String>
VodStitchDetailName. toStringList(List<VodStitchDetailName> values)
-