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 latest version of the Google.Cloud.Run.V2 API is 2.13.0, with several previous versions also documented, ranging from 2.12.0 down to 2.0.0, including a beta version 1.0.0-beta02."],["This document details the `GetRevisionRequest` class, which is part of the Cloud Run Admin v2 API and is used to request a specific Revision using its full name."],["The `GetRevisionRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default constructor `GetRevisionRequest()` and a copy constructor `GetRevisionRequest(GetRevisionRequest other)`."],["The main properties of the class include `Name`, a required string property that contains the full resource name of the revision, and `RevisionName`, which is a typed view of the `Name` property."]]],[]]