Uses of Class
io.envoyproxy.envoy.extensions.common.ratelimit.v3.LocalClusterRateLimit
Packages that use LocalClusterRateLimit
Package
Description
-
Uses of LocalClusterRateLimit in io.envoyproxy.envoy.extensions.common.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 that return LocalClusterRateLimitModifier and TypeMethodDescriptionLocalClusterRateLimit.Builder.build()LocalClusterRateLimit.Builder.buildPartial()static LocalClusterRateLimitLocalClusterRateLimit.getDefaultInstance()LocalClusterRateLimit.Builder.getDefaultInstanceForType()LocalClusterRateLimit.getDefaultInstanceForType()static LocalClusterRateLimitLocalClusterRateLimit.parseDelimitedFrom(InputStream input) static LocalClusterRateLimitLocalClusterRateLimit.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(byte[] data) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(com.google.protobuf.ByteString data) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(com.google.protobuf.CodedInputStream input) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(InputStream input) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(ByteBuffer data) static LocalClusterRateLimitLocalClusterRateLimit.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 that return types with arguments of type LocalClusterRateLimitModifier and TypeMethodDescriptioncom.google.protobuf.Parser<LocalClusterRateLimit>LocalClusterRateLimit.getParserForType()static com.google.protobuf.Parser<LocalClusterRateLimit>LocalClusterRateLimit.parser()Methods in io.envoyproxy.envoy.extensions.common.ratelimit.v3 with parameters of type LocalClusterRateLimitModifier and TypeMethodDescriptionLocalClusterRateLimit.Builder.mergeFrom(LocalClusterRateLimit other) LocalClusterRateLimit.newBuilder(LocalClusterRateLimit prototype) -
Uses of LocalClusterRateLimit in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 that return LocalClusterRateLimitModifier and TypeMethodDescriptionLocalRateLimit.Builder.getLocalClusterRateLimit()Enables the local cluster level rate limiting, iff this is set explicitly.LocalRateLimit.getLocalClusterRateLimit()Enables the local cluster level rate limiting, iff this is set explicitly.LocalRateLimitOrBuilder.getLocalClusterRateLimit()Enables the local cluster level rate limiting, iff this is set explicitly.Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 with parameters of type LocalClusterRateLimitModifier and TypeMethodDescriptionLocalRateLimit.Builder.mergeLocalClusterRateLimit(LocalClusterRateLimit value) Enables the local cluster level rate limiting, iff this is set explicitly.LocalRateLimit.Builder.setLocalClusterRateLimit(LocalClusterRateLimit value) Enables the local cluster level rate limiting, iff this is set explicitly.