public sealed class EventarcSettings : ServiceSettingsBaseSettings for EventarcClient instances.
Namespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
EventarcSettings()
public EventarcSettings()Constructs a new EventarcSettings object with default settings.
Properties
CreateTriggerOperationsSettings
public OperationsSettings CreateTriggerOperationsSettings { get; set; }Long Running Operation settings for calls to EventarcClient.CreateTrigger and
EventarcClient.CreateTriggerAsync.
| 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.
CreateTriggerSettings
public CallSettings CreateTriggerSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EventarcClient.CreateTrigger and EventarcClient.CreateTriggerAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DeleteTriggerOperationsSettings
public OperationsSettings DeleteTriggerOperationsSettings { get; set; }Long Running Operation settings for calls to EventarcClient.DeleteTrigger and
EventarcClient.DeleteTriggerAsync.
| 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.
DeleteTriggerSettings
public CallSettings DeleteTriggerSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EventarcClient.DeleteTrigger and EventarcClient.DeleteTriggerAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetTriggerSettings
public CallSettings GetTriggerSettings { get; set; }CallSettings for synchronous and asynchronous calls to EventarcClient.GetTrigger
and EventarcClient.GetTriggerAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ListTriggersSettings
public CallSettings ListTriggersSettings { get; set; }CallSettings for synchronous and asynchronous calls to EventarcClient.ListTriggers
and EventarcClient.ListTriggersAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
UpdateTriggerOperationsSettings
public OperationsSettings UpdateTriggerOperationsSettings { get; set; }Long Running Operation settings for calls to EventarcClient.UpdateTrigger and
EventarcClient.UpdateTriggerAsync.
| 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.
UpdateTriggerSettings
public CallSettings UpdateTriggerSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EventarcClient.UpdateTrigger and EventarcClient.UpdateTriggerAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public EventarcSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
EventarcSettings |
A deep clone of this EventarcSettings object. |
GetDefault()
public static EventarcSettings GetDefault()Get a new instance of the default EventarcSettings.
| Returns | |
|---|---|
| Type | Description |
EventarcSettings |
A new instance of the default EventarcSettings. |