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."],["This class includes properties such as `Revision`, `Service`, and `ServiceUrls` to capture key information about a Cloud Run rollout."],["The latest version of the API documentation available is 3.4.0, while the current page is displaying documentation for version 2.2.0 of the `CloudRunMetadata` class, and it also includes many previous versions from 1.0.0 onward."],["`CloudRunMetadata` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and integration within the Protobuf ecosystem."],["The class can be found within the `Google.Cloud.Deploy.V1` namespace and the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]