Eventarc v1 API - Class Trigger.Types.RetryPolicy (2.9.0)

public sealed class Trigger.Types.RetryPolicy : IMessage<Trigger.Types.RetryPolicy>, IEquatable<Trigger.Types.RetryPolicy>, IDeepCloneable<Trigger.Types.RetryPolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class Trigger.Types.RetryPolicy.

The retry policy configuration for the Trigger.

Can only be set with Cloud Run destinations.

Inheritance

object > Trigger.Types.RetryPolicy

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

RetryPolicy()

public RetryPolicy()

RetryPolicy(RetryPolicy)

public RetryPolicy(Trigger.Types.RetryPolicy other)
Parameter
Name Description
other TriggerTypesRetryPolicy

Properties

MaxAttempts

public int MaxAttempts { get; set; }

Optional. The maximum number of delivery attempts for any message. The only valid value is 1.

Property Value
Type Description
int