public sealed class DimensionsInfo : IMessage<DimensionsInfo>, IEquatable<DimensionsInfo>, IDeepCloneable<DimensionsInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1beta API class DimensionsInfo.
The detailed quota information such as effective quota value for a combination of dimensions.
Implements
IMessageDimensionsInfo, IEquatableDimensionsInfo, IDeepCloneableDimensionsInfo, IBufferMessage, IMessageNamespace
Google.Cloud.CloudQuotas.V1BetaAssembly
Google.Cloud.CloudQuotas.V1Beta.dll
Constructors
DimensionsInfo()
public DimensionsInfo()
DimensionsInfo(DimensionsInfo)
public DimensionsInfo(DimensionsInfo other)
Parameter | |
---|---|
Name | Description |
other |
DimensionsInfo |
Properties
ApplicableLocations
public RepeatedField<string> ApplicableLocations { get; }
The applicable regions or zones of this dimension. The field is set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Details
public QuotaDetails Details { get; set; }
Quota details for the specified dimensions.
Property Value | |
---|---|
Type | Description |
QuotaDetails |
Dimensions
public MapField<string, string> Dimensions { get; }
The map of dimensions in key-value pairs. The key of a map entry
is "region", "zone", or the name of a service-specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimensionInfo
instance configured for the specific value.
For example: {"provider" : "Example Organization"}
where provider
is a
service-specific quota dimension and Example Organization
is the provider
name.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |