public interface SecurityPolicyRuleRateLimitOptionsThresholdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Number of HTTP(S) requests for calculating the threshold.
|
int |
getIntervalSec()
Interval over which the threshold is computed.
|
boolean |
hasCount()
Number of HTTP(S) requests for calculating the threshold.
|
boolean |
hasIntervalSec()
Interval over which the threshold is computed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCount()
Number of HTTP(S) requests for calculating the threshold.
optional int32 count = 94851343;int getCount()
Number of HTTP(S) requests for calculating the threshold.
optional int32 count = 94851343;boolean hasIntervalSec()
Interval over which the threshold is computed.
optional int32 interval_sec = 41084375;int getIntervalSec()
Interval over which the threshold is computed.
optional int32 interval_sec = 41084375;Copyright © 2023 Google LLC. All rights reserved.