public sealed class GetRevisionRequest : IMessage<GetRevisionRequest>, IEquatable<GetRevisionRequest>, IDeepCloneable<GetRevisionRequest>, IBufferMessage, IMessage
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 available is 2.13.0, as indicated in the provided list of versions."],["The `GetRevisionRequest` class is used to request a Revision by its full name within the Google Cloud Run V2 service."],["`GetRevisionRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties `Name` and `RevisionName`, with `Name` being a string representing the full name of the Revision, and `RevisionName` providing a typed view over this name."],["The `GetRevisionRequest` class has two constructors: a parameterless one and another that takes another `GetRevisionRequest` object as parameter."]]],[]]