public interface RateLimitSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.DoubleValue |
getFillRate()
Rate at which tokens will be filled per second.
|
com.google.protobuf.DoubleValueOrBuilder |
getFillRateOrBuilder()
Rate at which tokens will be filled per second.
|
com.google.protobuf.UInt32Value |
getMaxTokens()
Maximum number of tokens to be used for rate limiting discovery request calls.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxTokensOrBuilder()
Maximum number of tokens to be used for rate limiting discovery request calls.
|
boolean |
hasFillRate()
Rate at which tokens will be filled per second.
|
boolean |
hasMaxTokens()
Maximum number of tokens to be used for rate limiting discovery request calls.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxTokens()
Maximum number of tokens to be used for rate limiting discovery request calls. If not set, a default value of 100 will be used.
.google.protobuf.UInt32Value max_tokens = 1;com.google.protobuf.UInt32Value getMaxTokens()
Maximum number of tokens to be used for rate limiting discovery request calls. If not set, a default value of 100 will be used.
.google.protobuf.UInt32Value max_tokens = 1;com.google.protobuf.UInt32ValueOrBuilder getMaxTokensOrBuilder()
Maximum number of tokens to be used for rate limiting discovery request calls. If not set, a default value of 100 will be used.
.google.protobuf.UInt32Value max_tokens = 1;boolean hasFillRate()
Rate at which tokens will be filled per second. If not set, a default fill rate of 10 tokens per second will be used.
.google.protobuf.DoubleValue fill_rate = 2 [(.validate.rules) = { ... }com.google.protobuf.DoubleValue getFillRate()
Rate at which tokens will be filled per second. If not set, a default fill rate of 10 tokens per second will be used.
.google.protobuf.DoubleValue fill_rate = 2 [(.validate.rules) = { ... }com.google.protobuf.DoubleValueOrBuilder getFillRateOrBuilder()
Rate at which tokens will be filled per second. If not set, a default fill rate of 10 tokens per second will be used.
.google.protobuf.DoubleValue fill_rate = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.