getConsumerQuotaMetric method
ResponseFuture<ConsumerQuotaMetric>
getConsumerQuotaMetric(
- GetConsumerQuotaMetricRequest request, {
- 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);
}