Class GetFunctionRequest (1.16.2)

GetFunctionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the GetFunction method.

Attributes

NameDescription
name str
Required. The name of the function which details should be obtained.
version_id int
Optional. The optional version of the function whose details should be obtained. The version of a 1st Gen function is an integer that starts from 1 and gets incremented on redeployments. Each deployment creates a config version of the underlying function. GCF may keep historical configs for old versions. This field can be specified to fetch the historical configs. Leave it blank or set to 0 to get the latest version of the function.