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