Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
Las funciones de Cloud Run se ejecutan en un entorno que consta de una versión del sistema operativo con paquetes complementarios, compatibilidad con idiomas y la biblioteca Functions Frameworks, que admite e invoca tu función. Este entorno se identifica por la versión del idioma y se conoce como "tiempo de ejecución". Hay varios lenguajes de programación disponibles: Node.js, Python, Go, Java, Ruby, PHP y .NET. Consulta la descripción general de las funciones de Cloud Run para obtener más información.
Entornos de ejecución de Cloud Run Functions
Los tiempos de ejecución están disponibles en varios idiomas, con instrucciones específicas para cada uno:
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-21 (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"]]