Class TypedValue (2.6.0)

TypedValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single strongly-typed value.

Attributes

NameDescription
bool_value bool
A Boolean value: true or false.
int64_value int
A 64-bit integer. Its range is approximately ±9.2x1018.
double_value float
A 64-bit double-precision floating-point number. Its magnitude is approximately ±10±300 and it has 16 significant digits of precision.
string_value str
A variable-length string value.
distribution_value google.api.distribution_pb2.Distribution
A distribution value.