Cloud 运行 中的环境变量引用 Google Cloud 项目 ID

Envrionment variables in Cloud Run referencing the Google Cloud project id

即使没有记录 here,我认为 GOOGLE_CLOUD_PROJECT 环境变量曾经在容器内定义,但现在不再

我什至可以在此处的代码中找到它的引用:
project := os.Getenv("GOOGLE_CLOUD_PROJECT")

在哪里可以找到我的项目 ID?

如果我们查看 Cloud 运行 文档中的 Container instance metadata server,我们会看到明确提到这是确定您自己的环境(包括项目 ID 和服务帐户)的机制。