Required. The Pub/Sub topic where notifications like the resource allowance
state changes will be published. The topic must exist in the same project
as the job and billings will be charged to this project. If not specified,
no Pub/Sub messages will be sent. Topic format:
projects/{project}/topics/{topic}.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `Notification` class within the Google Cloud Batch v1alpha API, detailing its structure and functionality."],["The `Notification` class is used for setting up notifications on resource state changes via a specified Pub/Sub topic."],["The `Notification` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It contains two constructors, `Notification()` and `Notification(Notification other)`, and one property, `PubsubTopic`, which defines the Pub/Sub topic for notifications."],["Notifications are sent as Pub/Sub messages to a project-specific topic in the format of `projects/{project}/topics/{topic}`."]]],[]]