public sealed class WorkflowsServiceV2BetaSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud Life Sciences v2beta API class WorkflowsServiceV2BetaSettings.
Settings for WorkflowsServiceV2BetaClient instances.
Namespace
Google.Cloud.LifeSciences.V2BetaAssembly
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 | |
---|---|
Type | Description |
LocationsSettings |
RunPipelineOperationsSettings
public OperationsSettings RunPipelineOperationsSettings { get; set; }
Long Running Operation settings for calls to WorkflowsServiceV2BetaClient.RunPipeline
and
WorkflowsServiceV2BetaClient.RunPipelineAsync
.
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.
RunPipelineSettings
public CallSettings RunPipelineSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
WorkflowsServiceV2BetaClient.RunPipeline
and WorkflowsServiceV2BetaClient.RunPipelineAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
WorkflowsServiceV2BetaSettings |
A deep clone of this WorkflowsServiceV2BetaSettings object. |
GetDefault()
public static WorkflowsServiceV2BetaSettings GetDefault()
Get a new instance of the default WorkflowsServiceV2BetaSettings.
Returns | |
---|---|
Type | Description |
WorkflowsServiceV2BetaSettings |
A new instance of the default WorkflowsServiceV2BetaSettings. |