public class AndroidPublisher.Edits.Expansionfiles extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Edits.Expansionfiles.Get |
class |
AndroidPublisher.Edits.Expansionfiles.Patch |
class |
AndroidPublisher.Edits.Expansionfiles.Update |
class |
AndroidPublisher.Edits.Expansionfiles.Upload |
Constructor and Description |
---|
Expansionfiles() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Expansionfiles.Get |
get(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType)
Fetches the expansion file configuration for the specified APK.
|
AndroidPublisher.Edits.Expansionfiles.Patch |
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 |
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.
|
AndroidPublisher.Edits.Expansionfiles.Upload |
upload(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType)
Uploads a new expansion file and attaches to the specified APK.
|
AndroidPublisher.Edits.Expansionfiles.Upload |
upload(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads a new expansion file and attaches to the specified APK.
|
public AndroidPublisher.Edits.Expansionfiles.Get get(String packageName, String editId, Integer apkVersionCode, String expansionFileType) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.apkVersionCode
- The version code of the APK whose expansion file configuration is being read or modified.expansionFileType
- The file type of the file configuration which is being read or modified.IOException
public AndroidPublisher.Edits.Expansionfiles.Patch patch(String packageName, String editId, Integer apkVersionCode, String expansionFileType, ExpansionFile content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.apkVersionCode
- The version code of the APK whose expansion file configuration is being read or modified.expansionFileType
- The file type of the expansion file configuration which is being updated.content
- the ExpansionFile
IOException
public AndroidPublisher.Edits.Expansionfiles.Update update(String packageName, String editId, Integer apkVersionCode, String expansionFileType, ExpansionFile content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.apkVersionCode
- The version code of the APK whose expansion file configuration is being read or modified.expansionFileType
- The file type of the file configuration which is being read or modified.content
- the ExpansionFile
IOException
public AndroidPublisher.Edits.Expansionfiles.Upload upload(String packageName, String editId, Integer apkVersionCode, String expansionFileType) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.apkVersionCode
- The version code of the APK whose expansion file configuration is being read or modified.expansionFileType
- The file type of the expansion file configuration which is being updated.IOException
public AndroidPublisher.Edits.Expansionfiles.Upload upload(String packageName, String editId, Integer apkVersionCode, String expansionFileType, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
packageName
- Package name of the app.@param editId Identifier of the edit.@param apkVersionCode The version code of the APK whose expansion file configuration is being read or modified.@param expansionFileType The file type of the expansion file configuration which is being updated.mediaContent
- The media HTTP content.IOException
- if the initialization of the request failsCopyright © 2011–2025 Google. All rights reserved.