REST Resource: edits.images
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:Image
| JSON 表示法 |
{
"id": string,
"url": string,
"sha1": string,
"sha256": string
} |
| 字段 |
id |
string
表示相应图像的唯一 ID。
|
url |
string
提供图像预览的网址。
|
sha1 |
string
图像的 sha1 哈希值。
|
sha256 |
string
图像的 sha256 哈希值。
|
方法 |
|
|
通过指定 ID 从编辑会话中删除相应图像。 |
|
|
删除指定语言和图像类型的所有图像。 |
|
|
列出所有图像。 |
|
|
上传指定语言和图像类型的图像,并将其添加到编辑会话中。 |
错误代码
此资源的操作会返回以下 HTTP 错误代码:
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-01-14。
[[["易于理解","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"]],["最后更新时间 (UTC):2026-01-14。"],[],["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"]]