[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Notifications\n\n\u003cbr /\u003e\n\nTo try out the methods for this resource, see [Methods](#methods).\n\nResource representations\n------------------------\n\nA subscription to receive [Pub/Sub\nnotifications](/storage/docs/pubsub-notifications).\n\n```gdscript\n{\n \"id\": string,\n \"topic\": string,\n \"event_types\": [\n string\n ],\n \"custom_attributes\": {\n (key): string\n },\n \"payload_format\": string,\n \"object_name_prefix\": string,\n \"etag\": string,\n \"selfLink\": string,\n \"kind\": \"storage#notification\"\n}\n```\n\nMethods\n-------\n\n[delete](/storage/docs/json_api/v1/notifications/delete)\n: Permanently deletes a notification subscription.\n\n[get](/storage/docs/json_api/v1/notifications/get)\n: View a notification configuration.\n\n[insert](/storage/docs/json_api/v1/notifications/insert)\n: Creates a notification subscription for a given bucket.\n\n[list](/storage/docs/json_api/v1/notifications/list)\n: Retrieves a list of notification subscriptions for a given bucket."]]