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-14 UTC."],[[["The `CloudRunMetadata` class in the Google Cloud Deploy v1 API provides details about a Cloud Run deployment, including revision ID, service name, and associated service URLs."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within Google's Protocol Buffers framework."],["It offers constructors for creating new instances, either empty or as copies of existing `CloudRunMetadata` objects, and contains properties for `Revision`, `Service`, `ServiceAsServiceName`, and `ServiceUrls`."],["The available documentation covers a range of versions for CloudRunMetadata, with version 3.4.0 being the most current one and going as far back as version 1.0.0, each with their own dedicated document."],["The `CloudRunMetadata` class is part of the `Google.Cloud.Deploy.V1` namespace, and it is contained within the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]