public sealed class GetRevisionRequest : IMessage<GetRevisionRequest>, IEquatable<GetRevisionRequest>, IDeepCloneable<GetRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class GetRevisionRequest.
A request to get a Revision from a 'GetRevision' call.
[[["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-06-12 UTC."],[[["This webpage provides reference documentation for the `GetRevisionRequest` class within the Google Cloud Config V1 API for .NET."],["The `GetRevisionRequest` class is used to request a specific revision, as part of a 'GetRevision' call, and is located in the `Google.Cloud.Config.V1` namespace."],["The latest version is 1.7.0, however the documentation here is specifically for version 1.1.0, which implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The `GetRevisionRequest` class has two constructors and two properties: `Name` which is a required string and `RevisionName` which is a `RevisionName`-typed view."]]],[]]