REST Resource: edits.expansionfiles
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: ExpansionFile
拡張ファイル。ExpansionFilesService のリソース。
JSON 表現 |
{
"referencesVersion": integer,
"fileSize": string
} |
フィールド |
referencesVersion |
integer
設定した場合、この APK の拡張ファイルは別の APK の拡張ファイルを参照します。fileSize フィールドは設定されません。
|
fileSize |
string (int64 format)
設定されている場合、このフィールドはこの APK に拡張ファイルがアップロードされていることを示します。この APK は別の APK の拡張ファイルを参照しません。フィールドの値は、アップロードした拡張ファイルのサイズ(バイト単位)です。
|
メソッド |
|
指定した APK の拡張ファイル設定を取得します。 |
|
別の APK の拡張ファイルを参照するように APK の拡張ファイル設定にパッチを適用します。 |
|
別の APK の拡張ファイルを参照するように APK の拡張ファイルの設定を更新します。 |
|
新しい拡張ファイルをアップロードし、指定された APK に適用します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-22 UTC。"],[[["An ExpansionFile resource defines the configuration for expansion files associated with an APK in Google Play."],["It allows an APK to either reference another APK's expansion file or have its own expansion file uploaded."],["Developers can manage expansion files using methods like get, patch, update, and upload to retrieve, modify, or add expansion file configurations for their APKs."],["The `referencesVersion` and `fileSize` fields in the JSON representation determine if an APK references another expansion file or has its own uploaded file with the specified size."]]],[]]