Uses of Class
io.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse
-
Packages that use ExportMetricsServiceResponse Package Description io.opentelemetry.proto.collector.metrics.v1 -
-
Uses of ExportMetricsServiceResponse in io.opentelemetry.proto.collector.metrics.v1
Methods in io.opentelemetry.proto.collector.metrics.v1 that return ExportMetricsServiceResponse Modifier and Type Method Description ExportMetricsServiceResponseExportMetricsServiceResponse.Builder. build()ExportMetricsServiceResponseExportMetricsServiceResponse.Builder. buildPartial()ExportMetricsServiceResponseMetricsServiceGrpc.MetricsServiceBlockingStub. export(ExportMetricsServiceRequest request)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.static ExportMetricsServiceResponseExportMetricsServiceResponse. getDefaultInstance()ExportMetricsServiceResponseExportMetricsServiceResponse.Builder. getDefaultInstanceForType()ExportMetricsServiceResponseExportMetricsServiceResponse. getDefaultInstanceForType()static ExportMetricsServiceResponseExportMetricsServiceResponse. parseDelimitedFrom(InputStream input)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(byte[] data)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.ByteString data)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(InputStream input)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(ByteBuffer data)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.collector.metrics.v1 that return types with arguments of type ExportMetricsServiceResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExportMetricsServiceResponse>MetricsServiceGrpc.MetricsServiceFutureStub. export(ExportMetricsServiceRequest request)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.static io.grpc.MethodDescriptor<ExportMetricsServiceRequest,ExportMetricsServiceResponse>MetricsServiceGrpc. getExportMethod()com.google.protobuf.Parser<ExportMetricsServiceResponse>ExportMetricsServiceResponse. getParserForType()static com.google.protobuf.Parser<ExportMetricsServiceResponse>ExportMetricsServiceResponse. parser()Methods in io.opentelemetry.proto.collector.metrics.v1 with parameters of type ExportMetricsServiceResponse Modifier and Type Method Description ExportMetricsServiceResponse.BuilderExportMetricsServiceResponse.Builder. mergeFrom(ExportMetricsServiceResponse other)static ExportMetricsServiceResponse.BuilderExportMetricsServiceResponse. newBuilder(ExportMetricsServiceResponse prototype)Method parameters in io.opentelemetry.proto.collector.metrics.v1 with type arguments of type ExportMetricsServiceResponse Modifier and Type Method Description voidMetricsServiceGrpc.MetricsServiceImplBase. export(ExportMetricsServiceRequest request, io.grpc.stub.StreamObserver<ExportMetricsServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.voidMetricsServiceGrpc.MetricsServiceStub. export(ExportMetricsServiceRequest request, io.grpc.stub.StreamObserver<ExportMetricsServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
-