Cloud Functions v1 API - Class HttpsTrigger (2.5.0)

public sealed class HttpsTrigger : IMessage<HttpsTrigger>, IEquatable<HttpsTrigger>, IDeepCloneable<HttpsTrigger>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Functions v1 API class HttpsTrigger.

Describes HttpsTrigger, could be used to connect web hooks to function.

Inheritance

object > HttpsTrigger

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

HttpsTrigger()

public HttpsTrigger()

HttpsTrigger(HttpsTrigger)

public HttpsTrigger(HttpsTrigger other)
Parameter
NameDescription
otherHttpsTrigger

Properties

SecurityLevel

public HttpsTrigger.Types.SecurityLevel SecurityLevel { get; set; }

The security level for the function.

Property Value
TypeDescription
HttpsTriggerTypesSecurityLevel

Url

public string Url { get; set; }

Output only. The deployed URL for the function.

Property Value
TypeDescription
string