Constructor
new VideoStitcherService(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new VideoStitcherService service.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Extends
- $protobuf.rpc.Service
Methods
createCdnKey(request, callback) → {undefined}
Calls CreateCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateCdnKeyRequest |
CreateCdnKeyRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.CreateCdnKeyCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createCdnKey(request) → {Promise.<google.longrunning.Operation>}
Calls CreateCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateCdnKeyRequest |
CreateCdnKeyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
createLiveConfig(request, callback) → {undefined}
Calls CreateLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateLiveConfigRequest |
CreateLiveConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.CreateLiveConfigCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createLiveConfig(request) → {Promise.<google.longrunning.Operation>}
Calls CreateLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateLiveConfigRequest |
CreateLiveConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
createLiveSession(request, callback) → {undefined}
Calls CreateLiveSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateLiveSessionRequest |
CreateLiveSessionRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.CreateLiveSessionCallback |
Node-style callback called with the error, if any, and LiveSession |
Returns:
Type | Description |
---|---|
undefined |
createLiveSession(request) → {Promise.<google.cloud.video.stitcher.v1.LiveSession>}
Calls CreateLiveSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateLiveSessionRequest |
CreateLiveSessionRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.LiveSession> |
Promise |
createSlate(request, callback) → {undefined}
Calls CreateSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateSlateRequest |
CreateSlateRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.CreateSlateCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createSlate(request) → {Promise.<google.longrunning.Operation>}
Calls CreateSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateSlateRequest |
CreateSlateRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
createVodConfig(request, callback) → {undefined}
Calls CreateVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateVodConfigRequest |
CreateVodConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.CreateVodConfigCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createVodConfig(request) → {Promise.<google.longrunning.Operation>}
Calls CreateVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateVodConfigRequest |
CreateVodConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
createVodSession(request, callback) → {undefined}
Calls CreateVodSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateVodSessionRequest |
CreateVodSessionRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.CreateVodSessionCallback |
Node-style callback called with the error, if any, and VodSession |
Returns:
Type | Description |
---|---|
undefined |
createVodSession(request) → {Promise.<google.cloud.video.stitcher.v1.VodSession>}
Calls CreateVodSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.ICreateVodSessionRequest |
CreateVodSessionRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.VodSession> |
Promise |
deleteCdnKey(request, callback) → {undefined}
Calls DeleteCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteCdnKeyRequest |
DeleteCdnKeyRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.DeleteCdnKeyCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteCdnKey(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteCdnKeyRequest |
DeleteCdnKeyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteLiveConfig(request, callback) → {undefined}
Calls DeleteLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteLiveConfigRequest |
DeleteLiveConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.DeleteLiveConfigCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteLiveConfig(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteLiveConfigRequest |
DeleteLiveConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteSlate(request, callback) → {undefined}
Calls DeleteSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteSlateRequest |
DeleteSlateRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.DeleteSlateCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteSlate(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteSlateRequest |
DeleteSlateRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteVodConfig(request, callback) → {undefined}
Calls DeleteVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteVodConfigRequest |
DeleteVodConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.DeleteVodConfigCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteVodConfig(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IDeleteVodConfigRequest |
DeleteVodConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
getCdnKey(request, callback) → {undefined}
Calls GetCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetCdnKeyRequest |
GetCdnKeyRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetCdnKeyCallback |
Node-style callback called with the error, if any, and CdnKey |
Returns:
Type | Description |
---|---|
undefined |
getCdnKey(request) → {Promise.<google.cloud.video.stitcher.v1.CdnKey>}
Calls GetCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetCdnKeyRequest |
GetCdnKeyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.CdnKey> |
Promise |
getLiveAdTagDetail(request, callback) → {undefined}
Calls GetLiveAdTagDetail.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetLiveAdTagDetailRequest |
GetLiveAdTagDetailRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetLiveAdTagDetailCallback |
Node-style callback called with the error, if any, and LiveAdTagDetail |
Returns:
Type | Description |
---|---|
undefined |
getLiveAdTagDetail(request) → {Promise.<google.cloud.video.stitcher.v1.LiveAdTagDetail>}
Calls GetLiveAdTagDetail.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetLiveAdTagDetailRequest |
GetLiveAdTagDetailRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.LiveAdTagDetail> |
Promise |
getLiveConfig(request, callback) → {undefined}
Calls GetLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetLiveConfigRequest |
GetLiveConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetLiveConfigCallback |
Node-style callback called with the error, if any, and LiveConfig |
Returns:
Type | Description |
---|---|
undefined |
getLiveConfig(request) → {Promise.<google.cloud.video.stitcher.v1.LiveConfig>}
Calls GetLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetLiveConfigRequest |
GetLiveConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.LiveConfig> |
Promise |
getLiveSession(request, callback) → {undefined}
Calls GetLiveSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetLiveSessionRequest |
GetLiveSessionRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetLiveSessionCallback |
Node-style callback called with the error, if any, and LiveSession |
Returns:
Type | Description |
---|---|
undefined |
getLiveSession(request) → {Promise.<google.cloud.video.stitcher.v1.LiveSession>}
Calls GetLiveSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetLiveSessionRequest |
GetLiveSessionRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.LiveSession> |
Promise |
getSlate(request, callback) → {undefined}
Calls GetSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetSlateRequest |
GetSlateRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetSlateCallback |
Node-style callback called with the error, if any, and Slate |
Returns:
Type | Description |
---|---|
undefined |
getSlate(request) → {Promise.<google.cloud.video.stitcher.v1.Slate>}
Calls GetSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetSlateRequest |
GetSlateRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.Slate> |
Promise |
getVodAdTagDetail(request, callback) → {undefined}
Calls GetVodAdTagDetail.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodAdTagDetailRequest |
GetVodAdTagDetailRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetVodAdTagDetailCallback |
Node-style callback called with the error, if any, and VodAdTagDetail |
Returns:
Type | Description |
---|---|
undefined |
getVodAdTagDetail(request) → {Promise.<google.cloud.video.stitcher.v1.VodAdTagDetail>}
Calls GetVodAdTagDetail.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodAdTagDetailRequest |
GetVodAdTagDetailRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.VodAdTagDetail> |
Promise |
getVodConfig(request, callback) → {undefined}
Calls GetVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodConfigRequest |
GetVodConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetVodConfigCallback |
Node-style callback called with the error, if any, and VodConfig |
Returns:
Type | Description |
---|---|
undefined |
getVodConfig(request) → {Promise.<google.cloud.video.stitcher.v1.VodConfig>}
Calls GetVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodConfigRequest |
GetVodConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.VodConfig> |
Promise |
getVodSession(request, callback) → {undefined}
Calls GetVodSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodSessionRequest |
GetVodSessionRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetVodSessionCallback |
Node-style callback called with the error, if any, and VodSession |
Returns:
Type | Description |
---|---|
undefined |
getVodSession(request) → {Promise.<google.cloud.video.stitcher.v1.VodSession>}
Calls GetVodSession.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodSessionRequest |
GetVodSessionRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.VodSession> |
Promise |
getVodStitchDetail(request, callback) → {undefined}
Calls GetVodStitchDetail.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodStitchDetailRequest |
GetVodStitchDetailRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.GetVodStitchDetailCallback |
Node-style callback called with the error, if any, and VodStitchDetail |
Returns:
Type | Description |
---|---|
undefined |
getVodStitchDetail(request) → {Promise.<google.cloud.video.stitcher.v1.VodStitchDetail>}
Calls GetVodStitchDetail.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IGetVodStitchDetailRequest |
GetVodStitchDetailRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.VodStitchDetail> |
Promise |
listCdnKeys(request, callback) → {undefined}
Calls ListCdnKeys.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListCdnKeysRequest |
ListCdnKeysRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.ListCdnKeysCallback |
Node-style callback called with the error, if any, and ListCdnKeysResponse |
Returns:
Type | Description |
---|---|
undefined |
listCdnKeys(request) → {Promise.<google.cloud.video.stitcher.v1.ListCdnKeysResponse>}
Calls ListCdnKeys.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListCdnKeysRequest |
ListCdnKeysRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.ListCdnKeysResponse> |
Promise |
listLiveAdTagDetails(request, callback) → {undefined}
Calls ListLiveAdTagDetails.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListLiveAdTagDetailsRequest |
ListLiveAdTagDetailsRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.ListLiveAdTagDetailsCallback |
Node-style callback called with the error, if any, and ListLiveAdTagDetailsResponse |
Returns:
Type | Description |
---|---|
undefined |
listLiveAdTagDetails(request) → {Promise.<google.cloud.video.stitcher.v1.ListLiveAdTagDetailsResponse>}
Calls ListLiveAdTagDetails.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListLiveAdTagDetailsRequest |
ListLiveAdTagDetailsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.ListLiveAdTagDetailsResponse> |
Promise |
listLiveConfigs(request, callback) → {undefined}
Calls ListLiveConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListLiveConfigsRequest |
ListLiveConfigsRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.ListLiveConfigsCallback |
Node-style callback called with the error, if any, and ListLiveConfigsResponse |
Returns:
Type | Description |
---|---|
undefined |
listLiveConfigs(request) → {Promise.<google.cloud.video.stitcher.v1.ListLiveConfigsResponse>}
Calls ListLiveConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListLiveConfigsRequest |
ListLiveConfigsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.ListLiveConfigsResponse> |
Promise |
listSlates(request, callback) → {undefined}
Calls ListSlates.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListSlatesRequest |
ListSlatesRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.ListSlatesCallback |
Node-style callback called with the error, if any, and ListSlatesResponse |
Returns:
Type | Description |
---|---|
undefined |
listSlates(request) → {Promise.<google.cloud.video.stitcher.v1.ListSlatesResponse>}
Calls ListSlates.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListSlatesRequest |
ListSlatesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.ListSlatesResponse> |
Promise |
listVodAdTagDetails(request, callback) → {undefined}
Calls ListVodAdTagDetails.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListVodAdTagDetailsRequest |
ListVodAdTagDetailsRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.ListVodAdTagDetailsCallback |
Node-style callback called with the error, if any, and ListVodAdTagDetailsResponse |
Returns:
Type | Description |
---|---|
undefined |
listVodAdTagDetails(request) → {Promise.<google.cloud.video.stitcher.v1.ListVodAdTagDetailsResponse>}
Calls ListVodAdTagDetails.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListVodAdTagDetailsRequest |
ListVodAdTagDetailsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.ListVodAdTagDetailsResponse> |
Promise |
listVodConfigs(request, callback) → {undefined}
Calls ListVodConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListVodConfigsRequest |
ListVodConfigsRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.ListVodConfigsCallback |
Node-style callback called with the error, if any, and ListVodConfigsResponse |
Returns:
Type | Description |
---|---|
undefined |
listVodConfigs(request) → {Promise.<google.cloud.video.stitcher.v1.ListVodConfigsResponse>}
Calls ListVodConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListVodConfigsRequest |
ListVodConfigsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.ListVodConfigsResponse> |
Promise |
listVodStitchDetails(request, callback) → {undefined}
Calls ListVodStitchDetails.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListVodStitchDetailsRequest |
ListVodStitchDetailsRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.ListVodStitchDetailsCallback |
Node-style callback called with the error, if any, and ListVodStitchDetailsResponse |
Returns:
Type | Description |
---|---|
undefined |
listVodStitchDetails(request) → {Promise.<google.cloud.video.stitcher.v1.ListVodStitchDetailsResponse>}
Calls ListVodStitchDetails.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IListVodStitchDetailsRequest |
ListVodStitchDetailsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.video.stitcher.v1.ListVodStitchDetailsResponse> |
Promise |
updateCdnKey(request, callback) → {undefined}
Calls UpdateCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateCdnKeyRequest |
UpdateCdnKeyRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.UpdateCdnKeyCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateCdnKey(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateCdnKey.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateCdnKeyRequest |
UpdateCdnKeyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
updateLiveConfig(request, callback) → {undefined}
Calls UpdateLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateLiveConfigRequest |
UpdateLiveConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.UpdateLiveConfigCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateLiveConfig(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateLiveConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateLiveConfigRequest |
UpdateLiveConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
updateSlate(request, callback) → {undefined}
Calls UpdateSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateSlateRequest |
UpdateSlateRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.UpdateSlateCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateSlate(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateSlate.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateSlateRequest |
UpdateSlateRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
updateVodConfig(request, callback) → {undefined}
Calls UpdateVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateVodConfigRequest |
UpdateVodConfigRequest message or plain object |
callback |
google.cloud.video.stitcher.v1.VideoStitcherService.UpdateVodConfigCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateVodConfig(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateVodConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.video.stitcher.v1.IUpdateVodConfigRequest |
UpdateVodConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {VideoStitcherService}
Creates new VideoStitcherService service using the specified rpc implementation.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Returns:
Type | Description |
---|---|
VideoStitcherService |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
CreateCdnKeyCallback(error, responseopt)
Callback as used by createCdnKey.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CreateLiveConfigCallback(error, responseopt)
Callback as used by createLiveConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CreateLiveSessionCallback(error, responseopt)
Callback as used by createLiveSession.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.LiveSession |
<optional> |
LiveSession |
CreateSlateCallback(error, responseopt)
Callback as used by createSlate.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CreateVodConfigCallback(error, responseopt)
Callback as used by createVodConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CreateVodSessionCallback(error, responseopt)
Callback as used by createVodSession.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.VodSession |
<optional> |
VodSession |
DeleteCdnKeyCallback(error, responseopt)
Callback as used by deleteCdnKey.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteLiveConfigCallback(error, responseopt)
Callback as used by deleteLiveConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteSlateCallback(error, responseopt)
Callback as used by deleteSlate.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteVodConfigCallback(error, responseopt)
Callback as used by deleteVodConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
GetCdnKeyCallback(error, responseopt)
Callback as used by getCdnKey.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.CdnKey |
<optional> |
CdnKey |
GetLiveAdTagDetailCallback(error, responseopt)
Callback as used by getLiveAdTagDetail.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.LiveAdTagDetail |
<optional> |
LiveAdTagDetail |
GetLiveConfigCallback(error, responseopt)
Callback as used by getLiveConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.LiveConfig |
<optional> |
LiveConfig |
GetLiveSessionCallback(error, responseopt)
Callback as used by getLiveSession.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.LiveSession |
<optional> |
LiveSession |
GetSlateCallback(error, responseopt)
Callback as used by getSlate.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.Slate |
<optional> |
Slate |
GetVodAdTagDetailCallback(error, responseopt)
Callback as used by getVodAdTagDetail.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.VodAdTagDetail |
<optional> |
VodAdTagDetail |
GetVodConfigCallback(error, responseopt)
Callback as used by getVodConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.VodConfig |
<optional> |
VodConfig |
GetVodSessionCallback(error, responseopt)
Callback as used by getVodSession.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.VodSession |
<optional> |
VodSession |
GetVodStitchDetailCallback(error, responseopt)
Callback as used by getVodStitchDetail.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.VodStitchDetail |
<optional> |
VodStitchDetail |
ListCdnKeysCallback(error, responseopt)
Callback as used by listCdnKeys.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.ListCdnKeysResponse |
<optional> |
ListCdnKeysResponse |
ListLiveAdTagDetailsCallback(error, responseopt)
Callback as used by listLiveAdTagDetails.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.ListLiveAdTagDetailsResponse |
<optional> |
ListLiveAdTagDetailsResponse |
ListLiveConfigsCallback(error, responseopt)
Callback as used by listLiveConfigs.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.ListLiveConfigsResponse |
<optional> |
ListLiveConfigsResponse |
ListSlatesCallback(error, responseopt)
Callback as used by listSlates.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.ListSlatesResponse |
<optional> |
ListSlatesResponse |
ListVodAdTagDetailsCallback(error, responseopt)
Callback as used by listVodAdTagDetails.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.ListVodAdTagDetailsResponse |
<optional> |
ListVodAdTagDetailsResponse |
ListVodConfigsCallback(error, responseopt)
Callback as used by listVodConfigs.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.ListVodConfigsResponse |
<optional> |
ListVodConfigsResponse |
ListVodStitchDetailsCallback(error, responseopt)
Callback as used by listVodStitchDetails.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.video.stitcher.v1.ListVodStitchDetailsResponse |
<optional> |
ListVodStitchDetailsResponse |
UpdateCdnKeyCallback(error, responseopt)
Callback as used by updateCdnKey.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UpdateLiveConfigCallback(error, responseopt)
Callback as used by updateLiveConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UpdateSlateCallback(error, responseopt)
Callback as used by updateSlate.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UpdateVodConfigCallback(error, responseopt)
Callback as used by updateVodConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |