getConsumerQuotaMetric method

ResponseFuture<ConsumerQuotaMetric> getConsumerQuotaMetric(
  1. GetConsumerQuotaMetricRequest request, {
  2. CallOptions? options,
})

Retrieves a summary of quota information for a specific quota metric

Implementation

$grpc.ResponseFuture<$2.ConsumerQuotaMetric> getConsumerQuotaMetric(
  $0.GetConsumerQuotaMetricRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getConsumerQuotaMetric, request,
      options: options);
}