parseCloudEventData
parseCloudEventData<
TSchema>(schema,event):Message
Defined in: packages/pubsub/src/cloudevents.ts:88
Decode the protobuf payload from a CloudEvent as the requested message schema.
Type Parameters
Section titled “Type Parameters”TSchema
Section titled “TSchema”TSchema extends DescMessage
Parameters
Section titled “Parameters”schema
Section titled “schema”TSchema
CloudEvent
Returns
Section titled “Returns”Message