public sealed class ReleaseRenderEvent : IMessage<ReleaseRenderEvent>, IEquatable<ReleaseRenderEvent>, IDeepCloneable<ReleaseRenderEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class ReleaseRenderEvent.
Payload proto for "clouddeploy.googleapis.com/release_render"
Platform Log event that describes the render status change.
The name of the release.
release_uid is not in this log message because we write some of these log
messages at release creation time, before we've generated the uid.
[[["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 `ReleaseRenderEvent` class within the Google Cloud Deploy v1 API, detailing its implementation and usage in .NET."],["The `ReleaseRenderEvent` class serves as a payload proto for \"clouddeploy.googleapis.com/release_render\" Platform Log events, indicating a change in render status."],["The document lists the versions available of `ReleaseRenderEvent`, from 1.0.0 up to the latest version 3.4.0, showing the version history and evolution of the API."],["Key properties of the `ReleaseRenderEvent` class include `Message` for debug information, `PipelineUid` for the delivery pipeline identifier, `Release` for the release name, `ReleaseRenderState` for the render state, and `Type` for the type of notification."],["`ReleaseRenderEvent` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as message handling and cloning."]]],[]]