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 java.lang.Object
Defines the Rate Limit Quota Service (RLQS).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RateLimitQuotaServiceGrpc.AsyncService
Defines the Rate Limit Quota Service (RLQS).private static class
RateLimitQuotaServiceGrpc.MethodHandlers<Req,Resp>
private static class
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceBaseDescriptorSupplier
static class
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service RateLimitQuotaService.private static class
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceFileDescriptorSupplier
static class
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service RateLimitQuotaService.static class
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceImplBase
Base class for the server implementation of the service RateLimitQuotaService.private static class
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceMethodDescriptorSupplier
static class
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceStub
A stub to allow clients to do asynchronous rpc calls to service RateLimitQuotaService.
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<RateLimitQuotaUsageReports,RateLimitQuotaResponse>
getStreamRateLimitQuotasMethod
private static int
METHODID_STREAM_RATE_LIMIT_QUOTAS
static java.lang.String
SERVICE_NAME
private static io.grpc.ServiceDescriptor
serviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description private
RateLimitQuotaServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(RateLimitQuotaServiceGrpc.AsyncService service)
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<RateLimitQuotaUsageReports,RateLimitQuotaResponse>
getStreamRateLimitQuotasMethod()
static RateLimitQuotaServiceGrpc.RateLimitQuotaServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic RateLimitQuotaServiceGrpc.RateLimitQuotaServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic RateLimitQuotaServiceGrpc.RateLimitQuotaServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getStreamRateLimitQuotasMethod
public static io.grpc.MethodDescriptor<RateLimitQuotaUsageReports,RateLimitQuotaResponse> getStreamRateLimitQuotasMethod()
-
newStub
public static RateLimitQuotaServiceGrpc.RateLimitQuotaServiceStub newStub(io.grpc.Channel channel)
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()
-
-