listConsumerQuotaMetrics method
ResponseFuture<ListConsumerQuotaMetricsResponse>
listConsumerQuotaMetrics(
- ListConsumerQuotaMetricsRequest request, {
- CallOptions? options,
Retrieves a summary of all quota information visible to the service consumer, organized by service metric. Each metric includes information about all of its defined limits. Each limit includes the limit configuration (quota unit, preciseness, default value), the current effective limit value, and all of the overrides applied to the limit.
Implementation
$grpc.ResponseFuture<$0.ListConsumerQuotaMetricsResponse>
listConsumerQuotaMetrics(
$0.ListConsumerQuotaMetricsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listConsumerQuotaMetrics, request,
options: options);
}