Uses of Class
io.opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest
-
Packages that use ExportLogsServiceRequest Package Description io.opentelemetry.proto.collector.logs.v1 -
-
Uses of ExportLogsServiceRequest in io.opentelemetry.proto.collector.logs.v1
Methods in io.opentelemetry.proto.collector.logs.v1 that return ExportLogsServiceRequest Modifier and Type Method Description ExportLogsServiceRequestExportLogsServiceRequest.Builder. build()ExportLogsServiceRequestExportLogsServiceRequest.Builder. buildPartial()static ExportLogsServiceRequestExportLogsServiceRequest. getDefaultInstance()ExportLogsServiceRequestExportLogsServiceRequest.Builder. getDefaultInstanceForType()ExportLogsServiceRequestExportLogsServiceRequest. getDefaultInstanceForType()static ExportLogsServiceRequestExportLogsServiceRequest. parseDelimitedFrom(InputStream input)static ExportLogsServiceRequestExportLogsServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(byte[] data)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(com.google.protobuf.ByteString data)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(InputStream input)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(ByteBuffer data)static ExportLogsServiceRequestExportLogsServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.collector.logs.v1 that return types with arguments of type ExportLogsServiceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ExportLogsServiceRequest,ExportLogsServiceResponse>LogsServiceGrpc. getExportMethod()com.google.protobuf.Parser<ExportLogsServiceRequest>ExportLogsServiceRequest. getParserForType()static com.google.protobuf.Parser<ExportLogsServiceRequest>ExportLogsServiceRequest. parser()Methods in io.opentelemetry.proto.collector.logs.v1 with parameters of type ExportLogsServiceRequest Modifier and Type Method Description ExportLogsServiceResponseLogsServiceGrpc.LogsServiceBlockingStub. export(ExportLogsServiceRequest request)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.com.google.common.util.concurrent.ListenableFuture<ExportLogsServiceResponse>LogsServiceGrpc.LogsServiceFutureStub. export(ExportLogsServiceRequest request)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.voidLogsServiceGrpc.LogsServiceImplBase. export(ExportLogsServiceRequest request, io.grpc.stub.StreamObserver<ExportLogsServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.voidLogsServiceGrpc.LogsServiceStub. export(ExportLogsServiceRequest request, io.grpc.stub.StreamObserver<ExportLogsServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.ExportLogsServiceRequest.BuilderExportLogsServiceRequest.Builder. mergeFrom(ExportLogsServiceRequest other)static ExportLogsServiceRequest.BuilderExportLogsServiceRequest. newBuilder(ExportLogsServiceRequest prototype)
-