Uses of Class
io.envoyproxy.envoy.service.ratelimit.v3.RateLimitResponse
Packages that use RateLimitResponse
-
Uses of RateLimitResponse in io.envoyproxy.envoy.service.ratelimit.v3
Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return RateLimitResponseModifier and TypeMethodDescriptionRateLimitResponse.Builder.build()RateLimitResponse.Builder.buildPartial()static RateLimitResponseRateLimitResponse.getDefaultInstance()RateLimitResponse.Builder.getDefaultInstanceForType()RateLimitResponse.getDefaultInstanceForType()static RateLimitResponseRateLimitResponse.parseDelimitedFrom(InputStream input) static RateLimitResponseRateLimitResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponseRateLimitResponse.parseFrom(byte[] data) static RateLimitResponseRateLimitResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponseRateLimitResponse.parseFrom(com.google.protobuf.ByteString data) static RateLimitResponseRateLimitResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponseRateLimitResponse.parseFrom(com.google.protobuf.CodedInputStream input) static RateLimitResponseRateLimitResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponseRateLimitResponse.parseFrom(InputStream input) static RateLimitResponseRateLimitResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitResponseRateLimitResponse.parseFrom(ByteBuffer data) static RateLimitResponseRateLimitResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RateLimitServiceGrpc.RateLimitServiceBlockingStub.shouldRateLimit(RateLimitRequest request) Determine whether rate limiting should take place.Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return types with arguments of type RateLimitResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RateLimitResponse>RateLimitResponse.getParserForType()static io.grpc.MethodDescriptor<RateLimitRequest,RateLimitResponse> RateLimitServiceGrpc.getShouldRateLimitMethod()static com.google.protobuf.Parser<RateLimitResponse>RateLimitResponse.parser()com.google.common.util.concurrent.ListenableFuture<RateLimitResponse>RateLimitServiceGrpc.RateLimitServiceFutureStub.shouldRateLimit(RateLimitRequest request) Determine whether rate limiting should take place.Methods in io.envoyproxy.envoy.service.ratelimit.v3 with parameters of type RateLimitResponseModifier and TypeMethodDescriptionRateLimitResponse.Builder.mergeFrom(RateLimitResponse other) static RateLimitResponse.BuilderRateLimitResponse.newBuilder(RateLimitResponse prototype) Method parameters in io.envoyproxy.envoy.service.ratelimit.v3 with type arguments of type RateLimitResponseModifier and TypeMethodDescriptiondefault voidRateLimitServiceGrpc.AsyncService.shouldRateLimit(RateLimitRequest request, io.grpc.stub.StreamObserver<RateLimitResponse> responseObserver) Determine whether rate limiting should take place.voidRateLimitServiceGrpc.RateLimitServiceStub.shouldRateLimit(RateLimitRequest request, io.grpc.stub.StreamObserver<RateLimitResponse> responseObserver) Determine whether rate limiting should take place.