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.
[[["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 `ReleaseRenderEvent` class in the Google Cloud Deploy v1 API provides details about the render status change, serving as a payload for the \"clouddeploy.googleapis.com/release_render\" platform log event."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has the ability to inherit members from the base `object` class."],["The documentation provides access to multiple versions of the `ReleaseRenderEvent` class, with version 3.4.0 being the latest and versions ranging from 1.0.0 up to 3.4.0."],["`ReleaseRenderEvent` objects can be created via two constructors, a default one, and one taking another `ReleaseRenderEvent` as parameter."],["The class contains two properties, `Message`, which provides debug information, and `Release`, which stores the name of the release."]]],[]]