Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Expansionfiles.Patch |
AndroidPublisher.Edits.Expansionfiles.patch(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Patches the APK's expansion file configuration to reference another APK's expansion file.
|
AndroidPublisher.Edits.Expansionfiles.Update |
AndroidPublisher.Edits.Expansionfiles.update(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Updates the APK's expansion file configuration to reference another APK's expansion file.
|
Constructor and Description |
---|
Patch(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Patches the APK's expansion file configuration to reference another APK's expansion file.
|
Update(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Updates the APK's expansion file configuration to reference another APK's expansion file.
|
Modifier and Type | Method and Description |
---|---|
ExpansionFile |
ExpansionFile.clone() |
ExpansionFile |
ExpansionFilesUploadResponse.getExpansionFile()
The uploaded expansion file configuration.
|
ExpansionFile |
ExpansionFile.set(String fieldName,
Object value) |
ExpansionFile |
ExpansionFile.setFileSize(Long fileSize)
If set, this field indicates that this APK has an expansion file uploaded to it: this APK does
not reference another APK's expansion file.
|
ExpansionFile |
ExpansionFile.setReferencesVersion(Integer referencesVersion)
If set, this APK's expansion file references another APK's expansion file.
|
Modifier and Type | Method and Description |
---|---|
ExpansionFilesUploadResponse |
ExpansionFilesUploadResponse.setExpansionFile(ExpansionFile expansionFile)
The uploaded expansion file configuration.
|
Copyright © 2011–2025 Google. All rights reserved.