
io.opentelemetry.proto.collector.metrics.v1.MetricsServiceClientPowerApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of open-telemetry-protocol Show documentation
Show all versions of open-telemetry-protocol Show documentation
Open Telemetry protocol for building storage integrations
The newest version!
// Generated by Pekko gRPC. DO NOT EDIT.
package io.opentelemetry.proto.collector.metrics.v1;
import org.apache.pekko.grpc.PekkoGrpcGenerated;
import org.apache.pekko.grpc.javadsl.SingleResponseRequestBuilder;
@PekkoGrpcGenerated
public abstract class MetricsServiceClientPowerApi {
/**
* Lower level "lifted" version of the method, giving access to request metadata etc.
* prefer export(io.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest) if possible.
*/
public SingleResponseRequestBuilder export()
{
throw new java.lang.UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy