Interface TaskQueuePb.TaskQueueRetryParametersOrBuilder (2.0.0)

public static interface TaskQueuePb.TaskQueueRetryParametersOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getAgeLimitSec()

public abstract long getAgeLimitSec()
Returns
Type Description
long

getMaxBackoffSec()

public abstract double getMaxBackoffSec()
Returns
Type Description
double

getMaxDoublings()

public abstract int getMaxDoublings()
Returns
Type Description
int

getMinBackoffSec()

public abstract double getMinBackoffSec()
Returns
Type Description
double

getRetryLimit()

public abstract int getRetryLimit()
Returns
Type Description
int

hasAgeLimitSec()

public abstract boolean hasAgeLimitSec()
Returns
Type Description
boolean

hasMaxBackoffSec()

public abstract boolean hasMaxBackoffSec()
Returns
Type Description
boolean

hasMaxDoublings()

public abstract boolean hasMaxDoublings()
Returns
Type Description
boolean

hasMinBackoffSec()

public abstract boolean hasMinBackoffSec()
Returns
Type Description
boolean

hasRetryLimit()

public abstract boolean hasRetryLimit()
Returns
Type Description
boolean