REST Resource: edits.apks
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:APK
APK 的相关信息。ApksService 的资源。
JSON 表示法 |
{
"versionCode": integer,
"binary": {
object (ApkBinary )
}
} |
字段 |
versionCode |
integer
APK 的版本代码,如清单文件中所指定。
|
binary |
object (ApkBinary )
此 APK 的二进制载荷的相关信息。
|
ApkBinary
JSON 表示法 |
{
"sha1": string,
"sha256": string
} |
字段 |
sha1 |
string
APK 载荷的 sha1 哈希,编码为十六进制字符串,与 sha1sum 命令的输出一致。
|
sha256 |
string
APK 载荷的 sha256 哈希,编码为十六进制字符串,与 sha256sum 命令的输出一致。
|
方法 |
|
创建一个新的 APK,但不将该 APK 上传到 Google Play,而是将该 APK 托管在指定的网址上。 |
|
列出应用和编辑会话的所有当前 APK。 |
|
上传 APK 并将其添加到当前编辑会话。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-18。
[[["易于理解","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"]],["最后更新时间 (UTC):2024-12-18。"],[[["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"]]