Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
ExternallyHostedApk |
ExternallyHostedApk.clone() |
ExternallyHostedApk |
ApksAddExternallyHostedResponse.getExternallyHostedApk()
The definition of the externally-hosted APK and where it is located.
|
ExternallyHostedApk |
ApksAddExternallyHostedRequest.getExternallyHostedApk()
The definition of the externally-hosted APK and where it is located.
|
ExternallyHostedApk |
ExternallyHostedApk.set(String fieldName,
Object value) |
ExternallyHostedApk |
ExternallyHostedApk.setApplicationLabel(String applicationLabel)
The application label.
|
ExternallyHostedApk |
ExternallyHostedApk.setCertificateBase64s(List<String> certificateBase64s)
A certificate (or array of certificates if a certificate-chain is used) used to sign this APK,
represented as a base64 encoded byte array.
|
ExternallyHostedApk |
ExternallyHostedApk.setExternallyHostedUrl(String externallyHostedUrl)
The URL at which the APK is hosted.
|
ExternallyHostedApk |
ExternallyHostedApk.setFileSha1Base64(String fileSha1Base64)
The sha1 checksum of this APK, represented as a base64 encoded byte array.
|
ExternallyHostedApk |
ExternallyHostedApk.setFileSha256Base64(String fileSha256Base64)
The sha256 checksum of this APK, represented as a base64 encoded byte array.
|
ExternallyHostedApk |
ExternallyHostedApk.setFileSize(Long fileSize)
The file size in bytes of this APK.
|
ExternallyHostedApk |
ExternallyHostedApk.setIconBase64(String iconBase64)
The icon image from the APK, as a base64 encoded byte array.
|
ExternallyHostedApk |
ExternallyHostedApk.setMaximumSdk(Integer maximumSdk)
The maximum SDK supported by this APK (optional).
|
ExternallyHostedApk |
ExternallyHostedApk.setMinimumSdk(Integer minimumSdk)
The minimum SDK targeted by this APK.
|
ExternallyHostedApk |
ExternallyHostedApk.setNativeCodes(List<String> nativeCodes)
The native code environments supported by this APK (optional).
|
ExternallyHostedApk |
ExternallyHostedApk.setPackageName(String packageName)
The package name.
|
ExternallyHostedApk |
ExternallyHostedApk.setUsesFeatures(List<String> usesFeatures)
The features required by this APK (optional).
|
ExternallyHostedApk |
ExternallyHostedApk.setUsesPermissions(List<UsesPermission> usesPermissions)
The permissions requested by this APK.
|
ExternallyHostedApk |
ExternallyHostedApk.setVersionCode(Integer versionCode)
The version code of this APK.
|
ExternallyHostedApk |
ExternallyHostedApk.setVersionName(String versionName)
The version name of this APK.
|
Modifier and Type | Method and Description |
---|---|
ApksAddExternallyHostedResponse |
ApksAddExternallyHostedResponse.setExternallyHostedApk(ExternallyHostedApk externallyHostedApk)
The definition of the externally-hosted APK and where it is located.
|
ApksAddExternallyHostedRequest |
ApksAddExternallyHostedRequest.setExternallyHostedApk(ExternallyHostedApk externallyHostedApk)
The definition of the externally-hosted APK and where it is located.
|
Copyright © 2011–2025 Google. All rights reserved.