Cloud Life Sciences v2beta API - Class WorkflowsServiceV2BetaSettings (2.0.0-beta05)

public sealed class WorkflowsServiceV2BetaSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud Life Sciences v2beta API class WorkflowsServiceV2BetaSettings.

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

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

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

Property Value
TypeDescription
LocationsSettings

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.