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.
Implements
IMessageHttpsTrigger, IEquatableHttpsTrigger, IDeepCloneableHttpsTrigger, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Constructors
HttpsTrigger()
public HttpsTrigger()
HttpsTrigger(HttpsTrigger)
public HttpsTrigger(HttpsTrigger other)
Parameter | |
---|---|
Name | Description |
other | HttpsTrigger |
Properties
SecurityLevel
public HttpsTrigger.Types.SecurityLevel SecurityLevel { get; set; }
The security level for the function.
Property Value | |
---|---|
Type | Description |
HttpsTriggerTypesSecurityLevel |
Url
public string Url { get; set; }
Output only. The deployed URL for the function.
Property Value | |
---|---|
Type | Description |
string |