public sealed class TemplatesServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Dataflow v1beta3 API class TemplatesServiceSettings.
Settings for TemplatesServiceClient instances.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
TemplatesServiceSettings()
public TemplatesServiceSettings()
Constructs a new TemplatesServiceSettings object with default settings.
Properties
CreateJobFromTemplateSettings
public CallSettings CreateJobFromTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TemplatesServiceClient.CreateJobFromTemplate
and TemplatesServiceClient.CreateJobFromTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetTemplateSettings
public CallSettings GetTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TemplatesServiceClient.GetTemplate
and TemplatesServiceClient.GetTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
LaunchTemplateSettings
public CallSettings LaunchTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TemplatesServiceClient.LaunchTemplate
and TemplatesServiceClient.LaunchTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public TemplatesServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
TemplatesServiceSettings |
A deep clone of this TemplatesServiceSettings object. |
GetDefault()
public static TemplatesServiceSettings GetDefault()
Get a new instance of the default TemplatesServiceSettings.
Returns | |
---|---|
Type | Description |
TemplatesServiceSettings |
A new instance of the default TemplatesServiceSettings. |