Class CloudEventAttributeValue (0.6.13)

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

The following abstract data types are available for use in attributes.

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
ce_boolean bool
Boolean value. This field is a member of oneof_ attr.
ce_integer int
Integer value. This field is a member of oneof_ attr.
ce_string str
String value. This field is a member of oneof_ attr.
ce_bytes bytes
Bytes value. This field is a member of oneof_ attr.
ce_uri str
URI value. This field is a member of oneof_ attr.
ce_uri_ref str
URI-reference value. This field is a member of oneof_ attr.
ce_timestamp google.protobuf.timestamp_pb2.Timestamp
Timestamp value. This field is a member of oneof_ attr.