Class LoadReportingServiceGrpc
- java.lang.Object
-
- io.envoyproxy.envoy.service.load_stats.v3.LoadReportingServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.68.1)", comments="Source: envoy/service/load_stats/v3/lrs.proto") public final class LoadReportingServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LoadReportingServiceGrpc.AsyncService
private static class
LoadReportingServiceGrpc.LoadReportingServiceBaseDescriptorSupplier
static class
LoadReportingServiceGrpc.LoadReportingServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service LoadReportingService.private static class
LoadReportingServiceGrpc.LoadReportingServiceFileDescriptorSupplier
static class
LoadReportingServiceGrpc.LoadReportingServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service LoadReportingService.static class
LoadReportingServiceGrpc.LoadReportingServiceImplBase
Base class for the server implementation of the service LoadReportingService.private static class
LoadReportingServiceGrpc.LoadReportingServiceMethodDescriptorSupplier
static class
LoadReportingServiceGrpc.LoadReportingServiceStub
A stub to allow clients to do asynchronous rpc calls to service LoadReportingService.private static class
LoadReportingServiceGrpc.MethodHandlers<Req,Resp>
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<LoadStatsRequest,LoadStatsResponse>
getStreamLoadStatsMethod
private static int
METHODID_STREAM_LOAD_STATS
static java.lang.String
SERVICE_NAME
private static io.grpc.ServiceDescriptor
serviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description private
LoadReportingServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(LoadReportingServiceGrpc.AsyncService service)
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<LoadStatsRequest,LoadStatsResponse>
getStreamLoadStatsMethod()
static LoadReportingServiceGrpc.LoadReportingServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LoadReportingServiceGrpc.LoadReportingServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LoadReportingServiceGrpc.LoadReportingServiceStub
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
-
getStreamLoadStatsMethod
private static volatile io.grpc.MethodDescriptor<LoadStatsRequest,LoadStatsResponse> getStreamLoadStatsMethod
-
METHODID_STREAM_LOAD_STATS
private static final int METHODID_STREAM_LOAD_STATS
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getStreamLoadStatsMethod
public static io.grpc.MethodDescriptor<LoadStatsRequest,LoadStatsResponse> getStreamLoadStatsMethod()
-
newStub
public static LoadReportingServiceGrpc.LoadReportingServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static LoadReportingServiceGrpc.LoadReportingServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static LoadReportingServiceGrpc.LoadReportingServiceFutureStub 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(LoadReportingServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-