public sealed class MetricRule : Protobuf.IMessage<MetricRule>, Protobuf.IBufferMessage
Bind API methods to metrics. Binding a method to a metric causes that metric's configured quota behaviors to apply to the method call.
Implements
Protobuf.IBufferMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
MetricRule()
public MetricRule()
MetricRule(MetricRule)
public MetricRule(MetricRule other)
Fields
MetricCostsFieldNumber
public
const
int
MetricCostsFieldNumber
=
2
Field number for the "metric_costs" field.
SelectorFieldNumber
public
const
int
SelectorFieldNumber
=
1
Field number for the "selector" field.
Properties
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
MetricCosts
public Protobuf.Collections.MapField<string, long> MetricCosts { get; }
Metrics to update when the selected methods are called, and the associated cost applied to each metric.
The key of the map is the metric name, and the values are the amount increased for the metric against which the quota limits are defined. The value must not be negative.
Parser
public static Protobuf.MessageParser<MetricRule> Parser { get; }
Selector
public string Selector { get; set; }
Selects the methods to which this rule applies.
Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
Methods
CalculateSize()
public int CalculateSize()
Clone()
public MetricRule Clone()
Equals(MetricRule)
public bool Equals(MetricRule other)
Equals(Object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(MetricRule)
public void MergeFrom(MetricRule other)
MergeFrom(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)