public class VideoStitcherServiceClient : ClientBase<VideoStitcherService.VideoStitcherServiceClient>
Reference documentation and code samples for the Video Stitcher v1 API class VideoStitcherService.VideoStitcherServiceClient.
Client for VideoStitcherService
Inheritance
Object > ClientBase > ClientBase<VideoStitcherService.VideoStitcherServiceClient> > VideoStitcherService.VideoStitcherServiceClientNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
VideoStitcherServiceClient()
protected VideoStitcherServiceClient()
Protected parameterless constructor to allow creation of test doubles.
VideoStitcherServiceClient(CallInvoker)
public VideoStitcherServiceClient(CallInvoker callInvoker)
Creates a new client for VideoStitcherService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
VideoStitcherServiceClient(ChannelBase)
public VideoStitcherServiceClient(ChannelBase channel)
Creates a new client for VideoStitcherService
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
VideoStitcherServiceClient(ClientBase.ClientBaseConfiguration)
protected VideoStitcherServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBase.ClientBaseConfiguration The client configuration. |
Methods
CreateCdnKey(CreateCdnKeyRequest, CallOptions)
public virtual CdnKey CreateCdnKey(CreateCdnKeyRequest request, CallOptions options)
Creates a new CDN key.
Parameters | |
---|---|
Name | Description |
request |
CreateCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
CdnKey |
The response received from the server. |
CreateCdnKey(CreateCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual CdnKey CreateCdnKey(CreateCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new CDN key.
Parameters | |
---|---|
Name | Description |
request |
CreateCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
CdnKey |
The response received from the server. |
CreateCdnKeyAsync(CreateCdnKeyRequest, CallOptions)
public virtual AsyncUnaryCall<CdnKey> CreateCdnKeyAsync(CreateCdnKeyRequest request, CallOptions options)
Creates a new CDN key.
Parameters | |
---|---|
Name | Description |
request |
CreateCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<CdnKey> |
The call object. |
CreateCdnKeyAsync(CreateCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<CdnKey> CreateCdnKeyAsync(CreateCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new CDN key.
Parameters | |
---|---|
Name | Description |
request |
CreateCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<CdnKey> |
The call object. |
CreateLiveSession(CreateLiveSessionRequest, CallOptions)
public virtual LiveSession CreateLiveSession(CreateLiveSessionRequest request, CallOptions options)
Creates a new live session.
Parameters | |
---|---|
Name | Description |
request |
CreateLiveSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
LiveSession |
The response received from the server. |
CreateLiveSession(CreateLiveSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual LiveSession CreateLiveSession(CreateLiveSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new live session.
Parameters | |
---|---|
Name | Description |
request |
CreateLiveSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
LiveSession |
The response received from the server. |
CreateLiveSessionAsync(CreateLiveSessionRequest, CallOptions)
public virtual AsyncUnaryCall<LiveSession> CreateLiveSessionAsync(CreateLiveSessionRequest request, CallOptions options)
Creates a new live session.
Parameters | |
---|---|
Name | Description |
request |
CreateLiveSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<LiveSession> |
The call object. |
CreateLiveSessionAsync(CreateLiveSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<LiveSession> CreateLiveSessionAsync(CreateLiveSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new live session.
Parameters | |
---|---|
Name | Description |
request |
CreateLiveSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<LiveSession> |
The call object. |
CreateSlate(CreateSlateRequest, CallOptions)
public virtual Slate CreateSlate(CreateSlateRequest request, CallOptions options)
Creates a slate.
Parameters | |
---|---|
Name | Description |
request |
CreateSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Slate |
The response received from the server. |
CreateSlate(CreateSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Slate CreateSlate(CreateSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a slate.
Parameters | |
---|---|
Name | Description |
request |
CreateSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Slate |
The response received from the server. |
CreateSlateAsync(CreateSlateRequest, CallOptions)
public virtual AsyncUnaryCall<Slate> CreateSlateAsync(CreateSlateRequest request, CallOptions options)
Creates a slate.
Parameters | |
---|---|
Name | Description |
request |
CreateSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Slate> |
The call object. |
CreateSlateAsync(CreateSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Slate> CreateSlateAsync(CreateSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a slate.
Parameters | |
---|---|
Name | Description |
request |
CreateSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Slate> |
The call object. |
CreateVodSession(CreateVodSessionRequest, CallOptions)
public virtual VodSession CreateVodSession(CreateVodSessionRequest request, CallOptions options)
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.
Parameters | |
---|---|
Name | Description |
request |
CreateVodSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
VodSession |
The response received from the server. |
CreateVodSession(CreateVodSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual VodSession CreateVodSession(CreateVodSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.
Parameters | |
---|---|
Name | Description |
request |
CreateVodSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
VodSession |
The response received from the server. |
CreateVodSessionAsync(CreateVodSessionRequest, CallOptions)
public virtual AsyncUnaryCall<VodSession> CreateVodSessionAsync(CreateVodSessionRequest request, CallOptions options)
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.
Parameters | |
---|---|
Name | Description |
request |
CreateVodSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodSession> |
The call object. |
CreateVodSessionAsync(CreateVodSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<VodSession> CreateVodSessionAsync(CreateVodSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.
Parameters | |
---|---|
Name | Description |
request |
CreateVodSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodSession> |
The call object. |
DeleteCdnKey(DeleteCdnKeyRequest, CallOptions)
public virtual Empty DeleteCdnKey(DeleteCdnKeyRequest request, CallOptions options)
Deletes the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
DeleteCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteCdnKey(DeleteCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteCdnKey(DeleteCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
DeleteCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteCdnKeyAsync(DeleteCdnKeyRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteCdnKeyAsync(DeleteCdnKeyRequest request, CallOptions options)
Deletes the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
DeleteCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Empty> |
The call object. |
DeleteCdnKeyAsync(DeleteCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteCdnKeyAsync(DeleteCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
DeleteCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Empty> |
The call object. |
DeleteSlate(DeleteSlateRequest, CallOptions)
public virtual Empty DeleteSlate(DeleteSlateRequest request, CallOptions options)
Deletes the specified slate.
Parameters | |
---|---|
Name | Description |
request |
DeleteSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteSlate(DeleteSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteSlate(DeleteSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes the specified slate.
Parameters | |
---|---|
Name | Description |
request |
DeleteSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteSlateAsync(DeleteSlateRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteSlateAsync(DeleteSlateRequest request, CallOptions options)
Deletes the specified slate.
Parameters | |
---|---|
Name | Description |
request |
DeleteSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Empty> |
The call object. |
DeleteSlateAsync(DeleteSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteSlateAsync(DeleteSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes the specified slate.
Parameters | |
---|---|
Name | Description |
request |
DeleteSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Empty> |
The call object. |
GetCdnKey(GetCdnKeyRequest, CallOptions)
public virtual CdnKey GetCdnKey(GetCdnKeyRequest request, CallOptions options)
Returns the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
GetCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
CdnKey |
The response received from the server. |
GetCdnKey(GetCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual CdnKey GetCdnKey(GetCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
GetCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
CdnKey |
The response received from the server. |
GetCdnKeyAsync(GetCdnKeyRequest, CallOptions)
public virtual AsyncUnaryCall<CdnKey> GetCdnKeyAsync(GetCdnKeyRequest request, CallOptions options)
Returns the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
GetCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<CdnKey> |
The call object. |
GetCdnKeyAsync(GetCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<CdnKey> GetCdnKeyAsync(GetCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified CDN key.
Parameters | |
---|---|
Name | Description |
request |
GetCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<CdnKey> |
The call object. |
GetLiveAdTagDetail(GetLiveAdTagDetailRequest, CallOptions)
public virtual LiveAdTagDetail GetLiveAdTagDetail(GetLiveAdTagDetailRequest request, CallOptions options)
Returns the specified ad tag detail for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveAdTagDetailRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
LiveAdTagDetail |
The response received from the server. |
GetLiveAdTagDetail(GetLiveAdTagDetailRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual LiveAdTagDetail GetLiveAdTagDetail(GetLiveAdTagDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified ad tag detail for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveAdTagDetailRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
LiveAdTagDetail |
The response received from the server. |
GetLiveAdTagDetailAsync(GetLiveAdTagDetailRequest, CallOptions)
public virtual AsyncUnaryCall<LiveAdTagDetail> GetLiveAdTagDetailAsync(GetLiveAdTagDetailRequest request, CallOptions options)
Returns the specified ad tag detail for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveAdTagDetailRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<LiveAdTagDetail> |
The call object. |
GetLiveAdTagDetailAsync(GetLiveAdTagDetailRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<LiveAdTagDetail> GetLiveAdTagDetailAsync(GetLiveAdTagDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified ad tag detail for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveAdTagDetailRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<LiveAdTagDetail> |
The call object. |
GetLiveSession(GetLiveSessionRequest, CallOptions)
public virtual LiveSession GetLiveSession(GetLiveSessionRequest request, CallOptions options)
Returns the details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
LiveSession |
The response received from the server. |
GetLiveSession(GetLiveSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual LiveSession GetLiveSession(GetLiveSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
LiveSession |
The response received from the server. |
GetLiveSessionAsync(GetLiveSessionRequest, CallOptions)
public virtual AsyncUnaryCall<LiveSession> GetLiveSessionAsync(GetLiveSessionRequest request, CallOptions options)
Returns the details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<LiveSession> |
The call object. |
GetLiveSessionAsync(GetLiveSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<LiveSession> GetLiveSessionAsync(GetLiveSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
GetLiveSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<LiveSession> |
The call object. |
GetSlate(GetSlateRequest, CallOptions)
public virtual Slate GetSlate(GetSlateRequest request, CallOptions options)
Returns the specified slate.
Parameters | |
---|---|
Name | Description |
request |
GetSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Slate |
The response received from the server. |
GetSlate(GetSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Slate GetSlate(GetSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified slate.
Parameters | |
---|---|
Name | Description |
request |
GetSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Slate |
The response received from the server. |
GetSlateAsync(GetSlateRequest, CallOptions)
public virtual AsyncUnaryCall<Slate> GetSlateAsync(GetSlateRequest request, CallOptions options)
Returns the specified slate.
Parameters | |
---|---|
Name | Description |
request |
GetSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Slate> |
The call object. |
GetSlateAsync(GetSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Slate> GetSlateAsync(GetSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified slate.
Parameters | |
---|---|
Name | Description |
request |
GetSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Slate> |
The call object. |
GetVodAdTagDetail(GetVodAdTagDetailRequest, CallOptions)
public virtual VodAdTagDetail GetVodAdTagDetail(GetVodAdTagDetailRequest request, CallOptions options)
Returns the specified ad tag detail for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodAdTagDetailRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
VodAdTagDetail |
The response received from the server. |
GetVodAdTagDetail(GetVodAdTagDetailRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual VodAdTagDetail GetVodAdTagDetail(GetVodAdTagDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified ad tag detail for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodAdTagDetailRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
VodAdTagDetail |
The response received from the server. |
GetVodAdTagDetailAsync(GetVodAdTagDetailRequest, CallOptions)
public virtual AsyncUnaryCall<VodAdTagDetail> GetVodAdTagDetailAsync(GetVodAdTagDetailRequest request, CallOptions options)
Returns the specified ad tag detail for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodAdTagDetailRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodAdTagDetail> |
The call object. |
GetVodAdTagDetailAsync(GetVodAdTagDetailRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<VodAdTagDetail> GetVodAdTagDetailAsync(GetVodAdTagDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified ad tag detail for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodAdTagDetailRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodAdTagDetail> |
The call object. |
GetVodSession(GetVodSessionRequest, CallOptions)
public virtual VodSession GetVodSession(GetVodSessionRequest request, CallOptions options)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
VodSession |
The response received from the server. |
GetVodSession(GetVodSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual VodSession GetVodSession(GetVodSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
VodSession |
The response received from the server. |
GetVodSessionAsync(GetVodSessionRequest, CallOptions)
public virtual AsyncUnaryCall<VodSession> GetVodSessionAsync(GetVodSessionRequest request, CallOptions options)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodSessionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodSession> |
The call object. |
GetVodSessionAsync(GetVodSessionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<VodSession> GetVodSessionAsync(GetVodSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodSessionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodSession> |
The call object. |
GetVodStitchDetail(GetVodStitchDetailRequest, CallOptions)
public virtual VodStitchDetail GetVodStitchDetail(GetVodStitchDetailRequest request, CallOptions options)
Returns the specified stitching information for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodStitchDetailRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
VodStitchDetail |
The response received from the server. |
GetVodStitchDetail(GetVodStitchDetailRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual VodStitchDetail GetVodStitchDetail(GetVodStitchDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified stitching information for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodStitchDetailRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
VodStitchDetail |
The response received from the server. |
GetVodStitchDetailAsync(GetVodStitchDetailRequest, CallOptions)
public virtual AsyncUnaryCall<VodStitchDetail> GetVodStitchDetailAsync(GetVodStitchDetailRequest request, CallOptions options)
Returns the specified stitching information for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodStitchDetailRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodStitchDetail> |
The call object. |
GetVodStitchDetailAsync(GetVodStitchDetailRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<VodStitchDetail> GetVodStitchDetailAsync(GetVodStitchDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns the specified stitching information for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
GetVodStitchDetailRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<VodStitchDetail> |
The call object. |
ListCdnKeys(ListCdnKeysRequest, CallOptions)
public virtual ListCdnKeysResponse ListCdnKeys(ListCdnKeysRequest request, CallOptions options)
Lists all CDN keys in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListCdnKeysRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListCdnKeysResponse |
The response received from the server. |
ListCdnKeys(ListCdnKeysRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListCdnKeysResponse ListCdnKeys(ListCdnKeysRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Lists all CDN keys in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListCdnKeysRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListCdnKeysResponse |
The response received from the server. |
ListCdnKeysAsync(ListCdnKeysRequest, CallOptions)
public virtual AsyncUnaryCall<ListCdnKeysResponse> ListCdnKeysAsync(ListCdnKeysRequest request, CallOptions options)
Lists all CDN keys in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListCdnKeysRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListCdnKeysResponse> |
The call object. |
ListCdnKeysAsync(ListCdnKeysRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListCdnKeysResponse> ListCdnKeysAsync(ListCdnKeysRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Lists all CDN keys in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListCdnKeysRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListCdnKeysResponse> |
The call object. |
ListLiveAdTagDetails(ListLiveAdTagDetailsRequest, CallOptions)
public virtual ListLiveAdTagDetailsResponse ListLiveAdTagDetails(ListLiveAdTagDetailsRequest request, CallOptions options)
Return the list of ad tag details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
ListLiveAdTagDetailsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListLiveAdTagDetailsResponse |
The response received from the server. |
ListLiveAdTagDetails(ListLiveAdTagDetailsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListLiveAdTagDetailsResponse ListLiveAdTagDetails(ListLiveAdTagDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Return the list of ad tag details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
ListLiveAdTagDetailsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListLiveAdTagDetailsResponse |
The response received from the server. |
ListLiveAdTagDetailsAsync(ListLiveAdTagDetailsRequest, CallOptions)
public virtual AsyncUnaryCall<ListLiveAdTagDetailsResponse> ListLiveAdTagDetailsAsync(ListLiveAdTagDetailsRequest request, CallOptions options)
Return the list of ad tag details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
ListLiveAdTagDetailsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListLiveAdTagDetailsResponse> |
The call object. |
ListLiveAdTagDetailsAsync(ListLiveAdTagDetailsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListLiveAdTagDetailsResponse> ListLiveAdTagDetailsAsync(ListLiveAdTagDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Return the list of ad tag details for the specified live session.
Parameters | |
---|---|
Name | Description |
request |
ListLiveAdTagDetailsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListLiveAdTagDetailsResponse> |
The call object. |
ListSlates(ListSlatesRequest, CallOptions)
public virtual ListSlatesResponse ListSlates(ListSlatesRequest request, CallOptions options)
Lists all slates in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListSlatesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListSlatesResponse |
The response received from the server. |
ListSlates(ListSlatesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListSlatesResponse ListSlates(ListSlatesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Lists all slates in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListSlatesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListSlatesResponse |
The response received from the server. |
ListSlatesAsync(ListSlatesRequest, CallOptions)
public virtual AsyncUnaryCall<ListSlatesResponse> ListSlatesAsync(ListSlatesRequest request, CallOptions options)
Lists all slates in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListSlatesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListSlatesResponse> |
The call object. |
ListSlatesAsync(ListSlatesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListSlatesResponse> ListSlatesAsync(ListSlatesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Lists all slates in the specified project and ___location.
Parameters | |
---|---|
Name | Description |
request |
ListSlatesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListSlatesResponse> |
The call object. |
ListVodAdTagDetails(ListVodAdTagDetailsRequest, CallOptions)
public virtual ListVodAdTagDetailsResponse ListVodAdTagDetails(ListVodAdTagDetailsRequest request, CallOptions options)
Return the list of ad tag details for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodAdTagDetailsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListVodAdTagDetailsResponse |
The response received from the server. |
ListVodAdTagDetails(ListVodAdTagDetailsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListVodAdTagDetailsResponse ListVodAdTagDetails(ListVodAdTagDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Return the list of ad tag details for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodAdTagDetailsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListVodAdTagDetailsResponse |
The response received from the server. |
ListVodAdTagDetailsAsync(ListVodAdTagDetailsRequest, CallOptions)
public virtual AsyncUnaryCall<ListVodAdTagDetailsResponse> ListVodAdTagDetailsAsync(ListVodAdTagDetailsRequest request, CallOptions options)
Return the list of ad tag details for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodAdTagDetailsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListVodAdTagDetailsResponse> |
The call object. |
ListVodAdTagDetailsAsync(ListVodAdTagDetailsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListVodAdTagDetailsResponse> ListVodAdTagDetailsAsync(ListVodAdTagDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Return the list of ad tag details for the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodAdTagDetailsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListVodAdTagDetailsResponse> |
The call object. |
ListVodStitchDetails(ListVodStitchDetailsRequest, CallOptions)
public virtual ListVodStitchDetailsResponse ListVodStitchDetails(ListVodStitchDetailsRequest request, CallOptions options)
Returns a list of detailed stitching information of the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodStitchDetailsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListVodStitchDetailsResponse |
The response received from the server. |
ListVodStitchDetails(ListVodStitchDetailsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListVodStitchDetailsResponse ListVodStitchDetails(ListVodStitchDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns a list of detailed stitching information of the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodStitchDetailsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListVodStitchDetailsResponse |
The response received from the server. |
ListVodStitchDetailsAsync(ListVodStitchDetailsRequest, CallOptions)
public virtual AsyncUnaryCall<ListVodStitchDetailsResponse> ListVodStitchDetailsAsync(ListVodStitchDetailsRequest request, CallOptions options)
Returns a list of detailed stitching information of the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodStitchDetailsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListVodStitchDetailsResponse> |
The call object. |
ListVodStitchDetailsAsync(ListVodStitchDetailsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListVodStitchDetailsResponse> ListVodStitchDetailsAsync(ListVodStitchDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Returns a list of detailed stitching information of the specified VOD session.
Parameters | |
---|---|
Name | Description |
request |
ListVodStitchDetailsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListVodStitchDetailsResponse> |
The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override VideoStitcherService.VideoStitcherServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBase.ClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
VideoStitcherService.VideoStitcherServiceClient |
UpdateCdnKey(UpdateCdnKeyRequest, CallOptions)
public virtual CdnKey UpdateCdnKey(UpdateCdnKeyRequest request, CallOptions options)
Updates the specified CDN key. Only update fields specified in the call method body.
Parameters | |
---|---|
Name | Description |
request |
UpdateCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
CdnKey |
The response received from the server. |
UpdateCdnKey(UpdateCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual CdnKey UpdateCdnKey(UpdateCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Updates the specified CDN key. Only update fields specified in the call method body.
Parameters | |
---|---|
Name | Description |
request |
UpdateCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
CdnKey |
The response received from the server. |
UpdateCdnKeyAsync(UpdateCdnKeyRequest, CallOptions)
public virtual AsyncUnaryCall<CdnKey> UpdateCdnKeyAsync(UpdateCdnKeyRequest request, CallOptions options)
Updates the specified CDN key. Only update fields specified in the call method body.
Parameters | |
---|---|
Name | Description |
request |
UpdateCdnKeyRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<CdnKey> |
The call object. |
UpdateCdnKeyAsync(UpdateCdnKeyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<CdnKey> UpdateCdnKeyAsync(UpdateCdnKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Updates the specified CDN key. Only update fields specified in the call method body.
Parameters | |
---|---|
Name | Description |
request |
UpdateCdnKeyRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<CdnKey> |
The call object. |
UpdateSlate(UpdateSlateRequest, CallOptions)
public virtual Slate UpdateSlate(UpdateSlateRequest request, CallOptions options)
Updates the specified slate.
Parameters | |
---|---|
Name | Description |
request |
UpdateSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Slate |
The response received from the server. |
UpdateSlate(UpdateSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Slate UpdateSlate(UpdateSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Updates the specified slate.
Parameters | |
---|---|
Name | Description |
request |
UpdateSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Slate |
The response received from the server. |
UpdateSlateAsync(UpdateSlateRequest, CallOptions)
public virtual AsyncUnaryCall<Slate> UpdateSlateAsync(UpdateSlateRequest request, CallOptions options)
Updates the specified slate.
Parameters | |
---|---|
Name | Description |
request |
UpdateSlateRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Slate> |
The call object. |
UpdateSlateAsync(UpdateSlateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Slate> UpdateSlateAsync(UpdateSlateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Updates the specified slate.
Parameters | |
---|---|
Name | Description |
request |
UpdateSlateRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Slate> |
The call object. |