[[["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-09-04 UTC."],[],[],null,["# Google Cloud Network Services V1 Client - Class EventType (0.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.1 (latest)](/php/docs/reference/cloud-networkservices/latest/V1.EventType)\n- [0.6.0](/php/docs/reference/cloud-networkservices/0.6.0/V1.EventType)\n- [0.5.0](/php/docs/reference/cloud-networkservices/0.5.0/V1.EventType)\n- [0.4.0](/php/docs/reference/cloud-networkservices/0.4.0/V1.EventType)\n- [0.3.0](/php/docs/reference/cloud-networkservices/0.3.0/V1.EventType)\n- [0.2.3](/php/docs/reference/cloud-networkservices/0.2.3/V1.EventType)\n- [0.1.1](/php/docs/reference/cloud-networkservices/0.1.1/V1.EventType) \nReference documentation and code samples for the Google Cloud Network Services V1 Client class EventType.\n\nThe part of the request or response for which the extension is called.\n\nProtobuf type `google.cloud.networkservices.v1.EventType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetworkServices \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### EVENT_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnspecified value. Do not use.\n\nGenerated from protobuf enum `EVENT_TYPE_UNSPECIFIED = 0;`\n\n### REQUEST_HEADERS\n\n Value: 1\n\nIf included in `supported_events`,\nthe extension is called when the HTTP request headers arrive.\n\nGenerated from protobuf enum `REQUEST_HEADERS = 1;`\n\n### REQUEST_BODY\n\n Value: 2\n\nIf included in `supported_events`,\nthe extension is called when the HTTP request body arrives.\n\nGenerated from protobuf enum `REQUEST_BODY = 2;`\n\n### RESPONSE_HEADERS\n\n Value: 3\n\nIf included in `supported_events`,\nthe extension is called when the HTTP response headers arrive.\n\nGenerated from protobuf enum `RESPONSE_HEADERS = 3;`\n\n### RESPONSE_BODY\n\n Value: 4\n\nIf included in `supported_events`,\nthe extension is called when the HTTP response body arrives.\n\nGenerated from protobuf enum `RESPONSE_BODY = 4;`\n\n### REQUEST_TRAILERS\n\n Value: 5\n\nIf included in `supported_events`,\nthe extension is called when the HTTP request trailers arrives.\n\nGenerated from protobuf enum `REQUEST_TRAILERS = 5;`\n\n### RESPONSE_TRAILERS\n\n Value: 6\n\nIf included in `supported_events`,\nthe extension is called when the HTTP response trailers arrives.\n\nGenerated from protobuf enum `RESPONSE_TRAILERS = 6;`"]]