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 webpage provides reference documentation for the `GetRevisionRequest` class within the 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 a copy constructor `GetRevisionRequest(GetRevisionRequest other)`, as well as two properties: `Name` which is a required string for the full revision name, and `RevisionName`, which is a `RevisionName`-typed view over the `Name` property."],["The documentation is versioned, with the latest version being 2.13.0, and includes links to older versions and various versions of the `GetRevisionRequest` class."]]],[]]