public sealed class TranscoderServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Transcoder v1 API class TranscoderServiceSettings.
Settings for TranscoderServiceClient instances.
Namespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
TranscoderServiceSettings()
public TranscoderServiceSettings()Constructs a new TranscoderServiceSettings object with default settings.
Properties
CreateJobSettings
public CallSettings CreateJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.CreateJob and TranscoderServiceClient.CreateJobAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
CreateJobTemplateSettings
public CallSettings CreateJobTemplateSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.CreateJobTemplate and TranscoderServiceClient.CreateJobTemplateAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
DeleteJobSettings
public CallSettings DeleteJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.DeleteJob and TranscoderServiceClient.DeleteJobAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
DeleteJobTemplateSettings
public CallSettings DeleteJobTemplateSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.DeleteJobTemplate and TranscoderServiceClient.DeleteJobTemplateAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
GetJobSettings
public CallSettings GetJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.GetJob and TranscoderServiceClient.GetJobAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
GetJobTemplateSettings
public CallSettings GetJobTemplateSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.GetJobTemplate and TranscoderServiceClient.GetJobTemplateAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
ListJobTemplatesSettings
public CallSettings ListJobTemplatesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.ListJobTemplates and TranscoderServiceClient.ListJobTemplatesAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
ListJobsSettings
public CallSettings ListJobsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TranscoderServiceClient.ListJobs and TranscoderServiceClient.ListJobsAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
Methods
Clone()
public TranscoderServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description | 
TranscoderServiceSettings | 
        A deep clone of this TranscoderServiceSettings object.  | 
      
GetDefault()
public static TranscoderServiceSettings GetDefault()Get a new instance of the default TranscoderServiceSettings.
| Returns | |
|---|---|
| Type | Description | 
TranscoderServiceSettings | 
        A new instance of the default TranscoderServiceSettings.  |