Package io.cloudevents.v1

Index

CloudEvent

-- CloudEvent Context Attributes

Fields
id

string

Required Attributes

source

string

URI-reference

spec_version

string

type

string

attributes

map<string, CloudEventAttributeValue>

Optional & Extension Attributes

Union field data. -- CloudEvent Data (Bytes, Text, or Proto) data can be only one of the following:
binary_data

bytes

text_data

string

proto_data

Any

CloudEventAttributeValue

Fields

Union field attr.

attr can be only one of the following:

ce_boolean

bool

ce_integer

int32

ce_string

string

ce_bytes

bytes

ce_uri

string

ce_uri_ref

string

ce_timestamp

Timestamp