public class LivestreamServiceClient : ClientBase<LivestreamService.LivestreamServiceClient>Reference documentation and code samples for the Live Stream v1 API class LivestreamService.LivestreamServiceClient.
Client for LivestreamService
Inheritance
Object > ClientBase > ClientBase<LivestreamService.LivestreamServiceClient> > LivestreamService.LivestreamServiceClientNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
LivestreamServiceClient()
protected LivestreamServiceClient()Protected parameterless constructor to allow creation of test doubles.
LivestreamServiceClient(CallInvoker)
public LivestreamServiceClient(CallInvoker callInvoker)Creates a new client for LivestreamService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
LivestreamServiceClient(ChannelBase)
public LivestreamServiceClient(ChannelBase channel)Creates a new client for LivestreamService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
LivestreamServiceClient(ClientBase.ClientBaseConfiguration)
protected LivestreamServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfigurationThe client configuration. |
Methods
CreateChannel(CreateChannelRequest, CallOptions)
public virtual Operation CreateChannel(CreateChannelRequest request, CallOptions options)Creates a channel with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateChannel(CreateChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateChannel(CreateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a channel with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateChannelAsync(CreateChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateChannelAsync(CreateChannelRequest request, CallOptions options)Creates a channel with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
CreateChannelAsync(CreateChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateChannelAsync(CreateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a channel with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
CreateEvent(CreateEventRequest, CallOptions)
public virtual Event CreateEvent(CreateEventRequest request, CallOptions options)Creates an event with the provided unique ID in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEventRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Event |
The response received from the server. |
CreateEvent(CreateEventRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Event CreateEvent(CreateEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates an event with the provided unique ID in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEventRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Event |
The response received from the server. |
CreateEventAsync(CreateEventRequest, CallOptions)
public virtual AsyncUnaryCall<Event> CreateEventAsync(CreateEventRequest request, CallOptions options)Creates an event with the provided unique ID in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEventRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Event> |
The call object. |
CreateEventAsync(CreateEventRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Event> CreateEventAsync(CreateEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates an event with the provided unique ID in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEventRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Event> |
The call object. |
CreateInput(CreateInputRequest, CallOptions)
public virtual Operation CreateInput(CreateInputRequest request, CallOptions options)Creates an input with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateInput(CreateInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateInput(CreateInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates an input with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateInputAsync(CreateInputRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateInputAsync(CreateInputRequest request, CallOptions options)Creates an input with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
CreateInputAsync(CreateInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateInputAsync(CreateInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates an input with the provided unique ID in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
Operations.OperationsClient |
A new Operations client for the same target as this client. |
DeleteChannel(DeleteChannelRequest, CallOptions)
public virtual Operation DeleteChannel(DeleteChannelRequest request, CallOptions options)Deletes the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteChannel(DeleteChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteChannel(DeleteChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteChannelAsync(DeleteChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteChannelAsync(DeleteChannelRequest request, CallOptions options)Deletes the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
DeleteChannelAsync(DeleteChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteChannelAsync(DeleteChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
DeleteEvent(DeleteEventRequest, CallOptions)
public virtual Empty DeleteEvent(DeleteEventRequest request, CallOptions options)Deletes the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEventRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteEvent(DeleteEventRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteEvent(DeleteEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEventRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteEventAsync(DeleteEventRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteEventAsync(DeleteEventRequest request, CallOptions options)Deletes the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEventRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Empty> |
The call object. |
DeleteEventAsync(DeleteEventRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteEventAsync(DeleteEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEventRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Empty> |
The call object. |
DeleteInput(DeleteInputRequest, CallOptions)
public virtual Operation DeleteInput(DeleteInputRequest request, CallOptions options)Deletes the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteInput(DeleteInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteInput(DeleteInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteInputAsync(DeleteInputRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteInputAsync(DeleteInputRequest request, CallOptions options)Deletes the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
DeleteInputAsync(DeleteInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteInputAsync(DeleteInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
GetChannel(GetChannelRequest, CallOptions)
public virtual Channel GetChannel(GetChannelRequest request, CallOptions options)Returns the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Channel |
The response received from the server. |
GetChannel(GetChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Channel GetChannel(GetChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Channel |
The response received from the server. |
GetChannelAsync(GetChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Channel> GetChannelAsync(GetChannelRequest request, CallOptions options)Returns the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Channel> |
The call object. |
GetChannelAsync(GetChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Channel> GetChannelAsync(GetChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Channel> |
The call object. |
GetEvent(GetEventRequest, CallOptions)
public virtual Event GetEvent(GetEventRequest request, CallOptions options)Returns the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEventRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Event |
The response received from the server. |
GetEvent(GetEventRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Event GetEvent(GetEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEventRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Event |
The response received from the server. |
GetEventAsync(GetEventRequest, CallOptions)
public virtual AsyncUnaryCall<Event> GetEventAsync(GetEventRequest request, CallOptions options)Returns the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEventRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Event> |
The call object. |
GetEventAsync(GetEventRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Event> GetEventAsync(GetEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns the specified event.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEventRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Event> |
The call object. |
GetInput(GetInputRequest, CallOptions)
public virtual Input GetInput(GetInputRequest request, CallOptions options)Returns the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Input |
The response received from the server. |
GetInput(GetInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Input GetInput(GetInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Input |
The response received from the server. |
GetInputAsync(GetInputRequest, CallOptions)
public virtual AsyncUnaryCall<Input> GetInputAsync(GetInputRequest request, CallOptions options)Returns the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Input> |
The call object. |
GetInputAsync(GetInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Input> GetInputAsync(GetInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Input> |
The call object. |
ListChannels(ListChannelsRequest, CallOptions)
public virtual ListChannelsResponse ListChannels(ListChannelsRequest request, CallOptions options)Returns a list of all channels in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListChannelsResponse |
The response received from the server. |
ListChannels(ListChannelsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListChannelsResponse ListChannels(ListChannelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns a list of all channels in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListChannelsResponse |
The response received from the server. |
ListChannelsAsync(ListChannelsRequest, CallOptions)
public virtual AsyncUnaryCall<ListChannelsResponse> ListChannelsAsync(ListChannelsRequest request, CallOptions options)Returns a list of all channels in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListChannelsResponse> |
The call object. |
ListChannelsAsync(ListChannelsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListChannelsResponse> ListChannelsAsync(ListChannelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns a list of all channels in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListChannelsResponse> |
The call object. |
ListEvents(ListEventsRequest, CallOptions)
public virtual ListEventsResponse ListEvents(ListEventsRequest request, CallOptions options)Returns a list of all events in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEventsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEventsResponse |
The response received from the server. |
ListEvents(ListEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListEventsResponse ListEvents(ListEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns a list of all events in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEventsRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListEventsResponse |
The response received from the server. |
ListEventsAsync(ListEventsRequest, CallOptions)
public virtual AsyncUnaryCall<ListEventsResponse> ListEventsAsync(ListEventsRequest request, CallOptions options)Returns a list of all events in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEventsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListEventsResponse> |
The call object. |
ListEventsAsync(ListEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListEventsResponse> ListEventsAsync(ListEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns a list of all events in the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEventsRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListEventsResponse> |
The call object. |
ListInputs(ListInputsRequest, CallOptions)
public virtual ListInputsResponse ListInputs(ListInputsRequest request, CallOptions options)Returns a list of all inputs in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInputsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListInputsResponse |
The response received from the server. |
ListInputs(ListInputsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListInputsResponse ListInputs(ListInputsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns a list of all inputs in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInputsRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListInputsResponse |
The response received from the server. |
ListInputsAsync(ListInputsRequest, CallOptions)
public virtual AsyncUnaryCall<ListInputsResponse> ListInputsAsync(ListInputsRequest request, CallOptions options)Returns a list of all inputs in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInputsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListInputsResponse> |
The call object. |
ListInputsAsync(ListInputsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListInputsResponse> ListInputsAsync(ListInputsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Returns a list of all inputs in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInputsRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListInputsResponse> |
The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override LivestreamService.LivestreamServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
LivestreamService.LivestreamServiceClient |
|
StartChannel(StartChannelRequest, CallOptions)
public virtual Operation StartChannel(StartChannelRequest request, CallOptions options)Starts the specified channel. Part of the video pipeline will be created only when the StartChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StartChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
StartChannel(StartChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation StartChannel(StartChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Starts the specified channel. Part of the video pipeline will be created only when the StartChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StartChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
StartChannelAsync(StartChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> StartChannelAsync(StartChannelRequest request, CallOptions options)Starts the specified channel. Part of the video pipeline will be created only when the StartChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StartChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
StartChannelAsync(StartChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> StartChannelAsync(StartChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Starts the specified channel. Part of the video pipeline will be created only when the StartChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StartChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
StopChannel(StopChannelRequest, CallOptions)
public virtual Operation StopChannel(StopChannelRequest request, CallOptions options)Stops the specified channel. Part of the video pipeline will be released when the StopChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StopChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
StopChannel(StopChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation StopChannel(StopChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Stops the specified channel. Part of the video pipeline will be released when the StopChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StopChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
StopChannelAsync(StopChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> StopChannelAsync(StopChannelRequest request, CallOptions options)Stops the specified channel. Part of the video pipeline will be released when the StopChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StopChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
StopChannelAsync(StopChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> StopChannelAsync(StopChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Stops the specified channel. Part of the video pipeline will be released when the StopChannel request is received by the server.
| Parameters | |
|---|---|
| Name | Description |
request |
StopChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
UpdateChannel(UpdateChannelRequest, CallOptions)
public virtual Operation UpdateChannel(UpdateChannelRequest request, CallOptions options)Updates the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateChannel(UpdateChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation UpdateChannel(UpdateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateChannelAsync(UpdateChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateChannelAsync(UpdateChannelRequest request, CallOptions options)Updates the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
UpdateChannelAsync(UpdateChannelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateChannelAsync(UpdateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the specified channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
UpdateInput(UpdateInputRequest, CallOptions)
public virtual Operation UpdateInput(UpdateInputRequest request, CallOptions options)Updates the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateInput(UpdateInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation UpdateInput(UpdateInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateInputAsync(UpdateInputRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateInputAsync(UpdateInputRequest request, CallOptions options)Updates the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
UpdateInputAsync(UpdateInputRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateInputAsync(UpdateInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the specified input.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInputRequestThe request to send to the server. |
headers |
MetadataThe 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 |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |