public interface TaskRetryPolicyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMaximumBackoff()
public abstract Duration getMaximumBackoff()
Optional. The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay.
.google.protobuf.Duration maximum_backoff = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Duration |
The maximumBackoff. |
getMaximumBackoffOrBuilder()
public abstract DurationOrBuilder getMaximumBackoffOrBuilder()
Optional. The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay.
.google.protobuf.Duration maximum_backoff = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getMinimumBackoff()
public abstract Duration getMinimumBackoff()
Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.
.google.protobuf.Duration minimum_backoff = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Duration |
The minimumBackoff. |
getMinimumBackoffOrBuilder()
public abstract DurationOrBuilder getMinimumBackoffOrBuilder()
Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.
.google.protobuf.Duration minimum_backoff = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasMaximumBackoff()
public abstract boolean hasMaximumBackoff()
Optional. The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay.
.google.protobuf.Duration maximum_backoff = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the maximumBackoff field is set. |
hasMinimumBackoff()
public abstract boolean hasMinimumBackoff()
Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.
.google.protobuf.Duration minimum_backoff = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the minimumBackoff field is set. |