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, but the current page details version 2.9.0."],["`GetRevisionRequest` is a request message for retrieving a revision by its full name within the Cloud Run Admin v2 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetRevisionRequest\u003e`, `IDeepCloneable\u003cGetRevisionRequest\u003e`, and `IBufferMessage`."],["The `GetRevisionRequest` class includes properties like `Name` (a string representing the full revision name) and `RevisionName` (a `RevisionName` type)."],["The `GetRevisionRequest` class can be initialized either with no constructor parameters or with another `GetRevisionRequest` object as a parameter."]]],[]]