public sealed class JobNotification : IMessage<JobNotification>, IEquatable<JobNotification>, IDeepCloneable<JobNotification>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class JobNotification.
The Pub/Sub topic where notifications like the job state changes
will be published. This topic 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-04-17 UTC."],[[["The latest version of the `JobNotification` class in the Batch v1 API is 2.13.0, with multiple previous versions available for reference."],["`JobNotification` is a class used for configuring notifications related to job state changes, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes a `Message` property that defines the attributes for messages sent to a Pub/Sub topic."],["The `PubsubTopic` property allows you to specify a Pub/Sub topic where job state change notifications will be published, and if left unspecified, no messages will be sent."],["`JobNotification` is found within the `Google.Cloud.Batch.V1` namespace in the `Google.Cloud.Batch.V1.dll` assembly, indicating its location in the .NET library."]]],[]]