Interface protos.google.monitoring.v3.ITypedValue (4.0.0)

Properties of a TypedValue.

Package

@google-cloud/monitoring

Properties

boolValue

boolValue?: (boolean|null);

TypedValue boolValue

distributionValue

distributionValue?: (google.api.IDistribution|null);

TypedValue distributionValue

doubleValue

doubleValue?: (number|null);

TypedValue doubleValue

int64Value

int64Value?: (number|Long|string|null);

TypedValue int64Value

stringValue

stringValue?: (string|null);

TypedValue stringValue