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 latest version available for the `CloudRunRenderMetadata` class is 3.4.0, while the current page is viewing the 2.15.0 version."],["`CloudRunRenderMetadata` is a class in the Google Cloud Deploy v1 API, used for Cloud Run information associated with a Release render, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default `CloudRunRenderMetadata()` constructor and one that takes another `CloudRunRenderMetadata` object as a parameter for copying, `CloudRunRenderMetadata(CloudRunRenderMetadata other)`."],["`CloudRunRenderMetadata` has two properties: `Service`, which stores the Cloud Run Service name in a specific format, and `ServiceAsServiceName`, which provides a `ServiceName`-typed view of the Service resource."],["The `CloudRunRenderMetadata` class has inherited methods from the base object class, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]