REST Resource: edits.images
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: Image
アップロードした画像。ImagesService のリソース。
| JSON 表現 |
{
"id": string,
"url": string,
"sha1": string,
"sha256": string
} |
| フィールド |
id |
string
この画像を表す一意の ID。
|
url |
string
画像のプレビューを提供する URL。
|
sha1 |
string
画像の SHA1 ハッシュ。
|
sha256 |
string
画像の SHA256 ハッシュ。
|
メソッド |
|
|
ID で指定された画像を編集から削除します。 |
|
|
指定された言語と画像タイプの画像すべてを削除します。 |
|
|
すべての画像を一覧表示します。 |
|
|
指定された言語と画像タイプに一致する画像をアップロードして、編集に追加します。 |
エラーコード
このリソースのオペレーションは、次の HTTP エラーコードを返します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-01-14 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"]],["最終更新日 2026-01-14 UTC。"],[],["The core content describes an \"Image\" resource, which includes a unique `id`, a preview `url`, and `sha1` and `sha256` hashes. The available actions (methods) for managing images include: `delete` (removes a specific image), `deleteall` (removes all images of a specific type and language), `list` (retrieves all images), and `upload` (adds a new image with a given type and language to the edit). The JSON representation shows the structure of the image resource.\n"]]