[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-26。"],[[["The Modules API provides information about the current operating environment, including module, version, and instance details."],["This API allows applications to retrieve the address of a module, version, or instance, facilitating inter-instance communication within the development and production environments."],["To use the Modules API, you must include the `use google\\appengine\\api\\modules\\ModulesService;` statement at the top of your file."],["The API can get the current module name and instance ID, and an automatically scaled module's instance ID will be a unique base64 encoded value."],["Communication between modules within the same application can be achieved by fetching the hostname of the target module using the `ModulesService::getHostname()` function."]]],[]]