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 available for the `GetRevisionRequest` class is 2.13.0, while the current page is displaying version 2.3.0, and the page provides links to older versions, from 2.12.0 down to 1.0.0-beta02."],["The `GetRevisionRequest` class is a request message used for obtaining a Revision by its full name within the Cloud Run Admin v2 API, and it inherits from the base object class."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adding different functionalities."],["The class has two constructors: a default constructor `GetRevisionRequest()` and an overloaded constructor `GetRevisionRequest(GetRevisionRequest other)` that takes another `GetRevisionRequest` object as a parameter."],["`GetRevisionRequest` includes two properties, `Name` which is of type `string` and is required, and `RevisionName` which is a typed view over the resource name property `Name` and is of type `RevisionName`."]]],[]]