| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ratelimit.v3 |
| Modifier and Type | Method and Description |
|---|---|
RateLimitResponse |
RateLimitResponse.Builder.build() |
RateLimitResponse |
RateLimitResponse.Builder.buildPartial() |
static RateLimitResponse |
RateLimitResponse.getDefaultInstance() |
RateLimitResponse |
RateLimitResponse.getDefaultInstanceForType() |
RateLimitResponse |
RateLimitResponse.Builder.getDefaultInstanceForType() |
static RateLimitResponse |
RateLimitResponse.parseDelimitedFrom(InputStream input) |
static RateLimitResponse |
RateLimitResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitResponse |
RateLimitResponse.parseFrom(byte[] data) |
static RateLimitResponse |
RateLimitResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitResponse |
RateLimitResponse.parseFrom(ByteBuffer data) |
static RateLimitResponse |
RateLimitResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitResponse |
RateLimitResponse.parseFrom(com.google.protobuf.ByteString data) |
static RateLimitResponse |
RateLimitResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitResponse |
RateLimitResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RateLimitResponse |
RateLimitResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitResponse |
RateLimitResponse.parseFrom(InputStream input) |
static RateLimitResponse |
RateLimitResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RateLimitResponse |
RateLimitServiceGrpc.RateLimitServiceBlockingStub.shouldRateLimit(RateLimitRequest request)
Determine whether rate limiting should take place.
|
RateLimitResponse |
RateLimitService.BlockingInterface.shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RateLimitResponse.Builder |
RateLimitResponse.Builder.mergeFrom(RateLimitResponse other) |
static RateLimitResponse.Builder |
RateLimitResponse.newBuilder(RateLimitResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
RateLimitServiceGrpc.RateLimitServiceImplBase.shouldRateLimit(RateLimitRequest request,
io.grpc.stub.StreamObserver<RateLimitResponse> responseObserver)
Determine whether rate limiting should take place.
|
void |
RateLimitServiceGrpc.RateLimitServiceStub.shouldRateLimit(RateLimitRequest request,
io.grpc.stub.StreamObserver<RateLimitResponse> responseObserver)
Determine whether rate limiting should take place.
|
abstract void |
RateLimitService.shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request,
com.google.protobuf.RpcCallback<RateLimitResponse> done)
Determine whether rate limiting should take place.
|
void |
RateLimitService.Interface.shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request,
com.google.protobuf.RpcCallback<RateLimitResponse> done)
Determine whether rate limiting should take place.
|
void |
RateLimitService.Stub.shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request,
com.google.protobuf.RpcCallback<RateLimitResponse> done) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.