Class AttributeValue (1.2.0)

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

The allowed types for [VALUE] in a [KEY]:[VALUE] attribute. .. attribute:: string_value

A string up to 256 bytes long.

:type: google.cloud.trace_v2.types.TruncatableString

Attributes

NameDescription
int_value int
A 64-bit signed integer.
bool_value bool
A Boolean value represented by true or false.