[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-04 (世界標準時間)。"],[[["Cloud Run functions utilize a specific runtime environment, which includes the operating system, add-on packages, language support, and the Functions Framework library that is identified by the language version."],["You can select a preferred Java runtime version for your Cloud Run function during deployment, with supported versions listed on the Runtime support page."],["When deploying via the Google Cloud CLI, you use the `--runtime` parameter to specify the Java runtime and the `--entry-point` flag for the fully qualified class name."],["You can prepare a Java function either directly through the Google Cloud console or locally, and specify dependencies using Maven or Gradle."],["Certain environment variables are automatically set by the Java runtime for use within your Cloud Run function."]]],[]]