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 information for the `AutomationEvent` class within the Google Cloud Deploy v1 API, covering versions from 1.0.0 to 3.4.0, with 3.4.0 being the latest release."],["The `AutomationEvent` class serves as a payload proto for platform log events that describe Automation-related occurrences, and implements various interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `AutomationEvent` class contains properties such as `Automation`, `Message`, `PipelineUid`, and `Type`, which describe different aspects of the AutomationRun and associated events."],["There are two constructors available for the class, the first is default and the second takes another `AutomationEvent` as a parameter."],["The document details inherited members from the object class, including GetHashCode, GetType, and ToString."]]],[]]