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."],[[["The document provides reference documentation for the `AutomationEvent` class within the Google Cloud Deploy v1 API, specifically for the .NET environment, across multiple versions, with the latest being 3.4.0."],["`AutomationEvent` is a class that represents events related to Automations in Google Cloud Deploy and is a part of the `Google.Cloud.Deploy.V1` namespace, as seen across its multiple referenced versions."],["The `AutomationEvent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with `object` as its parent class."],["The `AutomationEvent` class includes properties like `Automation`, `Message`, `PipelineUid`, and `Type`, which provide detailed information about the automation run, its state, and related delivery pipeline."],["There are multiple constructors for the `AutomationEvent` class, one which is parameterless, and the other which accepts another instance of `AutomationEvent` as the parameter."]]],[]]