Class EventarcSettings (1.0.0)

public sealed class EventarcSettings : ServiceSettingsBase

Settings for EventarcClient instances.

Inheritance

Object > ServiceSettingsBase > EventarcSettings

Namespace

Google.Cloud.Eventarc.V1

Assembly

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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
EventarcSettings

A deep clone of this EventarcSettings object.

GetDefault()

public static EventarcSettings GetDefault()

Get a new instance of the default EventarcSettings.

Returns
TypeDescription
EventarcSettings

A new instance of the default EventarcSettings.