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 해시로, 16진수 문자열로 인코딩되고 sha1sum 명령어의 출력과 일치합니다.
|
sha256 |
string
APK 페이로드의 sha256 해시로, 16진수 문자열로 인코딩되고 sha256sum 명령어의 출력과 일치합니다.
|
메서드 |
|
지정된 URL에서 APK를 호스팅하여 APK 자체를 Google Play에 업로드하지 않고 새 APK를 생성합니다. |
|
앱 및 수정사항의 현재 APK를 모두 나열합니다. |
|
APK를 업로드하고 현재 수정사항에 추가합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-18(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"]],["최종 업데이트: 2024-12-18(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"]]