Get an attribute.
Get an attribute.
Alias for attr
name of the attribute
the attribute
Get an Attribute from the list.
Get an Attribute from the list.
Throws an error if the attribute doesn't exist.
name of the attribute
the attribute
Iteratable of all Attribute in the list.
Iteratable of all Attribute in the list.
iterable of all Attribute in list
Convert to a protobuf attribute list
Convert to a protobuf attribute list
serialization context for encoding custom values
protobuf attribute list
Get an option of an Attribute from the list.
Get an option of an Attribute from the list.
name of the attribute
optional Attribute from list
map of attribute name to Attribute object
Add an attribute to the list.
Add an attribute to the list.
attribute to add
copy of AttributeList with attribute added
Add a list of attributes to the list.
Add a list of attributes to the list.
list of attributes to add
copy of AttributeList with all attributes added
Class that holds a list of Attribute objects.
Can only have one attribute with a given name at a time.
map of attribute name to Attribute object