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