Cloud Run Functions는 부가기능 패키지가 포함된 운영체제 버전, 언어 지원, 함수를 지원하고 호출하는 함수 프레임워크 라이브러리로 구성된 환경에서 실행됩니다. 이 환경은 언어 버전으로 식별되며, 런타임이라고 합니다. Node.js, Python, Go, Java, Ruby, PHP, .NET 등 여러 프로그래밍 언어를 사용할 수 있습니다. 자세한 내용은 Cloud Run Functions 개요를 참조하세요.
[[["이해하기 쉬움","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-07-15(UTC)"],[],[],null,["# Cloud Run functions runtimes\n\nCloud Run functions runs in an environment consisting of an\noperating system version with add-on packages, language support, and the\n[Functions Frameworks](https://github.com/GoogleCloudPlatform/functions-framework)\nlibrary that supports and invokes your function. This environment is\nidentified by the language version, and is known as the runtime. There are\nmultiple programming languages available: Node.js, Python, Go, Java,\nRuby, PHP, and .NET.\nSee [Cloud Run functions overview](/run/docs/functions/overview) to\nlearn more.\n\nCloud Run functions runtimes\n----------------------------\n\nRuntimes are available in multiple languages, with specific instructions for\neach language:\n\n- [Node.js runtime](/run/docs/runtimes/nodejs)\n- [Python runtime](/run/docs/runtimes/python)\n- [Go runtime](/run/docs/runtimes/go)\n- [Java runtime](/run/docs/runtimes/java)\n- [Ruby runtime](/run/docs/runtimes/ruby)\n- [PHP runtime](/run/docs/runtimes/php)\n- [.NET runtime](/run/docs/runtimes/dotnet)\n\nRuntime support schedule\n------------------------\n\nCloud Run functions runtimes are subject to the [Cloud Run runtime lifecycle](/run/docs/runtime-support)\nand support schedule:\n\n### Node.js\n\n### Python\n\n### Go\n\n| **Note:** Go's [release policy](https://go.dev/doc/devel/release#policy) states that each major Go release is supported until there are two newer major releases. Thus, depending on when newer versions of Go are made publicly available, key dates such as end of support, deprecation, and decommission might be postponed.\n\n### Java\n\n### Ruby\n\n### PHP\n\n### .NET"]]