public sealed class LabelValue : IMessage<LabelValue>, IEquatable<LabelValue>, IDeepCloneable<LabelValue>, IBufferMessage, IMessage
A label value.
Implements
IMessage<LabelValue>, IEquatable<LabelValue>, IDeepCloneable<LabelValue>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
LabelValue()
public LabelValue()
LabelValue(LabelValue)
public LabelValue(LabelValue other)
Parameter | |
---|---|
Name | Description |
other | LabelValue |
Properties
BoolValue
public bool BoolValue { get; set; }
A bool label value.
Property Value | |
---|---|
Type | Description |
Boolean |
Int64Value
public long Int64Value { get; set; }
An int64 label value.
Property Value | |
---|---|
Type | Description |
Int64 |
StringValue
public string StringValue { get; set; }
A string label value.
Property Value | |
---|---|
Type | Description |
String |
ValueCase
public LabelValue.ValueOneofCase ValueCase { get; }
Property Value | |
---|---|
Type | Description |
LabelValue.ValueOneofCase |