Google Cloud Dataproc v1 API - Class WorkflowTemplateServiceSettings (5.10.0)

public sealed class WorkflowTemplateServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Google Cloud Dataproc v1 API class WorkflowTemplateServiceSettings.

Settings for WorkflowTemplateServiceClient instances.

Inheritance

object > ServiceSettingsBase > WorkflowTemplateServiceSettings

Namespace

Google.Cloud.Dataproc.V1

Assembly

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

The settings to use for the IAMPolicyClient associated with the client.

Property Value
TypeDescription
IAMPolicySettings

InstantiateInlineWorkflowTemplateOperationsSettings

public OperationsSettings InstantiateInlineWorkflowTemplateOperationsSettings { get; set; }

Long Running Operation settings for calls to WorkflowTemplateServiceClient.InstantiateInlineWorkflowTemplate and WorkflowTemplateServiceClient.InstantiateInlineWorkflowTemplateAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
WorkflowTemplateServiceSettings

A deep clone of this WorkflowTemplateServiceSettings object.

GetDefault()

public static WorkflowTemplateServiceSettings GetDefault()

Get a new instance of the default WorkflowTemplateServiceSettings.

Returns
TypeDescription
WorkflowTemplateServiceSettings

A new instance of the default WorkflowTemplateServiceSettings.