[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Functions V2 Client - Class IngressSettings (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-functions/latest/V2.ServiceConfig.IngressSettings)\n- [2.0.5](/php/docs/reference/cloud-functions/2.0.5/V2.ServiceConfig.IngressSettings)\n- [1.7.0](/php/docs/reference/cloud-functions/1.7.0/V2.ServiceConfig.IngressSettings)\n- [1.6.5](/php/docs/reference/cloud-functions/1.6.5/V2.ServiceConfig.IngressSettings)\n- [1.5.0](/php/docs/reference/cloud-functions/1.5.0/V2.ServiceConfig.IngressSettings)\n- [1.4.2](/php/docs/reference/cloud-functions/1.4.2/V2.ServiceConfig.IngressSettings)\n- [1.3.1](/php/docs/reference/cloud-functions/1.3.1/V2.ServiceConfig.IngressSettings)\n- [1.2.0](/php/docs/reference/cloud-functions/1.2.0/V2.ServiceConfig.IngressSettings)\n- [1.1.2](/php/docs/reference/cloud-functions/1.1.2/V2.ServiceConfig.IngressSettings)\n- [1.0.3](/php/docs/reference/cloud-functions/1.0.3/V2.ServiceConfig.IngressSettings) \nReference documentation and code samples for the Google Cloud Functions V2 Client class IngressSettings.\n\nAvailable ingress settings.\n\nThis controls what traffic can reach the function.\nIf unspecified, ALLOW_ALL will be used.\n\nProtobuf type `google.cloud.functions.v2.ServiceConfig.IngressSettings`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Functions \\\\ V2 \\\\ ServiceConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### INGRESS_SETTINGS_UNSPECIFIED\n\n Value: 0\n\nUnspecified.\n\nGenerated from protobuf enum `INGRESS_SETTINGS_UNSPECIFIED = 0;`\n\n### ALLOW_ALL\n\n Value: 1\n\nAllow HTTP traffic from public and private sources.\n\nGenerated from protobuf enum `ALLOW_ALL = 1;`\n\n### ALLOW_INTERNAL_ONLY\n\n Value: 2\n\nAllow HTTP traffic from only private VPC sources.\n\nGenerated from protobuf enum `ALLOW_INTERNAL_ONLY = 2;`\n\n### ALLOW_INTERNAL_AND_GCLB\n\n Value: 3\n\nAllow HTTP traffic from private VPC sources and through GCLB.\n\nGenerated from protobuf enum `ALLOW_INTERNAL_AND_GCLB = 3;`"]]