public sealed class AutomationEvent : IMessage<AutomationEvent>, IEquatable<AutomationEvent>, IDeepCloneable<AutomationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AutomationEvent.
Payload proto for "clouddeploy.googleapis.com/automation"
Platform Log event that describes the Automation related events.
[[["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 `AutomationEvent` class within the Google Cloud Deploy v1 API, detailing its properties, constructors, inheritance, and implemented interfaces."],["The `AutomationEvent` class is used as a payload proto for platform log events related to Automation within Google Cloud Deploy."],["The latest version documented for the `AutomationEvent` class is 3.4.0, with the content showing a range of versions from 1.0.0 to 3.4.0 available for reference."],["Key properties of the `AutomationEvent` class include `Automation`, `Message`, `PipelineUid`, and `Type`, which provide details about the automation run, debug messages, the associated delivery pipeline, and the type of notification, respectively."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and also inherits from `object`, providing functionality for message handling, equality comparison, deep cloning, and buffer message support."]]],[]]