Package-level declarations
Types
The log type that this config enables.
Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. If docker_repository
field is specified, this field will be automatically set as ARTIFACT_REGISTRY
. If unspecified, it currently defaults to CONTAINER_REGISTRY
. This field may be overridden by the backend for eligible deployments.
Optional. If unset, then defaults to ignoring failures (i.e. not retrying them).
Describe whether the function is 1st Gen or 2nd Gen.
The ingress settings for the function, controlling what traffic can reach it.
Security level configure whether the function only accepts https. This configuration is only applicable to 1st Gen functions with Http trigger. By default https is optional for 1st Gen functions; 2nd Gen functions are https ONLY.
The egress settings for the connector, controlling what traffic is diverted through it.