public class TranscoderServiceClient : ClientBase<TranscoderService.TranscoderServiceClient>
Client for TranscoderService
Inheritance
Object > ClientBase > ClientBase<TranscoderService.TranscoderServiceClient> > TranscoderService.TranscoderServiceClientNamespace
Google.Cloud.Video.Transcoder.V1Beta1Assembly
Google.Cloud.Video.Transcoder.V1Beta1.dll
Constructors
TranscoderServiceClient()
protected TranscoderServiceClient()
Protected parameterless constructor to allow creation of test doubles.
TranscoderServiceClient(CallInvoker)
public TranscoderServiceClient(CallInvoker callInvoker)
Creates a new client for TranscoderService that uses a custom CallInvoker
.
Type | Name | Description |
---|---|---|
CallInvoker | callInvoker | The callInvoker to use to make remote calls. |
TranscoderServiceClient(ChannelBase)
public TranscoderServiceClient(ChannelBase channel)
Creates a new client for TranscoderService
Type | Name | Description |
---|---|---|
ChannelBase | channel | The channel to use to make remote calls. |
TranscoderServiceClient(ClientBase.ClientBaseConfiguration)
protected TranscoderServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Type | Name | Description |
---|---|---|
ClientBase.ClientBaseConfiguration | configuration | The client configuration. |
Methods
CreateJob(CreateJobRequest, CallOptions)
public virtual Job CreateJob(CreateJobRequest request, CallOptions options)
Creates a job in the specified region.
Type | Name | Description |
---|---|---|
CreateJobRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
Job | The response received from the server. |
CreateJob(CreateJobRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Job CreateJob(CreateJobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Creates a job in the specified region.
Type | Name | Description |
---|---|---|
CreateJobRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
Job | The response received from the server. |
CreateJobAsync(CreateJobRequest, CallOptions)
public virtual AsyncUnaryCall<Job> CreateJobAsync(CreateJobRequest request, CallOptions options)
Creates a job in the specified region.
Type | Name | Description |
---|---|---|
CreateJobRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<Job> | The call object. |
CreateJobAsync(CreateJobRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Job> CreateJobAsync(CreateJobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Creates a job in the specified region.
Type | Name | Description |
---|---|---|
CreateJobRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<Job> | The call object. |
CreateJobTemplate(CreateJobTemplateRequest, CallOptions)
public virtual JobTemplate CreateJobTemplate(CreateJobTemplateRequest request, CallOptions options)
Creates a job template in the specified region.
Type | Name | Description |
---|---|---|
CreateJobTemplateRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
JobTemplate | The response received from the server. |
CreateJobTemplate(CreateJobTemplateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual JobTemplate CreateJobTemplate(CreateJobTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Creates a job template in the specified region.
Type | Name | Description |
---|---|---|
CreateJobTemplateRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
JobTemplate | The response received from the server. |
CreateJobTemplateAsync(CreateJobTemplateRequest, CallOptions)
public virtual AsyncUnaryCall<JobTemplate> CreateJobTemplateAsync(CreateJobTemplateRequest request, CallOptions options)
Creates a job template in the specified region.
Type | Name | Description |
---|---|---|
CreateJobTemplateRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<JobTemplate> | The call object. |
CreateJobTemplateAsync(CreateJobTemplateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<JobTemplate> CreateJobTemplateAsync(CreateJobTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Creates a job template in the specified region.
Type | Name | Description |
---|---|---|
CreateJobTemplateRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<JobTemplate> | The call object. |
DeleteJob(DeleteJobRequest, CallOptions)
public virtual Empty DeleteJob(DeleteJobRequest request, CallOptions options)
Deletes a job.
Type | Name | Description |
---|---|---|
DeleteJobRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteJob(DeleteJobRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteJob(DeleteJobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Deletes a job.
Type | Name | Description |
---|---|---|
DeleteJobRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteJobAsync(DeleteJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteJobAsync(DeleteJobRequest request, CallOptions options)
Deletes a job.
Type | Name | Description |
---|---|---|
DeleteJobRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteJobAsync(DeleteJobRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteJobAsync(DeleteJobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Deletes a job.
Type | Name | Description |
---|---|---|
DeleteJobRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteJobTemplate(DeleteJobTemplateRequest, CallOptions)
public virtual Empty DeleteJobTemplate(DeleteJobTemplateRequest request, CallOptions options)
Deletes a job template.
Type | Name | Description |
---|---|---|
DeleteJobTemplateRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteJobTemplate(DeleteJobTemplateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteJobTemplate(DeleteJobTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Deletes a job template.
Type | Name | Description |
---|---|---|
DeleteJobTemplateRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteJobTemplateAsync(DeleteJobTemplateRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteJobTemplateAsync(DeleteJobTemplateRequest request, CallOptions options)
Deletes a job template.
Type | Name | Description |
---|---|---|
DeleteJobTemplateRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteJobTemplateAsync(DeleteJobTemplateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteJobTemplateAsync(DeleteJobTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Deletes a job template.
Type | Name | Description |
---|---|---|
DeleteJobTemplateRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
GetJob(GetJobRequest, CallOptions)
public virtual Job GetJob(GetJobRequest request, CallOptions options)
Returns the job data.
Type | Name | Description |
---|---|---|
GetJobRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
Job | The response received from the server. |
GetJob(GetJobRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Job GetJob(GetJobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Returns the job data.
Type | Name | Description |
---|---|---|
GetJobRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
Job | The response received from the server. |
GetJobAsync(GetJobRequest, CallOptions)
public virtual AsyncUnaryCall<Job> GetJobAsync(GetJobRequest request, CallOptions options)
Returns the job data.
Type | Name | Description |
---|---|---|
GetJobRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<Job> | The call object. |
GetJobAsync(GetJobRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Job> GetJobAsync(GetJobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Returns the job data.
Type | Name | Description |
---|---|---|
GetJobRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<Job> | The call object. |
GetJobTemplate(GetJobTemplateRequest, CallOptions)
public virtual JobTemplate GetJobTemplate(GetJobTemplateRequest request, CallOptions options)
Returns the job template data.
Type | Name | Description |
---|---|---|
GetJobTemplateRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
JobTemplate | The response received from the server. |
GetJobTemplate(GetJobTemplateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual JobTemplate GetJobTemplate(GetJobTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Returns the job template data.
Type | Name | Description |
---|---|---|
GetJobTemplateRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
JobTemplate | The response received from the server. |
GetJobTemplateAsync(GetJobTemplateRequest, CallOptions)
public virtual AsyncUnaryCall<JobTemplate> GetJobTemplateAsync(GetJobTemplateRequest request, CallOptions options)
Returns the job template data.
Type | Name | Description |
---|---|---|
GetJobTemplateRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<JobTemplate> | The call object. |
GetJobTemplateAsync(GetJobTemplateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<JobTemplate> GetJobTemplateAsync(GetJobTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Returns the job template data.
Type | Name | Description |
---|---|---|
GetJobTemplateRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<JobTemplate> | The call object. |
ListJobs(ListJobsRequest, CallOptions)
public virtual ListJobsResponse ListJobs(ListJobsRequest request, CallOptions options)
Lists jobs in the specified region.
Type | Name | Description |
---|---|---|
ListJobsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
ListJobsResponse | The response received from the server. |
ListJobs(ListJobsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListJobsResponse ListJobs(ListJobsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Lists jobs in the specified region.
Type | Name | Description |
---|---|---|
ListJobsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
ListJobsResponse | The response received from the server. |
ListJobsAsync(ListJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListJobsResponse> ListJobsAsync(ListJobsRequest request, CallOptions options)
Lists jobs in the specified region.
Type | Name | Description |
---|---|---|
ListJobsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<ListJobsResponse> | The call object. |
ListJobsAsync(ListJobsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListJobsResponse> ListJobsAsync(ListJobsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Lists jobs in the specified region.
Type | Name | Description |
---|---|---|
ListJobsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<ListJobsResponse> | The call object. |
ListJobTemplates(ListJobTemplatesRequest, CallOptions)
public virtual ListJobTemplatesResponse ListJobTemplates(ListJobTemplatesRequest request, CallOptions options)
Lists job templates in the specified region.
Type | Name | Description |
---|---|---|
ListJobTemplatesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
ListJobTemplatesResponse | The response received from the server. |
ListJobTemplates(ListJobTemplatesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListJobTemplatesResponse ListJobTemplates(ListJobTemplatesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Lists job templates in the specified region.
Type | Name | Description |
---|---|---|
ListJobTemplatesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
ListJobTemplatesResponse | The response received from the server. |
ListJobTemplatesAsync(ListJobTemplatesRequest, CallOptions)
public virtual AsyncUnaryCall<ListJobTemplatesResponse> ListJobTemplatesAsync(ListJobTemplatesRequest request, CallOptions options)
Lists job templates in the specified region.
Type | Name | Description |
---|---|---|
ListJobTemplatesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Type | Description |
---|---|
AsyncUnaryCall<ListJobTemplatesResponse> | The call object. |
ListJobTemplatesAsync(ListJobTemplatesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListJobTemplatesResponse> ListJobTemplatesAsync(ListJobTemplatesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Lists job templates in the specified region.
Type | Name | Description |
---|---|---|
ListJobTemplatesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
Nullable<DateTime> | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Type | Description |
---|---|
AsyncUnaryCall<ListJobTemplatesResponse> | The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override TranscoderService.TranscoderServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Type | Name | Description |
---|---|---|
ClientBase.ClientBaseConfiguration | configuration |
Type | Description |
---|---|
TranscoderService.TranscoderServiceClient |