getPerformanceMetrics method

ResponseFuture<GetPerformanceMetricsReply> getPerformanceMetrics(
  1. GetPerformanceMetricsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetPerformanceMetricsReply> getPerformanceMetrics($1.GetPerformanceMetricsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getPerformanceMetrics, request, options: options);
}