public sealed class JobNotification.Types.Message : IMessage<JobNotification.Types.Message>, IEquatable<JobNotification.Types.Message>, IDeepCloneable<JobNotification.Types.Message>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class JobNotification.Types.Message.
Message details.
Describe the conditions under which messages will be sent.
If no attribute is defined, no message will be sent by default.
One message should specify either the job or the task level attributes,
but not both. For example,
job level: JOB_STATE_CHANGED and/or a specified new_job_state;
task level: TASK_STATE_CHANGED and/or a specified new_task_state.
[[["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 `JobNotification.Types.Message` class within the Google Cloud Batch v1 API, specifically for .NET development."],["The `JobNotification.Types.Message` class defines the structure for messages related to job or task status changes, with properties for `NewJobState`, `NewTaskState`, and `Type`."],["The document details how to define conditions for sending messages, specifying that only job-level or task-level attributes should be defined in one message, and that no message is sent if no attribute is defined."],["The page covers implementation details, including inheritance, implemented interfaces, constructors, and properties, along with links to relevant documentation for each component, such as their descriptions and types."],["The page documents a variety of previous versions of this class, from version 1.0.0 to the latest version, 2.13.0, allowing you to consult previous changes."]]],[]]