REST Resource: services.consumerQuotaMetrics

Resource: ConsumerQuotaMetric

Consumer quota settings for a quota metric.

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

string

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

An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/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.

descendantConsumerQuotaLimits[]

object (ConsumerQuotaLimit)

The quota limits targeting the descendant containers of the consumer in request.

If the consumer in request is of type organizations or folders, the field will list per-project limits in the metric; if the consumer in request is of type project, the field will be empty.

The quotaBuckets field of each descendant consumer quota limit will not be populated.

unit

string

The units in which the metric value is reported.

Methods

get

The method google.api.serviceusage.v1beta1.ServiceUsage.GetConsumerQuotaMetric is not available in Trusted Cloud by S3NS.

importAdminOverrides

The method google.api.serviceusage.v1beta1.ServiceUsage.ImportAdminOverrides is not available in Trusted Cloud by S3NS.

importConsumerOverrides

The method google.api.serviceusage.v1beta1.ServiceUsage.ImportConsumerOverrides is not available in Trusted Cloud by S3NS.

list

The method google.api.serviceusage.v1beta1.ServiceUsage.ListConsumerQuotaMetrics is not available in Trusted Cloud by S3NS.