Uses of Class
io.envoyproxy.envoy.service.ratelimit.v3.RateLimitResponse
-
Packages that use RateLimitResponse Package Description io.envoyproxy.envoy.service.ratelimit.v3 -
-
Uses of RateLimitResponse in io.envoyproxy.envoy.service.ratelimit.v3
Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return RateLimitResponse Modifier and Type Method Description RateLimitResponseRateLimitResponse.Builder. build()RateLimitResponseRateLimitResponse.Builder. buildPartial()static RateLimitResponseRateLimitResponse. getDefaultInstance()RateLimitResponseRateLimitResponse.Builder. getDefaultInstanceForType()RateLimitResponseRateLimitResponse. 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)RateLimitResponseRateLimitService.BlockingInterface. shouldRateLimit(com.google.protobuf.RpcController controller, RateLimitRequest request)RateLimitResponseRateLimitServiceGrpc.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 RateLimitResponse Modifier and Type Method Description com.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 RateLimitResponse Modifier and Type Method Description RateLimitResponse.BuilderRateLimitResponse.Builder. mergeFrom(RateLimitResponse other)static RateLimitResponse.BuilderRateLimitResponse. newBuilder(RateLimitResponse prototype)Method parameters in io.envoyproxy.envoy.service.ratelimit.v3 with type arguments of type RateLimitResponse Modifier and Type Method Description voidRateLimitService.Interface. shouldRateLimit(com.google.protobuf.RpcController controller, RateLimitRequest request, com.google.protobuf.RpcCallback<RateLimitResponse> done)Determine whether rate limiting should take place.abstract voidRateLimitService. shouldRateLimit(com.google.protobuf.RpcController controller, RateLimitRequest request, com.google.protobuf.RpcCallback<RateLimitResponse> done)Determine whether rate limiting should take place.voidRateLimitService.Stub. shouldRateLimit(com.google.protobuf.RpcController controller, RateLimitRequest request, com.google.protobuf.RpcCallback<RateLimitResponse> done)voidRateLimitServiceGrpc.RateLimitServiceImplBase. 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.
-