Class LabelValue (2.6.0)

public sealed class LabelValue : IMessage<LabelValue>, IEquatable<LabelValue>, IDeepCloneable<LabelValue>, IBufferMessage, IMessage

A label value.

Inheritance

Object > LabelValue

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

LabelValue()

public LabelValue()

LabelValue(LabelValue)

public LabelValue(LabelValue other)
Parameter
NameDescription
otherLabelValue

Properties

BoolValue

public bool BoolValue { get; set; }

A bool label value.

Property Value
TypeDescription
Boolean

Int64Value

public long Int64Value { get; set; }

An int64 label value.

Property Value
TypeDescription
Int64

StringValue

public string StringValue { get; set; }

A string label value.

Property Value
TypeDescription
String

ValueCase

public LabelValue.ValueOneofCase ValueCase { get; }
Property Value
TypeDescription
LabelValue.ValueOneofCase