Uses of Class
io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3.BandwidthLimit.EnableMode
-
Packages that use BandwidthLimit.EnableMode Package Description io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3 -
-
Uses of BandwidthLimit.EnableMode in io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3 that return BandwidthLimit.EnableMode Modifier and Type Method Description static BandwidthLimit.EnableModeBandwidthLimit.EnableMode. forNumber(int value)BandwidthLimit.EnableModeBandwidthLimit.Builder. getEnableMode()The enable mode for the bandwidth limit filter.BandwidthLimit.EnableModeBandwidthLimit. getEnableMode()The enable mode for the bandwidth limit filter.BandwidthLimit.EnableModeBandwidthLimitOrBuilder. getEnableMode()The enable mode for the bandwidth limit filter.static BandwidthLimit.EnableModeBandwidthLimit.EnableMode. valueOf(int value)Deprecated.static BandwidthLimit.EnableModeBandwidthLimit.EnableMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BandwidthLimit.EnableModeBandwidthLimit.EnableMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BandwidthLimit.EnableMode[]BandwidthLimit.EnableMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3 that return types with arguments of type BandwidthLimit.EnableMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BandwidthLimit.EnableMode>BandwidthLimit.EnableMode. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3 with parameters of type BandwidthLimit.EnableMode Modifier and Type Method Description BandwidthLimit.BuilderBandwidthLimit.Builder. setEnableMode(BandwidthLimit.EnableMode value)The enable mode for the bandwidth limit filter.
-