Show / Hide Table of Contents

Class ServicesResource.ConsumerQuotaMetricsResource

The "consumerQuotaMetrics" collection of methods.

Inheritance
object
ServicesResource.ConsumerQuotaMetricsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceUsage.v1beta1
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class ServicesResource.ConsumerQuotaMetricsResource

Constructors

ConsumerQuotaMetricsResource(IClientService)

Constructs a new resource.

Declaration
public ConsumerQuotaMetricsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Limits

Gets the Limits resource.

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.LimitsResource Limits { get; }
Property Value
Type Description
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource

Methods

Get(string)

Retrieves a summary of quota information for a specific quota metric

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The resource name of the quota. An example name would be: projects/123/services/serviceusage.googleapis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.GetRequest

ImportAdminOverrides(ImportAdminOverridesRequest, string)

Creates or updates multiple admin overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.ImportAdminOverridesRequest ImportAdminOverrides(ImportAdminOverridesRequest body, string parent)
Parameters
Type Name Description
ImportAdminOverridesRequest body

The body of the request.

string parent

The resource name of the consumer. An example name would be: projects/123/services/compute.googleapis.com

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.ImportAdminOverridesRequest

ImportConsumerOverrides(ImportConsumerOverridesRequest, string)

Creates or updates multiple consumer overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.ImportConsumerOverridesRequest ImportConsumerOverrides(ImportConsumerOverridesRequest body, string parent)
Parameters
Type Name Description
ImportConsumerOverridesRequest body

The body of the request.

string parent

The resource name of the consumer. An example name would be: projects/123/services/compute.googleapis.com

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.ImportConsumerOverridesRequest

List(string)

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.

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Parent of the quotas resource. Some example names would be: projects/123/services/serviceconsumermanagement.googleapis.com folders/345/services/serviceconsumermanagement.googleapis.com organizations/456/services/serviceconsumermanagement.googleapis.com

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.ListRequest
In this article
Back to top Generated by DocFX