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 page provides documentation for the `AutomationEvent` class within the Google Cloud Deploy v1 API, covering versions from 1.0.0 to the latest 3.4.0."],["The `AutomationEvent` class, found in the `Google.Cloud.Deploy.V1` namespace, serves as a platform log event payload proto for automation-related occurrences, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutomationEvent` class includes properties such as `Automation`, `Message`, `PipelineUid`, and `Type` to describe the automation run, debug messages, delivery pipeline identifier, and notification type respectively."],["There are two constructors available for the `AutomationEvent` class, a default constructor, and one that takes another `AutomationEvent` as a parameter for cloning purposes."],["The inheritance hierarchy for this class starts from the `object` class."]]],[]]