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-03-21 UTC."],[[["This document provides reference information for the `GetRevisionRequest` class within the Cloud Run Admin v2 API, specifically for version 2.4.0 and other versions, including the latest version 2.13.0."],["`GetRevisionRequest` is a class used to request a specific revision by its full name and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetRevisionRequest` inherits from `object` and has two constructors: a parameterless one, and one that takes another `GetRevisionRequest` object."],["The `GetRevisionRequest` class includes properties like `Name`, a required string for the full revision name, and `RevisionName`, which provides a typed view over the `Name` property."],["This webpage lists versioning for `GetRevisionRequest` which includes version `1.0.0-beta02` all the way up to version `2.13.0` and gives links to the documentation for each version."]]],[]]