[[["わかりやすい","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-04-02 UTC。"],[[["This guide explains how to generate a Java client library from a Python backend API, which enables Java and Android applications to interact with the API."],["The process involves using the Endpoints Frameworks command-line tool to create a Gradle client bundle from your API code, using the class and name of your API."],["Once the client library is generated as a ZIP file, it must be unzipped, built using Gradle, and the resulting JAR file added to the Java or Android application."],["It is important to repeat the library generation process whenever modifications are made to the backend API code to ensure the client library remains in sync with the server code."],["For generating iOS clients for your API, Google APIs Objective-C Client Library for REST APIs is recommended, it is also possible to access backend API from a Python client."]]],[]]