public sealed class CloudRunRevisionInfo : IMessage<CloudRunRevisionInfo>, IEquatable<CloudRunRevisionInfo>, IDeepCloneable<CloudRunRevisionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class CloudRunRevisionInfo.
For display only. Metadata associated with a Cloud Run revision.
[[["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 latest version available for the `CloudRunRevisionInfo` class in the Network Management v1 API is version 2.13.0, with multiple previous versions accessible, ranging from 1.0.0 to 2.12.0."],["The `CloudRunRevisionInfo` class, found in the `Google.Cloud.NetworkManagement.V1` namespace and the `Google.Cloud.NetworkManagement.V1.dll` assembly, provides metadata for Cloud Run revisions and is intended for display purposes only."],["`CloudRunRevisionInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes inherited members such as `GetHashCode`, `GetType`, and `ToString` from the base object class."],["The class has four main properties: `DisplayName`, which is the name of a Cloud Run revision, `Location`, detailing where the revision is deployed, `ServiceUri`, specifying the URI of the associated Cloud Run service, and `Uri`, which is the URI of the Cloud Run revision itself."],["The class can be constructed using a default constructor, `CloudRunRevisionInfo()`, or a copy constructor, `CloudRunRevisionInfo(CloudRunRevisionInfo other)`, which takes another `CloudRunRevisionInfo` instance as a parameter."]]],[]]