Uses of Class
com.google.cloud.video.stitcher.v1.LiveSessionName
-
Packages that use LiveSessionName Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of LiveSessionName in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return LiveSessionName Modifier and Type Method Description LiveSessionName
LiveSessionName.Builder. build()
static LiveSessionName
LiveSessionName. of(String project, String location, String liveSession)
static LiveSessionName
LiveSessionName. parse(String formattedString)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type LiveSessionName Modifier and Type Method Description static List<LiveSessionName>
LiveSessionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.video.stitcher.v1 with parameters of type LiveSessionName Modifier and Type Method Description LiveSession
VideoStitcherServiceClient. getLiveSession(LiveSessionName name)
Returns the details for the specified live session.VideoStitcherServiceClient.ListLiveAdTagDetailsPagedResponse
VideoStitcherServiceClient. listLiveAdTagDetails(LiveSessionName parent)
Return the list of ad tag details for the specified live session.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type LiveSessionName Modifier and Type Method Description static List<String>
LiveSessionName. toStringList(List<LiveSessionName> values)
-