Class GeneratedApksPerSigningKey
Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed with a given key.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class GeneratedApksPerSigningKey : IDirectResponseSchema
Properties
CertificateSha256Hash
SHA256 hash of the APK signing public key certificate.
Declaration
[JsonProperty("certificateSha256Hash")]
public virtual string CertificateSha256Hash { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GeneratedAssetPackSlices
List of asset pack slices which will be served for this app bundle, signed with a key corresponding to certificate_sha256_hash.
Declaration
[JsonProperty("generatedAssetPackSlices")]
public virtual IList<GeneratedAssetPackSlice> GeneratedAssetPackSlices { get; set; }
Property Value
Type | Description |
---|---|
IList<GeneratedAssetPackSlice> |
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.
Declaration
[JsonProperty("generatedRecoveryModules")]
public virtual IList<GeneratedRecoveryApk> GeneratedRecoveryModules { get; set; }
Property Value
Type | Description |
---|---|
IList<GeneratedRecoveryApk> |
GeneratedSplitApks
List of generated split APKs, signed with a key corresponding to certificate_sha256_hash.
Declaration
[JsonProperty("generatedSplitApks")]
public virtual IList<GeneratedSplitApk> GeneratedSplitApks { get; set; }
Property Value
Type | Description |
---|---|
IList<GeneratedSplitApk> |
GeneratedStandaloneApks
List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.
Declaration
[JsonProperty("generatedStandaloneApks")]
public virtual IList<GeneratedStandaloneApk> GeneratedStandaloneApks { get; set; }
Property Value
Type | Description |
---|---|
IList<GeneratedStandaloneApk> |
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.
Declaration
[JsonProperty("generatedUniversalApk")]
public virtual GeneratedUniversalApk GeneratedUniversalApk { get; set; }
Property Value
Type | Description |
---|---|
GeneratedUniversalApk |
TargetingInfo
Contains targeting information about the generated apks.
Declaration
[JsonProperty("targetingInfo")]
public virtual TargetingInfo TargetingInfo { get; set; }
Property Value
Type | Description |
---|---|
TargetingInfo |