REST Resource: services.consumerQuotaMetrics

Resource: ConsumerQuotaMetric

Consumer quota settings for a quota metric.

JSON representation
{
  "name": string,
  "metric": string,
  "displayName": string,
  "consumerQuotaLimits": [
    {
      object (ConsumerQuotaLimit)
    }
  ]
}
Fields
name

string

The resource name of the quota settings on this metric for this consumer.

An example name would be: `services/serviceconsumermanagement.googleapis.com/projects/123/quota/metrics/compute.googleapis.com%2Fcpus

The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.

metric

string

The name of the metric.

An example name would be: compute.googleapis.com/cpus

displayName

string

The display name of the metric.

An example name would be: "CPUs"

consumerQuotaLimits[]

object (ConsumerQuotaLimit)

The consumer quota for each quota limit defined on the metric.

Methods

get

Retrieves a summary of quota information for a specific quota metric.

importProducerOverrides

Create or update multiple producer overrides atomically, all on the same consumer, but on many different metrics or limits.

list

Retrieves a summary of all quota information about this consumer that is visible to the service producer, for each quota metric defined by the service.