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
TypeDescription
long

getMaxBackoffSec()

public abstract double getMaxBackoffSec()
Returns
TypeDescription
double

getMaxDoublings()

public abstract int getMaxDoublings()
Returns
TypeDescription
int

getMinBackoffSec()

public abstract double getMinBackoffSec()
Returns
TypeDescription
double

getRetryLimit()

public abstract int getRetryLimit()
Returns
TypeDescription
int

hasAgeLimitSec()

public abstract boolean hasAgeLimitSec()
Returns
TypeDescription
boolean

hasMaxBackoffSec()

public abstract boolean hasMaxBackoffSec()
Returns
TypeDescription
boolean

hasMaxDoublings()

public abstract boolean hasMaxDoublings()
Returns
TypeDescription
boolean

hasMinBackoffSec()

public abstract boolean hasMinBackoffSec()
Returns
TypeDescription
boolean

hasRetryLimit()

public abstract boolean hasRetryLimit()
Returns
TypeDescription
boolean