serviceusage  v1beta1
Properties | List of all members
Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit Class Reference

Consumer quota settings for a quota limit. More...

Inheritance diagram for Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< bool > AllowsAdminOverrides [get, set]
 Whether admin overrides are allowed on this limit More...
 
virtual System.Nullable< bool > IsPrecise [get, set]
 Whether this limit is precise or imprecise. More...
 
virtual string Metric [get, set]
 The name of the parent metric of this limit. More...
 
virtual string Name [get, set]
 The resource name of the quota limit. More...
 
virtual System.Collections.Generic.IList< QuotaBucketQuotaBuckets [get, set]
 Summary of the enforced quota buckets, organized by quota dimension, ordered from least specific to most specific (for example, the global default bucket, with no quota dimensions, will always appear first). More...
 
virtual string Unit [get, set]
 The limit unit. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Consumer quota settings for a quota limit.

Property Documentation

◆ AllowsAdminOverrides

virtual System.Nullable<bool> Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit.AllowsAdminOverrides
getset

Whether admin overrides are allowed on this limit

◆ ETag

virtual string Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit.ETag
getset

The ETag of the item.

◆ IsPrecise

virtual System.Nullable<bool> Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit.IsPrecise
getset

Whether this limit is precise or imprecise.

◆ Metric

virtual string Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit.Metric
getset

The name of the parent metric of this limit.

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

◆ Name

virtual string Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit.Name
getset

The resource name of the quota limit.

An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googlea pis.com%2Fcpus/limits/%2Fproject%2Fregion

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.

◆ QuotaBuckets

virtual System.Collections.Generic.IList<QuotaBucket> Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit.QuotaBuckets
getset

Summary of the enforced quota buckets, organized by quota dimension, ordered from least specific to most specific (for example, the global default bucket, with no quota dimensions, will always appear first).

◆ Unit

virtual string Google.Apis.ServiceUsage.v1beta1.Data.ConsumerQuotaLimit.Unit
getset

The limit unit.

An example unit would be 1/{project}/{region} Note that {project} and {region} are not placeholders in this example; the literal characters { and } occur in the string.


The documentation for this class was generated from the following file: