The channelConnection that the events are published from. For example: projects/{partner_project_id}/locations/{location}/channelConnections/{channelConnectionId}.
Request body
The request body contains data with the following structure:
The CloudEvents v1.0 events to publish. No other types are allowed. If this field is set, then the textEvents fields must not be set.
An object containing fields of an arbitrary type. An additional field "@type" contains a URI identifying the type. Example: { "id": 1234, "@type": "types.example.com/standard/id" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-12 UTC."],[[["This endpoint facilitates the publishing of events to a ChannelConnection within a partner's project via a POST request."],["The request URL is structured using gRPC Transcoding syntax and includes a `channelConnection` path parameter that specifies the origin of the published events."],["The request body must contain either an array of CloudEvents v1.0 objects under the `events` field or a text representation of events in JSON format under the `textEvents` field."],["A successful request to publish events will yield an empty response body."],["The authentication for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]