Database Center v1beta API - Class TypedValue (1.0.0-beta03)

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

Reference documentation and code samples for the Database Center v1beta API class TypedValue.

TypedValue represents the value of the metric based on data type.

Inheritance

object > TypedValue

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

TypedValue()

public TypedValue()

TypedValue(TypedValue)

public TypedValue(TypedValue other)
Parameter
Name Description
other TypedValue

Properties

DoubleValue

public double DoubleValue { get; set; }

The value of the metric as double.

Property Value
Type Description
double

HasDoubleValue

public bool HasDoubleValue { get; }

Gets whether the "double_value" field is set

Property Value
Type Description
bool

HasInt64Value

public bool HasInt64Value { get; }

Gets whether the "int64_value" field is set

Property Value
Type Description
bool

Int64Value

public long Int64Value { get; set; }

The value of the metric as int.

Property Value
Type Description
long

ValueCase

public TypedValue.ValueOneofCase ValueCase { get; }
Property Value
Type Description
TypedValueValueOneofCase