Class CreateFunctionRequest (1.4.0)

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

Request for the CreateFunction method.

Attributes

NameDescription
location str
Required. The project and location in which the function should be created, specified in the format projects/*/locations/*
function google.cloud.functions_v1.types.CloudFunction
Required. Function to be created.