public interface SecurityPolicyRuleRateLimitOptionsThresholdOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract int getCount()
Number of HTTP(S) requests for calculating the threshold.
optional int32 count = 94851343;
Returns | |
---|---|
Type | Description |
int |
The count. |
getIntervalSec()
public abstract int getIntervalSec()
Interval over which the threshold is computed.
optional int32 interval_sec = 41084375;
Returns | |
---|---|
Type | Description |
int |
The intervalSec. |
hasCount()
public abstract boolean hasCount()
Number of HTTP(S) requests for calculating the threshold.
optional int32 count = 94851343;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the intervalSec field is set. |