BandwidthLimit.Builder |
BandwidthLimit.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clear() |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearEnableMode() |
The enable mode for the bandwidth limit filter.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearEnableResponseTrailers() |
Enable response trailers.
.. note::
* If set true, the response trailers ``bandwidth-request-delay-ms`` and ``bandwidth-response-delay-ms`` will be added, prefixed by ``response_trailer_prefix``
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearFillInterval() |
Optional Fill interval in milliseconds for the token refills.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearLimitKbps() |
The limit supplied in KiB/s.
.. note::
It's fine for the limit to be unset for the global configuration since the bandwidth limit
can be applied at a the virtual host or route level.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearResponseTrailerPrefix() |
Optional The prefix for the response trailers.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearRuntimeEnabled() |
Runtime flag that controls whether the filter is enabled or not.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clearStatPrefix() |
The human readable prefix to use when emitting stats.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.clone() |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.mergeFillInterval(com.google.protobuf.Duration value) |
Optional Fill interval in milliseconds for the token refills.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.mergeFrom(com.google.protobuf.Message other) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.mergeFrom(BandwidthLimit other) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.mergeLimitKbps(com.google.protobuf.UInt64Value value) |
The limit supplied in KiB/s.
.. note::
It's fine for the limit to be unset for the global configuration since the bandwidth limit
can be applied at a the virtual host or route level.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.mergeRuntimeEnabled(RuntimeFeatureFlag value) |
Runtime flag that controls whether the filter is enabled or not.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static BandwidthLimit.Builder |
BandwidthLimit.newBuilder() |
|
static BandwidthLimit.Builder |
BandwidthLimit.newBuilder(BandwidthLimit prototype) |
|
BandwidthLimit.Builder |
BandwidthLimit.newBuilderForType() |
|
protected BandwidthLimit.Builder |
BandwidthLimit.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setEnableMode(BandwidthLimit.EnableMode value) |
The enable mode for the bandwidth limit filter.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setEnableModeValue(int value) |
The enable mode for the bandwidth limit filter.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setEnableResponseTrailers(boolean value) |
Enable response trailers.
.. note::
* If set true, the response trailers ``bandwidth-request-delay-ms`` and ``bandwidth-response-delay-ms`` will be added, prefixed by ``response_trailer_prefix``
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setFillInterval(com.google.protobuf.Duration value) |
Optional Fill interval in milliseconds for the token refills.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setFillInterval(com.google.protobuf.Duration.Builder builderForValue) |
Optional Fill interval in milliseconds for the token refills.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setLimitKbps(com.google.protobuf.UInt64Value value) |
The limit supplied in KiB/s.
.. note::
It's fine for the limit to be unset for the global configuration since the bandwidth limit
can be applied at a the virtual host or route level.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setLimitKbps(com.google.protobuf.UInt64Value.Builder builderForValue) |
The limit supplied in KiB/s.
.. note::
It's fine for the limit to be unset for the global configuration since the bandwidth limit
can be applied at a the virtual host or route level.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setResponseTrailerPrefix(String value) |
Optional The prefix for the response trailers.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setResponseTrailerPrefixBytes(com.google.protobuf.ByteString value) |
Optional The prefix for the response trailers.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setRuntimeEnabled(RuntimeFeatureFlag value) |
Runtime flag that controls whether the filter is enabled or not.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue) |
Runtime flag that controls whether the filter is enabled or not.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setStatPrefix(String value) |
The human readable prefix to use when emitting stats.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) |
The human readable prefix to use when emitting stats.
|
BandwidthLimit.Builder |
BandwidthLimit.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
BandwidthLimit.Builder |
BandwidthLimit.toBuilder() |
|