public static final class VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub>
Video-On-Demand content stitching API allows you to insert ads into (VoD) video on demand files. You will be able to render custom scrubber bars with highlighted ads, enforce ad policies, allow seamless playback and tracking on native players and monetize content with any standard VMAP compliant ad server.
| Modifier and Type | Method and Description |
|---|---|
protected VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
CdnKey |
createCdnKey(CreateCdnKeyRequest request)
Creates a new CDN key.
|
LiveSession |
createLiveSession(CreateLiveSessionRequest request)
Creates a new live session.
|
Slate |
createSlate(CreateSlateRequest request)
Creates a slate.
|
VodSession |
createVodSession(CreateVodSessionRequest request)
Creates a client side playback VOD session and returns the full
tracking and playback metadata of the session.
|
com.google.protobuf.Empty |
deleteCdnKey(DeleteCdnKeyRequest request)
Deletes the specified CDN key.
|
com.google.protobuf.Empty |
deleteSlate(DeleteSlateRequest request)
Deletes the specified slate.
|
CdnKey |
getCdnKey(GetCdnKeyRequest request)
Returns the specified CDN key.
|
LiveAdTagDetail |
getLiveAdTagDetail(GetLiveAdTagDetailRequest request)
Returns the specified ad tag detail for the specified live session.
|
LiveSession |
getLiveSession(GetLiveSessionRequest request)
Returns the details for the specified live session.
|
Slate |
getSlate(GetSlateRequest request)
Returns the specified slate.
|
VodAdTagDetail |
getVodAdTagDetail(GetVodAdTagDetailRequest request)
Returns the specified ad tag detail for the specified VOD session.
|
VodSession |
getVodSession(GetVodSessionRequest request)
Returns the full tracking, playback metadata, and relevant ad-ops
logs for the specified VOD session.
|
VodStitchDetail |
getVodStitchDetail(GetVodStitchDetailRequest request)
Returns the specified stitching information for the specified VOD session.
|
ListCdnKeysResponse |
listCdnKeys(ListCdnKeysRequest request)
Lists all CDN keys in the specified project and location.
|
ListLiveAdTagDetailsResponse |
listLiveAdTagDetails(ListLiveAdTagDetailsRequest request)
Return the list of ad tag details for the specified live session.
|
ListSlatesResponse |
listSlates(ListSlatesRequest request)
Lists all slates in the specified project and location.
|
ListVodAdTagDetailsResponse |
listVodAdTagDetails(ListVodAdTagDetailsRequest request)
Return the list of ad tag details for the specified VOD session.
|
ListVodStitchDetailsResponse |
listVodStitchDetails(ListVodStitchDetailsRequest request)
Returns a list of detailed stitching information of the specified VOD
session.
|
CdnKey |
updateCdnKey(UpdateCdnKeyRequest request)
Updates the specified CDN key.
|
Slate |
updateSlate(UpdateSlateRequest request)
Updates the specified slate.
|
protected VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub>public CdnKey createCdnKey(CreateCdnKeyRequest request)
Creates a new CDN key.
public ListCdnKeysResponse listCdnKeys(ListCdnKeysRequest request)
Lists all CDN keys in the specified project and location.
public CdnKey getCdnKey(GetCdnKeyRequest request)
Returns the specified CDN key.
public com.google.protobuf.Empty deleteCdnKey(DeleteCdnKeyRequest request)
Deletes the specified CDN key.
public CdnKey updateCdnKey(UpdateCdnKeyRequest request)
Updates the specified CDN key. Only update fields specified in the call method body.
public VodSession createVodSession(CreateVodSessionRequest request)
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.
public VodSession getVodSession(GetVodSessionRequest request)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.
public ListVodStitchDetailsResponse listVodStitchDetails(ListVodStitchDetailsRequest request)
Returns a list of detailed stitching information of the specified VOD session.
public VodStitchDetail getVodStitchDetail(GetVodStitchDetailRequest request)
Returns the specified stitching information for the specified VOD session.
public ListVodAdTagDetailsResponse listVodAdTagDetails(ListVodAdTagDetailsRequest request)
Return the list of ad tag details for the specified VOD session.
public VodAdTagDetail getVodAdTagDetail(GetVodAdTagDetailRequest request)
Returns the specified ad tag detail for the specified VOD session.
public ListLiveAdTagDetailsResponse listLiveAdTagDetails(ListLiveAdTagDetailsRequest request)
Return the list of ad tag details for the specified live session.
public LiveAdTagDetail getLiveAdTagDetail(GetLiveAdTagDetailRequest request)
Returns the specified ad tag detail for the specified live session.
public Slate createSlate(CreateSlateRequest request)
Creates a slate.
public ListSlatesResponse listSlates(ListSlatesRequest request)
Lists all slates in the specified project and location.
public Slate getSlate(GetSlateRequest request)
Returns the specified slate.
public Slate updateSlate(UpdateSlateRequest request)
Updates the specified slate.
public com.google.protobuf.Empty deleteSlate(DeleteSlateRequest request)
Deletes the specified slate.
public LiveSession createLiveSession(CreateLiveSessionRequest request)
Creates a new live session.
public LiveSession getLiveSession(GetLiveSessionRequest request)
Returns the details for the specified live session.
Copyright © 2022 Google LLC. All rights reserved.