Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.clone() |
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.set(String fieldName,
Object value) |
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setCertificateSha256Hash(String certificateSha256Hash)
SHA256 hash of the APK signing public key certificate.
|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setGeneratedAssetPackSlices(List<GeneratedAssetPackSlice> generatedAssetPackSlices)
List of asset pack slices which will be served for this app bundle, signed with a key
corresponding to certificate_sha256_hash.
|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setGeneratedRecoveryModules(List<GeneratedRecoveryApk> generatedRecoveryModules)
Generated recovery apks for recovery actions signed with a key corresponding to
certificate_sha256_hash.
|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setGeneratedSplitApks(List<GeneratedSplitApk> generatedSplitApks)
List of generated split APKs, signed with a key corresponding to certificate_sha256_hash.
|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setGeneratedStandaloneApks(List<GeneratedStandaloneApk> generatedStandaloneApks)
List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.
|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setGeneratedUniversalApk(GeneratedUniversalApk generatedUniversalApk)
Generated universal APK, signed with a key corresponding to certificate_sha256_hash.
|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setTargetingInfo(TargetingInfo targetingInfo)
Contains targeting information about the generated apks.
|
Modifier and Type | Method and Description |
---|---|
List<GeneratedApksPerSigningKey> |
GeneratedApksListResponse.getGeneratedApks()
All generated APKs, grouped by the APK signing key.
|
Modifier and Type | Method and Description |
---|---|
GeneratedApksListResponse |
GeneratedApksListResponse.setGeneratedApks(List<GeneratedApksPerSigningKey> generatedApks)
All generated APKs, grouped by the APK signing key.
|
Copyright © 2011–2025 Google. All rights reserved.