Interface SecurityPolicyRuleRateLimitOptionsThresholdOrBuilder (1.47.0)

public interface SecurityPolicyRuleRateLimitOptionsThresholdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract int getCount()

Number of HTTP(S) requests for calculating the threshold.

optional int32 count = 94851343;

Returns
TypeDescription
int

The count.

getIntervalSec()

public abstract int getIntervalSec()

Interval over which the threshold is computed.

optional int32 interval_sec = 41084375;

Returns
TypeDescription
int

The intervalSec.

hasCount()

public abstract boolean hasCount()

Number of HTTP(S) requests for calculating the threshold.

optional int32 count = 94851343;

Returns
TypeDescription
boolean

Whether the count field is set.

hasIntervalSec()

public abstract boolean hasIntervalSec()

Interval over which the threshold is computed.

optional int32 interval_sec = 41084375;

Returns
TypeDescription
boolean

Whether the intervalSec field is set.