public sealed class QuotaDetails : IMessage<QuotaDetails>, IEquatable<QuotaDetails>, IDeepCloneable<QuotaDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1 API class QuotaDetails.
The quota details for a map of dimensions.
Implements
IMessageQuotaDetails, IEquatableQuotaDetails, IDeepCloneableQuotaDetails, IBufferMessage, IMessageNamespace
Google.Cloud.CloudQuotas.V1Assembly
Google.Cloud.CloudQuotas.V1.dll
Constructors
QuotaDetails()
public QuotaDetails()
QuotaDetails(QuotaDetails)
public QuotaDetails(QuotaDetails other)
Parameter | |
---|---|
Name | Description |
other |
QuotaDetails |
Properties
RolloutInfo
public RolloutInfo RolloutInfo { get; set; }
Rollout information of this quota. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
Property Value | |
---|---|
Type | Description |
RolloutInfo |
Value
public long Value { get; set; }
The value currently in effect and being enforced.
Property Value | |
---|---|
Type | Description |
long |