Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Bundle |
Bundle.clone() |
Bundle |
Bundle.set(String fieldName,
Object value) |
Bundle |
Bundle.setSha1(String sha1)
A sha1 hash of the upload payload, encoded as a hex string and matching the output of the
sha1sum command.
|
Bundle |
Bundle.setSha256(String sha256)
A sha256 hash of the upload payload, encoded as a hex string and matching the output of the
sha256sum command.
|
Bundle |
Bundle.setVersionCode(Integer versionCode)
The version code of the Android App Bundle, as specified in the Android App Bundle's base
module APK manifest file.
|
Modifier and Type | Method and Description |
---|---|
List<Bundle> |
BundlesListResponse.getBundles()
All app bundles.
|
Modifier and Type | Method and Description |
---|---|
BundlesListResponse |
BundlesListResponse.setBundles(List<Bundle> bundles)
All app bundles.
|
Copyright © 2011–2025 Google. All rights reserved.