target.apidocs.com.google.api.services.androidpublisher.model.GeneratedApksPerSigningKey.html Maven / Gradle / Ivy
GeneratedApksPerSigningKey (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher.model
Class GeneratedApksPerSigningKey
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.androidpublisher.model.GeneratedApksPerSigningKey
-
public final class GeneratedApksPerSigningKey
extends com.google.api.client.json.GenericJson
Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed
with a given key.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
GeneratedApksPerSigningKey()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
GeneratedApksPerSigningKey
clone()
String
getCertificateSha256Hash()
SHA256 hash of the APK signing public key certificate.
List<GeneratedAssetPackSlice>
getGeneratedAssetPackSlices()
List of asset pack slices which will be served for this app bundle, signed with a key
corresponding to certificate_sha256_hash.
List<GeneratedRecoveryApk>
getGeneratedRecoveryModules()
Generated recovery apks for recovery actions signed with a key corresponding to
certificate_sha256_hash.
List<GeneratedSplitApk>
getGeneratedSplitApks()
List of generated split APKs, signed with a key corresponding to certificate_sha256_hash.
List<GeneratedStandaloneApk>
getGeneratedStandaloneApks()
List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.
GeneratedUniversalApk
getGeneratedUniversalApk()
Generated universal APK, signed with a key corresponding to certificate_sha256_hash.
TargetingInfo
getTargetingInfo()
Contains targeting information about the generated apks.
GeneratedApksPerSigningKey
set(String fieldName,
Object value)
GeneratedApksPerSigningKey
setCertificateSha256Hash(String certificateSha256Hash)
SHA256 hash of the APK signing public key certificate.
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
setGeneratedRecoveryModules(List<GeneratedRecoveryApk> generatedRecoveryModules)
Generated recovery apks for recovery actions signed with a key corresponding to
certificate_sha256_hash.
GeneratedApksPerSigningKey
setGeneratedSplitApks(List<GeneratedSplitApk> generatedSplitApks)
List of generated split APKs, signed with a key corresponding to certificate_sha256_hash.
GeneratedApksPerSigningKey
setGeneratedStandaloneApks(List<GeneratedStandaloneApk> generatedStandaloneApks)
List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.
GeneratedApksPerSigningKey
setGeneratedUniversalApk(GeneratedUniversalApk generatedUniversalApk)
Generated universal APK, signed with a key corresponding to certificate_sha256_hash.
GeneratedApksPerSigningKey
setTargetingInfo(TargetingInfo targetingInfo)
Contains targeting information about the generated apks.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getCertificateSha256Hash
public String getCertificateSha256Hash()
SHA256 hash of the APK signing public key certificate.
- Returns:
- value or
null
for none
-
setCertificateSha256Hash
public GeneratedApksPerSigningKey setCertificateSha256Hash(String certificateSha256Hash)
SHA256 hash of the APK signing public key certificate.
- Parameters:
certificateSha256Hash
- certificateSha256Hash or null
for none
-
getGeneratedAssetPackSlices
public List<GeneratedAssetPackSlice> getGeneratedAssetPackSlices()
List of asset pack slices which will be served for this app bundle, signed with a key
corresponding to certificate_sha256_hash.
- Returns:
- value or
null
for none
-
setGeneratedAssetPackSlices
public 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.
- Parameters:
generatedAssetPackSlices
- generatedAssetPackSlices or null
for none
-
getGeneratedRecoveryModules
public List<GeneratedRecoveryApk> getGeneratedRecoveryModules()
Generated recovery apks for recovery actions signed with a key corresponding to
certificate_sha256_hash. This includes all generated recovery APKs, also those in draft or
cancelled state. This field is not set if no recovery actions were created for this signing
key.
- Returns:
- value or
null
for none
-
setGeneratedRecoveryModules
public GeneratedApksPerSigningKey setGeneratedRecoveryModules(List<GeneratedRecoveryApk> generatedRecoveryModules)
Generated recovery apks for recovery actions signed with a key corresponding to
certificate_sha256_hash. This includes all generated recovery APKs, also those in draft or
cancelled state. This field is not set if no recovery actions were created for this signing
key.
- Parameters:
generatedRecoveryModules
- generatedRecoveryModules or null
for none
-
getGeneratedSplitApks
public List<GeneratedSplitApk> getGeneratedSplitApks()
List of generated split APKs, signed with a key corresponding to certificate_sha256_hash.
- Returns:
- value or
null
for none
-
setGeneratedSplitApks
public GeneratedApksPerSigningKey setGeneratedSplitApks(List<GeneratedSplitApk> generatedSplitApks)
List of generated split APKs, signed with a key corresponding to certificate_sha256_hash.
- Parameters:
generatedSplitApks
- generatedSplitApks or null
for none
-
getGeneratedStandaloneApks
public List<GeneratedStandaloneApk> getGeneratedStandaloneApks()
List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.
- Returns:
- value or
null
for none
-
setGeneratedStandaloneApks
public GeneratedApksPerSigningKey setGeneratedStandaloneApks(List<GeneratedStandaloneApk> generatedStandaloneApks)
List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.
- Parameters:
generatedStandaloneApks
- generatedStandaloneApks or null
for none
-
getGeneratedUniversalApk
public GeneratedUniversalApk getGeneratedUniversalApk()
Generated universal APK, signed with a key corresponding to certificate_sha256_hash. This field
is not set if no universal APK was generated for this signing key.
- Returns:
- value or
null
for none
-
setGeneratedUniversalApk
public GeneratedApksPerSigningKey setGeneratedUniversalApk(GeneratedUniversalApk generatedUniversalApk)
Generated universal APK, signed with a key corresponding to certificate_sha256_hash. This field
is not set if no universal APK was generated for this signing key.
- Parameters:
generatedUniversalApk
- generatedUniversalApk or null
for none
-
getTargetingInfo
public TargetingInfo getTargetingInfo()
Contains targeting information about the generated apks.
- Returns:
- value or
null
for none
-
setTargetingInfo
public GeneratedApksPerSigningKey setTargetingInfo(TargetingInfo targetingInfo)
Contains targeting information about the generated apks.
- Parameters:
targetingInfo
- targetingInfo or null
for none
-
set
public GeneratedApksPerSigningKey set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public GeneratedApksPerSigningKey clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy