public sealed class MetricRule : IMessage<MetricRule>, IEquatable<MetricRule>, IDeepCloneable<MetricRule>, IBufferMessage, IMessage
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
IMessageMetricRule, IEquatableMetricRule, IDeepCloneableMetricRule, IBufferMessage, IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
MetricRule()
public MetricRule()
MetricRule(MetricRule)
public MetricRule(MetricRule other)
Parameter | |
---|---|
Name | Description |
other |
MetricRule |
Fields
MetricCostsFieldNumber
public const int MetricCostsFieldNumber = 2
Field number for the "metric_costs" field.
Field Value | |
---|---|
Type | Description |
int |
SelectorFieldNumber
public const int SelectorFieldNumber = 1
Field number for the "selector" field.
Field Value | |
---|---|
Type | Description |
int |
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value | |
---|---|
Type | Description |
MessageDescriptor |
MetricCosts
public 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.
Property Value | |
---|---|
Type | Description |
MapFieldstringlong |
Parser
public static MessageParser<MetricRule> Parser { get; }
Property Value | |
---|---|
Type | Description |
MessageParserMetricRule |
Selector
public string Selector { get; set; }
Selects the methods to which this rule applies.
Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
Property Value | |
---|---|
Type | Description |
string |
Methods
CalculateSize()
public int CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
Returns | |
---|---|
Type | Description |
int |
The number of bytes required to write this message to a coded output stream. |
Clone()
public MetricRule Clone()
Creates a deep clone of this object.
Returns | |
---|---|
Type | Description |
MetricRule |
A deep clone of this object. |
Equals(MetricRule)
public bool Equals(MetricRule other)
Parameter | |
---|---|
Name | Description |
other |
MetricRule |
Returns | |
---|---|
Type | Description |
bool |
Equals(object)
public override bool Equals(object other)
Parameter | |
---|---|
Name | Description |
other |
object |
Returns | |
---|---|
Type | Description |
bool |
GetHashCode()
public override int GetHashCode()
Returns | |
---|---|
Type | Description |
int |
MergeFrom(MetricRule)
public void MergeFrom(MetricRule other)
Merges the given message into this one.
Parameter | |
---|---|
Name | Description |
other |
MetricRule |
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
Merges the data from the specified coded input stream with the current message.
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns | |
---|---|
Type | Description |
string |
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Writes the data to the given coded output stream.
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream Coded output stream to write the data to. Must not be null. |