public sealed class ExecutionsSettings : ServiceSettingsBaseReference documentation and code samples for the Workflow Executions v1beta API class ExecutionsSettings.
Settings for ExecutionsClient instances.
Namespace
Google.Cloud.Workflows.Executions.V1BetaAssembly
Google.Cloud.Workflows.Executions.V1Beta.dll
Constructors
ExecutionsSettings()
public ExecutionsSettings()Constructs a new ExecutionsSettings object with default settings.
Properties
CancelExecutionSettings
public CallSettings CancelExecutionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExecutionsClient.CancelExecution and ExecutionsClient.CancelExecutionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
CreateExecutionSettings
public CallSettings CreateExecutionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExecutionsClient.CreateExecution and ExecutionsClient.CreateExecutionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetExecutionSettings
public CallSettings GetExecutionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExecutionsClient.GetExecution and ExecutionsClient.GetExecutionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ListExecutionsSettings
public CallSettings ListExecutionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExecutionsClient.ListExecutions and ExecutionsClient.ListExecutionsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ExecutionsSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ExecutionsSettings |
A deep clone of this ExecutionsSettings object. |
GetDefault()
public static ExecutionsSettings GetDefault()Get a new instance of the default ExecutionsSettings.
| Returns | |
|---|---|
| Type | Description |
ExecutionsSettings |
A new instance of the default ExecutionsSettings. |