Properties of a CloudEvent.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
id |
string | null |
<optional> |
CloudEvent id |
source |
string | null |
<optional> |
CloudEvent source |
specVersion |
string | null |
<optional> |
CloudEvent specVersion |
type |
string | null |
<optional> |
CloudEvent type |
attributes |
Object.<string, google.cloud.eventarc.publishing.v1.CloudEvent.ICloudEventAttributeValue> | null |
<optional> |
CloudEvent attributes |
binaryData |
Uint8Array | null |
<optional> |
CloudEvent binaryData |
textData |
string | null |
<optional> |
CloudEvent textData |
protoData |
google.protobuf.IAny | null |
<optional> |
CloudEvent protoData |