Uses of Class
io.opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse
-
Packages that use ExportTraceServiceResponse Package Description io.opentelemetry.proto.collector.trace.v1 -
-
Uses of ExportTraceServiceResponse in io.opentelemetry.proto.collector.trace.v1
Methods in io.opentelemetry.proto.collector.trace.v1 that return ExportTraceServiceResponse Modifier and Type Method Description ExportTraceServiceResponseExportTraceServiceResponse.Builder. build()ExportTraceServiceResponseExportTraceServiceResponse.Builder. buildPartial()ExportTraceServiceResponseTraceServiceGrpc.TraceServiceBlockingStub. export(ExportTraceServiceRequest request)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.static ExportTraceServiceResponseExportTraceServiceResponse. getDefaultInstance()ExportTraceServiceResponseExportTraceServiceResponse.Builder. getDefaultInstanceForType()ExportTraceServiceResponseExportTraceServiceResponse. getDefaultInstanceForType()static ExportTraceServiceResponseExportTraceServiceResponse. parseDelimitedFrom(InputStream input)static ExportTraceServiceResponseExportTraceServiceResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(byte[] data)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(com.google.protobuf.ByteString data)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(InputStream input)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(ByteBuffer data)static ExportTraceServiceResponseExportTraceServiceResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.collector.trace.v1 that return types with arguments of type ExportTraceServiceResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExportTraceServiceResponse>TraceServiceGrpc.TraceServiceFutureStub. export(ExportTraceServiceRequest request)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.static io.grpc.MethodDescriptor<ExportTraceServiceRequest,ExportTraceServiceResponse>TraceServiceGrpc. getExportMethod()com.google.protobuf.Parser<ExportTraceServiceResponse>ExportTraceServiceResponse. getParserForType()static com.google.protobuf.Parser<ExportTraceServiceResponse>ExportTraceServiceResponse. parser()Methods in io.opentelemetry.proto.collector.trace.v1 with parameters of type ExportTraceServiceResponse Modifier and Type Method Description ExportTraceServiceResponse.BuilderExportTraceServiceResponse.Builder. mergeFrom(ExportTraceServiceResponse other)static ExportTraceServiceResponse.BuilderExportTraceServiceResponse. newBuilder(ExportTraceServiceResponse prototype)Method parameters in io.opentelemetry.proto.collector.trace.v1 with type arguments of type ExportTraceServiceResponse Modifier and Type Method Description voidTraceServiceGrpc.TraceServiceImplBase. export(ExportTraceServiceRequest request, io.grpc.stub.StreamObserver<ExportTraceServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.voidTraceServiceGrpc.TraceServiceStub. export(ExportTraceServiceRequest request, io.grpc.stub.StreamObserver<ExportTraceServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
-