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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setUrl
Output only. The deployed url for the function.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSecurityLevel
The security level for the function.
Returns | |
---|---|
Type | Description |
int |
setSecurityLevel
The security level for the function.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |