Class WorkflowsServiceV2BetaSettings (1.0.0-beta02)

public sealed class WorkflowsServiceV2BetaSettings : ServiceSettingsBase

Settings for WorkflowsServiceV2BetaClient instances.

Inheritance

Object > ServiceSettingsBase > WorkflowsServiceV2BetaSettings

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

WorkflowsServiceV2BetaSettings()

public WorkflowsServiceV2BetaSettings()

Constructs a new WorkflowsServiceV2BetaSettings object with default settings.

Properties

RunPipelineOperationsSettings

public OperationsSettings RunPipelineOperationsSettings { get; set; }

Long Running Operation settings for calls to WorkflowsServiceV2BetaClient.RunPipeline and WorkflowsServiceV2BetaClient.RunPipelineAsync.

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.

RunPipelineSettings

public CallSettings RunPipelineSettings { get; set; }

CallSettings for synchronous and asynchronous calls to WorkflowsServiceV2BetaClient.RunPipeline and WorkflowsServiceV2BetaClient.RunPipelineAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public WorkflowsServiceV2BetaSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
WorkflowsServiceV2BetaSettings

A deep clone of this WorkflowsServiceV2BetaSettings object.

GetDefault()

public static WorkflowsServiceV2BetaSettings GetDefault()

Get a new instance of the default WorkflowsServiceV2BetaSettings.

Returns
TypeDescription
WorkflowsServiceV2BetaSettings

A new instance of the default WorkflowsServiceV2BetaSettings.