REST Resource: edits.apks
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: APK
ข้อมูลเกี่ยวกับ APK ทรัพยากรสำหรับ ApksService
การแสดง JSON |
{ "versionCode": integer, "binary": { object (ApkBinary ) } } |
ช่อง |
versionCode | integer รหัสเวอร์ชันของ APK ตามที่ระบุไว้ในไฟล์ Manifest |
binary | object (ApkBinary ) ข้อมูลเกี่ยวกับเพย์โหลดไบนารีของ APK นี้ |
ApkBinary
แสดงเพย์โหลดไบนารีของ APK
การแสดง JSON |
{ "sha1": string, "sha256": string } |
ช่อง |
sha1 | string แฮช SHA1 ของเพย์โหลด APK ซึ่งเข้ารหัสเป็นสตริงเลขฐาน 16 และจับคู่เอาต์พุตของคำสั่ง sha1sum |
sha256 | string แฮช SHA256 ของเพย์โหลด APK ซึ่งเข้ารหัสเป็นสตริงฐาน 16 และจับคู่เอาต์พุตของคำสั่ง sha256sum |
เมธอด |
| สร้าง APK ใหม่โดยไม่อัปโหลด APK ไปยัง Google Play แต่จะโฮสต์ APK ที่ URL ที่ระบุแทน |
| แสดงรายการ APK ปัจจุบันทั้งหมดของแอปและแก้ไข |
| อัปโหลด APK และเพิ่มการแก้ไขปัจจุบัน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["The `Apk` resource provides information about an APK, including its version code and binary payload details."],["`ApkBinary` represents the binary payload of an APK with SHA1 and SHA256 hashes for integrity verification."],["Developers can manage APKs using methods to upload, list, or add externally hosted APKs."]]],["The provided content describes APK information and its binary payload. An APK's data includes its `versionCode` (an integer) and `binary`, which contains `sha1` and `sha256` hash strings for its payload. Key actions involve managing APKs through methods such as `addexternallyhosted` (creating an APK without direct upload), `list` (retrieving existing APKs), and `upload` (uploading an APK).\n"]]