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.