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 で指定される画像を編集から削除します。 |
|
指定した言語と画像タイプのすべての画像を削除します。 |
|
すべての画像を一覧表示します。 |
|
指定した言語と画像タイプの画像をアップロードして、編集に追加します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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。"],[[["Images are uploaded resources identified by a unique ID and accessible via URL."],["Images have properties including SHA1 and SHA256 hashes for content verification."],["Developers can manage images via methods to delete, list, and upload them within edits."],["Image management includes options to delete individual images or all images for a specific language and type."]]],["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"]]