Interface Trigger.RetryPolicyOrBuilder (1.81.0)

public static interface Trigger.RetryPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxAttempts()

public abstract int getMaxAttempts()

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

int32 max_attempts = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The maxAttempts.