public sealed class CloudRunMetadata : IMessage<CloudRunMetadata>, IEquatable<CloudRunMetadata>, IDeepCloneable<CloudRunMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CloudRunMetadata.
CloudRunMetadata contains information from a Cloud Run deployment.
Output only. The name of the Cloud Run Service that is associated with a Rollout.
Format is projects/{project}/locations/{location}/services/{service}.
[[["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-04-09 UTC."],[[["The `CloudRunMetadata` class in the Google Cloud Deploy v1 API provides details about Cloud Run deployments, including the revision ID, associated service name, and service URLs."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited methods from the Object class."],["The `CloudRunMetadata` class includes properties like `Revision`, `Service`, and `ServiceUrls`, which give access to relevant Cloud Run deployment details."],["The latest version for this class is `3.4.0`, and there are numerous previous versions available, starting from `1.0.0`."],["The `CloudRunMetadata` class contains two constructors, a default constructor, and one to create an instance from an existing `CloudRunMetadata` object."]]],[]]