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