File tree Expand file tree Collapse file tree
google/cloud/functions/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -476,11 +476,15 @@ message CloudFunction {
476476 }];
477477
478478 // Docker Registry to use for this deployment.
479+ // As of March 2025, `CONTAINER_REGISTRY` option is no longer
480+ // available in response to Container Registry's deprecation:
481+ // https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
482+ // Please use Artifact Registry instead, which is the default choice.
479483 //
480484 // If unspecified, it defaults to `ARTIFACT_REGISTRY`.
481485 // If `docker_repository` field is specified, this field should either be left
482486 // unspecified or set to `ARTIFACT_REGISTRY`.
483- DockerRegistry docker_registry = 35 ;
487+ DockerRegistry docker_registry = 35 [ deprecated = true ] ;
484488
485489 // This controls when security patches are applied to the runtime environment.
486490 oneof runtime_update_policy {
@@ -646,7 +650,7 @@ message SecretEnvVar {
646650 // Name of the environment variable.
647651 string key = 1 ;
648652
649- // Project identifier (preferrably project number but can also be the project
653+ // Project identifier (preferably project number but can also be the project
650654 // ID) of the project that contains the secret. If not set, it will be
651655 // populated with the function's project assuming that the secret exists in
652656 // the same project as of the function.
You can’t perform that action at this time.
0 commit comments