public sealed class WorkflowTemplateServiceSettings : ServiceSettingsBase
Settings for WorkflowTemplateServiceClient instances.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
WorkflowTemplateServiceSettings()
public WorkflowTemplateServiceSettings()
Constructs a new WorkflowTemplateServiceSettings object with default settings.
Properties
CreateWorkflowTemplateSettings
public CallSettings CreateWorkflowTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowTemplateServiceClient.CreateWorkflowTemplate
and
WorkflowTemplateServiceClient.CreateWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 600 seconds.
DeleteWorkflowTemplateSettings
public CallSettings DeleteWorkflowTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowTemplateServiceClient.DeleteWorkflowTemplate
and
WorkflowTemplateServiceClient.DeleteWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 600 seconds.
GetWorkflowTemplateSettings
public CallSettings GetWorkflowTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowTemplateServiceClient.GetWorkflowTemplate
and
WorkflowTemplateServiceClient.GetWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: DeadlineExceeded, Internal, Unavailable.
- Timeout: 600 seconds.
InstantiateInlineWorkflowTemplateOperationsSettings
public OperationsSettings InstantiateInlineWorkflowTemplateOperationsSettings { get; set; }
Long Running Operation settings for calls to
WorkflowTemplateServiceClient.InstantiateInlineWorkflowTemplate
and
WorkflowTemplateServiceClient.InstantiateInlineWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
InstantiateInlineWorkflowTemplateSettings
public CallSettings InstantiateInlineWorkflowTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowTemplateServiceClient.InstantiateInlineWorkflowTemplate
and
WorkflowTemplateServiceClient.InstantiateInlineWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 600 seconds.
InstantiateWorkflowTemplateOperationsSettings
public OperationsSettings InstantiateWorkflowTemplateOperationsSettings { get; set; }
Long Running Operation settings for calls to WorkflowTemplateServiceClient.InstantiateWorkflowTemplate
and WorkflowTemplateServiceClient.InstantiateWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
InstantiateWorkflowTemplateSettings
public CallSettings InstantiateWorkflowTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowTemplateServiceClient.InstantiateWorkflowTemplate
and
WorkflowTemplateServiceClient.InstantiateWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 600 seconds.
ListWorkflowTemplatesSettings
public CallSettings ListWorkflowTemplatesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowTemplateServiceClient.ListWorkflowTemplates
and
WorkflowTemplateServiceClient.ListWorkflowTemplatesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: DeadlineExceeded, Internal, Unavailable.
- Timeout: 600 seconds.
UpdateWorkflowTemplateSettings
public CallSettings UpdateWorkflowTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowTemplateServiceClient.UpdateWorkflowTemplate
and
WorkflowTemplateServiceClient.UpdateWorkflowTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 600 seconds.
Methods
Clone()
public WorkflowTemplateServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
WorkflowTemplateServiceSettings | A deep clone of this WorkflowTemplateServiceSettings object. |
GetDefault()
public static WorkflowTemplateServiceSettings GetDefault()
Get a new instance of the default WorkflowTemplateServiceSettings.
Returns | |
---|---|
Type | Description |
WorkflowTemplateServiceSettings | A new instance of the default WorkflowTemplateServiceSettings. |