public sealed class CloudRunRenderMetadata : IMessage<CloudRunRenderMetadata>, IEquatable<CloudRunRenderMetadata>, IDeepCloneable<CloudRunRenderMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CloudRunRenderMetadata.
CloudRunRenderMetadata contains Cloud Run information associated with a
Release render.
[[["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 `CloudRunRenderMetadata` class in the Google Cloud Deploy v1 API provides Cloud Run information for a `Release` render."],["This documentation covers versions 1.0.0 through 3.4.0 of the `CloudRunRenderMetadata` class, with 3.4.0 being the latest version available."],["The `CloudRunRenderMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties like `Service` (the name of the Cloud Run Service) and `ServiceAsServiceName`, which provides a typed view of the service name."],["There are two public constructors within this class, one default, and another which takes in an existing instance of `CloudRunRenderMetadata`."]]],[]]