Show / Hide Table of Contents

Class ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource

The "adminOverrides" collection of methods.

Inheritance
object
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource
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.LimitsResource.AdminOverridesResource

Constructors

AdminOverridesResource(IClientService)

Constructs a new resource.

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

Methods

Create(QuotaOverride, string)

Creates an admin override. An admin override is applied by an administrator of a parent folder or parent organization of the consumer receiving the override. An admin override is intended to limit the amount of quota the consumer can use out of the total quota pool allocated to all children of the folder or organization.

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.CreateRequest Create(QuotaOverride body, string parent)
Parameters
Type Name Description
QuotaOverride body

The body of the request.

string parent

The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.CreateRequest

Delete(string)

Deletes an admin override.

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

The resource name of the override to delete. An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.DeleteRequest

List(string)

Lists all admin overrides on this limit.

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

The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.ListRequest

Patch(QuotaOverride, string)

Updates an admin override.

Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.PatchRequest Patch(QuotaOverride body, string name)
Parameters
Type Name Description
QuotaOverride body

The body of the request.

string name

The resource name of the override to update. An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d

Returns
Type Description
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.PatchRequest
In this article
Back to top Generated by DocFX