REST Resource: edits.images
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ressource: Bild
Ein hochgeladenes Bild. Die Ressource für ImagesService.
JSON-Darstellung |
{
"id": string,
"url": string,
"sha1": string,
"sha256": string
} |
Felder |
id |
string
Eine eindeutige ID für dieses Bild.
|
url |
string
Eine URL, die eine Vorschau des Bildes bereitstellt.
|
sha1 |
string
Ein SHA1-Hash des Images.
|
sha256 |
string
Ein SHA256-Hash des Images.
|
Methoden |
|
Löscht das durch die ID angegebene Bild aus der Änderung. |
|
Löscht alle Bilder für die angegebene Sprache und den angegebenen Bildtyp. |
|
Listet alle Images auf. |
|
Lädt ein Bild in der angegebenen Sprache und dem angegebenen Bildtyp hoch und fügt es zur Bearbeitung hinzu. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (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"]]