Uses of Class
io.envoyproxy.envoy.service.ratelimit.v3.RateLimitResponse.RateLimit
Packages that use RateLimitResponse.RateLimit
-
Uses of RateLimitResponse.RateLimit in io.envoyproxy.envoy.service.ratelimit.v3
Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return RateLimitResponse.RateLimitModifier and TypeMethodDescriptionRateLimitResponse.RateLimit.Builder.build()RateLimitResponse.RateLimit.Builder.buildPartial()RateLimitResponse.DescriptorStatus.Builder.getCurrentLimit()The current limit as configured by the server.RateLimitResponse.DescriptorStatus.getCurrentLimit()The current limit as configured by the server.RateLimitResponse.DescriptorStatusOrBuilder.getCurrentLimit()The current limit as configured by the server.static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.getDefaultInstance()RateLimitResponse.RateLimit.Builder.getDefaultInstanceForType()RateLimitResponse.RateLimit.getDefaultInstanceForType()static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseDelimitedFrom(InputStream input) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(byte[] data) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(com.google.protobuf.ByteString data) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(com.google.protobuf.CodedInputStream input) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(InputStream input) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(ByteBuffer data) static RateLimitResponse.RateLimitRateLimitResponse.RateLimit.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return types with arguments of type RateLimitResponse.RateLimitModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RateLimitResponse.RateLimit>RateLimitResponse.RateLimit.getParserForType()static com.google.protobuf.Parser<RateLimitResponse.RateLimit>RateLimitResponse.RateLimit.parser()Methods in io.envoyproxy.envoy.service.ratelimit.v3 with parameters of type RateLimitResponse.RateLimitModifier and TypeMethodDescriptionRateLimitResponse.DescriptorStatus.Builder.mergeCurrentLimit(RateLimitResponse.RateLimit value) The current limit as configured by the server.RateLimitResponse.RateLimit.Builder.mergeFrom(RateLimitResponse.RateLimit other) RateLimitResponse.RateLimit.newBuilder(RateLimitResponse.RateLimit prototype) RateLimitResponse.DescriptorStatus.Builder.setCurrentLimit(RateLimitResponse.RateLimit value) The current limit as configured by the server.