Google Cloud Functions V1 Client - Class HttpsTrigger (1.4.2)

Reference documentation and code samples for the Google Cloud Functions V1 Client class HttpsTrigger.

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

Generated from protobuf message google.cloud.functions.v1.HttpsTrigger

Namespace

Google \ Cloud \ Functions \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ url string

Output only. The deployed URL for the function.

↳ security_level int

The security level for the function.

getUrl

Output only. The deployed URL for the function.

Returns
TypeDescription
string

setUrl

Output only. The deployed URL for the function.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSecurityLevel

The security level for the function.

Returns
TypeDescription
int

setSecurityLevel

The security level for the function.

Parameter
NameDescription
var int
Returns
TypeDescription
$this