Get Function Build Config
Constructors
Properties
Security patches are applied automatically to the runtime without requiring the function to be redeployed.
User managed repository created in Artifact Registry optionally with a customer managed encryption key.
The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in source_location.
User-provided build-time environment variables for the function.
Security patches are only applied when a function is redeployed.
The fully-qualified name of the service account to be used for building the container.
The location of the function source code.
Name of the Cloud Build Custom Worker Pool that should be used to build the function.