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-07-26 UTC."],[[["This document provides reference information for the `GetRevisionRequest` class within the Google Cloud Config V1 API, specifically version 1.2.0."],["`GetRevisionRequest` is used to request a specific revision and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that accepts another `GetRevisionRequest` object."],["The `GetRevisionRequest` class has two properties: `Name`, which is a required string representing the revision's resource name, and `RevisionName`, a typed view of the `Name` property."],["The latest version is `1.7.0`, and multiple previous versions are available, from `1.0.0` to `1.6.0`, which are also accessible through the provided links."]]],[]]