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."],[[["The `GetRevisionRequest` class is used to request a specific revision in the Cloud Run Admin v2 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The `GetRevisionRequest` class includes two constructors: a default constructor and one that takes another `GetRevisionRequest` object as a parameter for copying."],["It has properties such as `Name` which is a required string representing the full name of the revision, and `RevisionName`, which provides a typed view over the `Name` property."],["The documentation is detailing various versions of the library, from version 2.13.0 down to 1.0.0-beta02, in addition to version 2.8.0, the main class we are currently looking at."]]],[]]