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, and there are multiple previous versions available for reference, ranging down to 1.0.0-beta02."],["`GetRevisionRequest` is a class used in the Cloud Run Admin v2 API to request a Revision by its full name."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default one and one that takes another `GetRevisionRequest` object as a parameter."],["The `GetRevisionRequest` class includes properties like `Name`, which represents the full name of the revision, and `RevisionName`, which is a typed view over the `Name`."]]],[]]