Class MarshalerLogsServiceGrpc
- java.lang.Object
-
- io.opentelemetry.exporter.otlp.logs.MarshalerLogsServiceGrpc
-
final class MarshalerLogsServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
MarshalerLogsServiceGrpc.LogsServiceFutureStub
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<Marshaler,ExportLogsServiceResponse>
getExportMethod
private static io.grpc.MethodDescriptor.Marshaller<Marshaler>
REQUEST_MARSHALLER
private static io.grpc.MethodDescriptor.Marshaller<ExportLogsServiceResponse>
RESPONSE_MARSHALER
private static java.lang.String
SERVICE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description private
MarshalerLogsServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static MarshalerLogsServiceGrpc.LogsServiceFutureStub
newFutureStub(io.grpc.Channel channel, java.lang.String authorityOverride)
-
-
-
Field Detail
-
SERVICE_NAME
private static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
REQUEST_MARSHALLER
private static final io.grpc.MethodDescriptor.Marshaller<Marshaler> REQUEST_MARSHALLER
-
RESPONSE_MARSHALER
private static final io.grpc.MethodDescriptor.Marshaller<ExportLogsServiceResponse> RESPONSE_MARSHALER
-
getExportMethod
private static final io.grpc.MethodDescriptor<Marshaler,ExportLogsServiceResponse> getExportMethod
-
-
Method Detail
-
newFutureStub
static MarshalerLogsServiceGrpc.LogsServiceFutureStub newFutureStub(io.grpc.Channel channel, @Nullable java.lang.String authorityOverride)
-
-