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 uses a POST request to publish events to a specified channel, identified by a channel path parameter within the URL."],["The request body can include either an array of CloudEvents v1.0 objects in the `events` field, or an array of JSON-formatted CloudEvent strings in the `textEvents` field, but not both at the same time."],["Upon a successful request, the response body will be empty, providing no data beyond confirmation."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The format for the URL is detailed in the documentation, utilizing gRPC Transcoding, and requires the user to provide the channel in the format `projects/{project}/locations/{location}/channels/{channel-id}`."]]],[]]