[[["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-09 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eHttpsTrigger\u003c/code\u003e class within the Cloud Functions v1 API is 2.7.0, with previous versions ranging from 2.6.0 down to 1.1.0 being accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpsTrigger\u003c/code\u003e class is used to facilitate the connection of webhooks to Google Cloud functions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpsTrigger\u003c/code\u003e class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eHttpsTrigger\u003c/code\u003e class include \u003ccode\u003eSecurityLevel\u003c/code\u003e, which defines the security level of the function, and \u003ccode\u003eUrl\u003c/code\u003e, which is the read-only URL for the function deployment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpsTrigger\u003c/code\u003e class has 2 constructors: \u003ccode\u003eHttpsTrigger()\u003c/code\u003e and \u003ccode\u003eHttpsTrigger(HttpsTrigger other)\u003c/code\u003e, where \u003ccode\u003eother\u003c/code\u003e is an instance of \u003ccode\u003eHttpsTrigger\u003c/code\u003e being passed as a parameter.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v1 API - Class HttpsTrigger (2.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V1/latest/Google.Cloud.Functions.V1.HttpsTrigger)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/2.6.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/2.5.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/2.4.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/2.3.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/2.2.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/2.1.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/2.0.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/1.3.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/1.2.0/Google.Cloud.Functions.V1.HttpsTrigger)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Functions.V1/1.1.0/Google.Cloud.Functions.V1.HttpsTrigger) \n\n public sealed class HttpsTrigger : IMessage\u003cHttpsTrigger\u003e, IEquatable\u003cHttpsTrigger\u003e, IDeepCloneable\u003cHttpsTrigger\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Functions v1 API class HttpsTrigger.\n\nDescribes HttpsTrigger, could be used to connect web hooks to function. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HttpsTrigger \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[HttpsTrigger](/dotnet/docs/reference/Google.Cloud.Functions.V1/latest/Google.Cloud.Functions.V1.HttpsTrigger), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[HttpsTrigger](/dotnet/docs/reference/Google.Cloud.Functions.V1/latest/Google.Cloud.Functions.V1.HttpsTrigger), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[HttpsTrigger](/dotnet/docs/reference/Google.Cloud.Functions.V1/latest/Google.Cloud.Functions.V1.HttpsTrigger), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Functions.V1](/dotnet/docs/reference/Google.Cloud.Functions.V1/latest/Google.Cloud.Functions.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V1.dll\n\nConstructors\n------------\n\n### HttpsTrigger()\n\n public HttpsTrigger()\n\n### HttpsTrigger(HttpsTrigger)\n\n public HttpsTrigger(HttpsTrigger other)\n\nProperties\n----------\n\n### SecurityLevel\n\n public HttpsTrigger.Types.SecurityLevel SecurityLevel { get; set; }\n\nThe security level for the function.\n\n### Url\n\n public string Url { get; set; }\n\nOutput only. The deployed url for the function."]]