Uses of Class
com.google.cloud.video.stitcher.v1.LiveConfigName
-
Packages that use LiveConfigName Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of LiveConfigName in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return LiveConfigName Modifier and Type Method Description LiveConfigName
LiveConfigName.Builder. build()
static LiveConfigName
LiveConfigName. of(String project, String location, String liveConfig)
static LiveConfigName
LiveConfigName. parse(String formattedString)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type LiveConfigName Modifier and Type Method Description static List<LiveConfigName>
LiveConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.video.stitcher.v1 with parameters of type LiveConfigName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceClient. deleteLiveConfigAsync(LiveConfigName name)
Deletes the specified live config.LiveConfig
VideoStitcherServiceClient. getLiveConfig(LiveConfigName name)
Returns the specified live config managed by the Video Stitcher service.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type LiveConfigName Modifier and Type Method Description static List<String>
LiveConfigName. toStringList(List<LiveConfigName> values)
-