com.google.api.gax.longrunning.OperationFuture<CdnKey,OperationMetadata> |
VideoStitcherServiceClient.createCdnKeyAsync(LocationName parent,
CdnKey cdnKey,
String cdnKeyId) |
Creates a new CDN key.
|
com.google.api.gax.longrunning.OperationFuture<LiveConfig,OperationMetadata> |
VideoStitcherServiceClient.createLiveConfigAsync(LocationName parent,
LiveConfig liveConfig,
String liveConfigId) |
Registers the live config with the provided unique ID in the specified region.
|
LiveSession |
VideoStitcherServiceClient.createLiveSession(LocationName parent,
LiveSession liveSession) |
Creates a new live session.
|
com.google.api.gax.longrunning.OperationFuture<Slate,OperationMetadata> |
VideoStitcherServiceClient.createSlateAsync(LocationName parent,
Slate slate,
String slateId) |
Creates a slate.
|
VodSession |
VideoStitcherServiceClient.createVodSession(LocationName parent,
VodSession vodSession) |
Creates a client side playback VOD session and returns the full tracking and playback metadata
of the session.
|
VideoStitcherServiceClient.ListCdnKeysPagedResponse |
VideoStitcherServiceClient.listCdnKeys(LocationName parent) |
Lists all CDN keys in the specified project and location.
|
VideoStitcherServiceClient.ListLiveConfigsPagedResponse |
VideoStitcherServiceClient.listLiveConfigs(LocationName parent) |
Lists all live configs managed by the Video Stitcher that belong to the specified project and
region.
|
VideoStitcherServiceClient.ListSlatesPagedResponse |
VideoStitcherServiceClient.listSlates(LocationName parent) |
Lists all slates in the specified project and location.
|