public sealed class GetRevisionRequest : IMessage<GetRevisionRequest>, IEquatable<GetRevisionRequest>, IDeepCloneable<GetRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class GetRevisionRequest.
Request message for obtaining a Revision by its full name.
[[["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 of the `GetRevisionRequest` class is 2.13.0, which can be found in the `Google.Cloud.Run.V2` namespace for the .NET platform."],["This class is a request message used to obtain a specific revision using its full name, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRevisionRequest` class has two constructors, one default and one that takes another `GetRevisionRequest` instance, and it includes properties like `Name` and `RevisionName`."],["The class inherits from the `object` class and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["There are multiple previous versions of `GetRevisionRequest` available, starting from version 2.12.0 down to version 2.0.0, and also an earlier beta version 1.0.0-beta02."]]],[]]