Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3.BandwidthLimit.EnableMode
Packages that use BandwidthLimit.EnableMode
-
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.EnableModeModifier and TypeMethodDescriptionstatic BandwidthLimit.EnableModeBandwidthLimit.EnableMode.forNumber(int value) BandwidthLimit.Builder.getEnableMode()The enable mode for the bandwidth limit filter.BandwidthLimit.getEnableMode()The enable mode for the bandwidth limit filter.BandwidthLimitOrBuilder.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.EnableModeReturns 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.EnableModeModifier and TypeMethodDescriptionstatic 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.EnableModeModifier and TypeMethodDescriptionBandwidthLimit.Builder.setEnableMode(BandwidthLimit.EnableMode value) The enable mode for the bandwidth limit filter.