A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values true or false. For example:
The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
AttributeValue
The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.
JSON representation
{// Union field value can be only one of the following:"stringValue": {object (TruncatableString)},"intValue": string,"boolValue": boolean// End of list of possible types for union field value.}
Fields
Union field value. The type of the value. value can be only one of the following: