Class AttributeValue (1.13.2)

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

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
string_value google.cloud.trace_v2.types.TruncatableString
A string up to 256 bytes long. This field is a member of oneof_ value.
int_value int
A 64-bit signed integer. This field is a member of oneof_ value.
bool_value bool
A Boolean value represented by true or false. This field is a member of oneof_ value.