Class RateLimitQuotaServiceGrpc
java.lang.Object
io.envoyproxy.envoy.service.rate_limit_quota.v3.RateLimitQuotaServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.68.1)",
comments="Source: envoy/service/rate_limit_quota/v3/rlqs.proto")
public final class RateLimitQuotaServiceGrpc
extends Object
Defines the Rate Limit Quota Service (RLQS).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Defines the Rate Limit Quota Service (RLQS).private static final class
private static class
static final class
A stub to allow clients to do synchronous rpc calls to service RateLimitQuotaService.private static final class
static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service RateLimitQuotaService.static class
Base class for the server implementation of the service RateLimitQuotaService.private static final class
static final class
A stub to allow clients to do asynchronous rpc calls to service RateLimitQuotaService. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor
<RateLimitQuotaUsageReports, RateLimitQuotaResponse> private static final int
static final String
private static io.grpc.ServiceDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor
<RateLimitQuotaUsageReports, RateLimitQuotaResponse> newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getStreamRateLimitQuotasMethod
private static volatile io.grpc.MethodDescriptor<RateLimitQuotaUsageReports,RateLimitQuotaResponse> getStreamRateLimitQuotasMethod -
METHODID_STREAM_RATE_LIMIT_QUOTAS
private static final int METHODID_STREAM_RATE_LIMIT_QUOTAS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
RateLimitQuotaServiceGrpc
private RateLimitQuotaServiceGrpc()
-
-
Method Details
-
getStreamRateLimitQuotasMethod
public static io.grpc.MethodDescriptor<RateLimitQuotaUsageReports,RateLimitQuotaResponse> getStreamRateLimitQuotasMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static RateLimitQuotaServiceGrpc.RateLimitQuotaServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static RateLimitQuotaServiceGrpc.RateLimitQuotaServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(RateLimitQuotaServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-