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
Name | Description |
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``. |