export method
ResponseFuture<ExportMetricsServiceResponse>
export(
- ExportMetricsServiceRequest request, {
- CallOptions? options,
For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
Implementation
$grpc.ResponseFuture<$0.ExportMetricsServiceResponse> export(
$0.ExportMetricsServiceRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$export, request, options: options);
}