Network Services v1 API - Enum EventType (1.0.0-beta01)

public enum EventType

Reference documentation and code samples for the Network Services v1 API enum EventType.

The part of the request or response for which the extension is called.

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Fields

Name Description
RequestBody

If included in supported_events, the extension is called when the HTTP request body arrives.

RequestHeaders

If included in supported_events, the extension is called when the HTTP request headers arrive.

RequestTrailers

If included in supported_events, the extension is called when the HTTP request trailers arrives.

ResponseBody

If included in supported_events, the extension is called when the HTTP response body arrives.

ResponseHeaders

If included in supported_events, the extension is called when the HTTP response headers arrive.

ResponseTrailers

If included in supported_events, the extension is called when the HTTP response trailers arrives.

Unspecified

Unspecified value. Do not use.