Class MetricDescriptor.Types.MetricDescriptorMetadata (2.2.0)

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

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(MetricDescriptor.Types.MetricDescriptorMetadata)

public MetricDescriptorMetadata(MetricDescriptor.Types.MetricDescriptorMetadata other)
Parameter
Name Description
other MetricDescriptor.Types.MetricDescriptorMetadata

Fields

IngestDelayFieldNumber

public const int IngestDelayFieldNumber = 3

Field number for the "ingest_delay" field.

Field Value
Type Description
Int32

LaunchStageFieldNumber

public const int LaunchStageFieldNumber = 1

Field number for the "launch_stage" field.

Field Value
Type Description
Int32

SamplePeriodFieldNumber

public const int SamplePeriodFieldNumber = 2

Field number for the "sample_period" field.

Field Value
Type Description
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type Description
Protobuf.Reflection.MessageDescriptor

IngestDelay

public Protobuf.WellKnownTypes.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
Type Description
Protobuf.WellKnownTypes.Duration

LaunchStage

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

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

Property Value
Type Description
LaunchStage

Parser

public static Protobuf.MessageParser<MetricDescriptor.Types.MetricDescriptorMetadata> Parser { get; }
Property Value
Type Description
Protobuf.MessageParser<MetricDescriptor.Types.MetricDescriptorMetadata>

SamplePeriod

public Protobuf.WellKnownTypes.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
Type Description
Protobuf.WellKnownTypes.Duration

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
Int32

Clone()

public MetricDescriptor.Types.MetricDescriptorMetadata Clone()
Returns
Type Description
MetricDescriptor.Types.MetricDescriptorMetadata

Equals(MetricDescriptor.Types.MetricDescriptorMetadata)

public bool Equals(MetricDescriptor.Types.MetricDescriptorMetadata other)
Parameter
Name Description
other MetricDescriptor.Types.MetricDescriptorMetadata
Returns
Type Description
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
Name Description
other Object
Returns
Type Description
Boolean

GetHashCode()

public override int GetHashCode()
Returns
Type Description
Int32

MergeFrom(MetricDescriptor.Types.MetricDescriptorMetadata)

public void MergeFrom(MetricDescriptor.Types.MetricDescriptorMetadata other)
Parameter
Name Description
other MetricDescriptor.Types.MetricDescriptorMetadata

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
Name Description
input Protobuf.CodedInputStream

ToString()

public override string ToString()
Returns
Type Description
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
Name Description
output Protobuf.CodedOutputStream