dockerRegistry property
Optional. 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.
Implementation
@$pb.TagNumber(10)
BuildConfig_DockerRegistry get dockerRegistry => $_getN(9);
Implementation
@$pb.TagNumber(10)
set dockerRegistry(BuildConfig_DockerRegistry v) { setField(10, v); }