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."],[[["This webpage provides documentation for the `GetRevisionRequest` class within the Google Cloud Run Admin v2 API for .NET."],["The `GetRevisionRequest` class is used to request a specific revision by its full name, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor, `GetRevisionRequest()`, and another one which accepts a GetRevisionRequest object as a parameter, `GetRevisionRequest(GetRevisionRequest other)`."],["The `GetRevisionRequest` class has two properties: `Name`, which is a string representing the full name of the revision, and `RevisionName`, a `RevisionName`-typed view over the `Name` property."],["The page lists all versions of `GetRevisionRequest` from 1.0.0-beta02 to the latest 2.13.0."]]],[]]