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 .NET development."],["The `GetRevisionRequest` class is used to request a Revision by its full name in the format: `projects/{project}/locations/{location}/services/{service}/revisions/{revision}`."],["The latest version of this API class is 2.13.0, with numerous other versions ranging down to 1.0.0-beta02 also available."],["The `GetRevisionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class has two constructors, `GetRevisionRequest()` which is the default and `GetRevisionRequest(GetRevisionRequest other)` which enables cloning."]]],[]]