Class MetricDescriptor.Types.MetricDescriptorMetadata (2.10.0)

public sealed class MetricDescriptor.Types.MetricDescriptorMetadata : IMessage<MetricDescriptor.Types.MetricDescriptorMetadata>, IEquatable<MetricDescriptor.Types.MetricDescriptorMetadata>, IDeepCloneable<MetricDescriptor.Types.MetricDescriptorMetadata>, IBufferMessage, IMessage

Additional annotations that can be used to guide the usage of a metric.

Inheritance

object > MetricDescriptor.Types.MetricDescriptorMetadata

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

MetricDescriptorMetadata()

public MetricDescriptorMetadata()

MetricDescriptorMetadata(MetricDescriptorMetadata)

public MetricDescriptorMetadata(MetricDescriptor.Types.MetricDescriptorMetadata other)
Parameter
NameDescription
otherMetricDescriptorTypesMetricDescriptorMetadata

Fields

IngestDelayFieldNumber

public const int IngestDelayFieldNumber = 3

Field number for the "ingest_delay" field.

Field Value
TypeDescription
int

LaunchStageFieldNumber

public const int LaunchStageFieldNumber = 1

Field number for the "launch_stage" field.

Field Value
TypeDescription
int

SamplePeriodFieldNumber

public const int SamplePeriodFieldNumber = 2

Field number for the "sample_period" field.

Field Value
TypeDescription
int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

IngestDelay

public Duration IngestDelay { get; set; }

The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.

Property Value
TypeDescription
Duration

LaunchStage

[Obsolete]
public LaunchStage LaunchStage { get; set; }

Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.

Property Value
TypeDescription
LaunchStage

Parser

public static MessageParser<MetricDescriptor.Types.MetricDescriptorMetadata> Parser { get; }
Property Value
TypeDescription
MessageParserMetricDescriptorTypesMetricDescriptorMetadata

SamplePeriod

public Duration SamplePeriod { get; set; }

The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.

Property Value
TypeDescription
Duration

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public MetricDescriptor.Types.MetricDescriptorMetadata Clone()
Returns
TypeDescription
MetricDescriptorTypesMetricDescriptorMetadata

Equals(MetricDescriptorMetadata)

public bool Equals(MetricDescriptor.Types.MetricDescriptorMetadata other)
Parameter
NameDescription
otherMetricDescriptorTypesMetricDescriptorMetadata
Returns
TypeDescription
bool

Equals(object)

public override bool Equals(object other)
Parameter
NameDescription
otherobject
Returns
TypeDescription
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

MergeFrom(MetricDescriptorMetadata)

public void MergeFrom(MetricDescriptor.Types.MetricDescriptorMetadata other)
Parameter
NameDescription
otherMetricDescriptorTypesMetricDescriptorMetadata

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream