Cloud Quotas v1 API - Class GetQuotaInfoRequest (1.0.0-beta03)

public sealed class GetQuotaInfoRequest : IMessage<GetQuotaInfoRequest>, IEquatable<GetQuotaInfoRequest>, IDeepCloneable<GetQuotaInfoRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Quotas v1 API class GetQuotaInfoRequest.

Message for getting a QuotaInfo

Inheritance

object > GetQuotaInfoRequest

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

GetQuotaInfoRequest()

public GetQuotaInfoRequest()

GetQuotaInfoRequest(GetQuotaInfoRequest)

public GetQuotaInfoRequest(GetQuotaInfoRequest other)
Parameter
NameDescription
otherGetQuotaInfoRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the quota info.

An example name: projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion

Property Value
TypeDescription
string

QuotaInfoName

public QuotaInfoName QuotaInfoName { get; set; }

QuotaInfoName-typed view over the Name resource name property.

Property Value
TypeDescription
QuotaInfoName