Network Services V1 API - Module Google::Cloud::NetworkServices::V1::EventType (v2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::EventType.
The part of the request or response for which the extension is called.
Constants
EVENT_TYPE_UNSPECIFIED
value: 0 Unspecified value. Do not use.
REQUEST_HEADERS
value: 1 If included in supported_events,
the extension is called when the HTTP request headers arrive.
REQUEST_BODY
value: 2 If included in supported_events,
the extension is called when the HTTP request body arrives.
RESPONSE_HEADERS
value: 3 If included in supported_events,
the extension is called when the HTTP response headers arrive.
RESPONSE_BODY
value: 4 If included in supported_events,
the extension is called when the HTTP response body arrives.
REQUEST_TRAILERS
value: 5 If included in supported_events,
the extension is called when the HTTP request trailers arrives.
RESPONSE_TRAILERS
value: 6 If included in supported_events,
the extension is called when the HTTP response trailers arrives.
[[["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 2026-06-11 UTC."],[],[]]