Get Function Result
A collection of values returned by getFunction.
Constructors
Properties
Available memory (in MB) to the function.
Description of the function.
Name of a JavaScript function that will be executed when the Google Cloud Function is triggered.
A source that fires events in response to a condition in another service. Structure is documented below.
If function is triggered by HTTP, trigger URL is set here.
Controls what traffic can reach the function.
The limit on the maximum number of function instances that may coexist at a given time. If unset or set to 0
, the API default will be used.
The service account email to be assumed by the cloud function.
The GCS bucket containing the zip archive which contains the function.
The source archive object (file) in archive bucket.
The URL of the Cloud Source Repository that the function is deployed from. Structure is documented below.
If function is triggered by HTTP, this boolean is set.
The VPC Network Connector that this cloud function can connect to.
The egress settings for the connector, controlling what traffic is diverted through it.