Required. Resource name of the form: projects/*/locations/*/providers/*/connectors/*/versions/*/eventtypes/* Only global location is supported for EventType resource.
Authorization requires the following IAM permission on the specified resource name:
connectors.eventtypes.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of EventType.
[[["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-25 UTC."],[[["This webpage details how to retrieve information about a single event type using a `GET` request."],["The request URL follows gRPC Transcoding syntax and requires a `name` parameter specifying the event type's resource path."],["The request body must be empty, and it needs to be authorized with the `connectors.eventtypes.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["A successful request returns an instance of the `EventType`, which is described in more detail in the documentation."]]],[]]