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, specifically for version 2.11.0."],["The `GetRevisionRequest` class is used to request a specific Revision by its full name, within the context of a project, location, service, and revision identifier."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables it to work with Google Protocol Buffers."],["The webpage also lists the different versions of the `GetRevisionRequest` class available, from version 1.0.0-beta02 to the latest version which is 2.13.0."],["The `GetRevisionRequest` class has properties like `Name` (a string representing the full name of the revision) and `RevisionName` (a typed view of the `Name` property)."]]],[]]