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.3.0."],["`GetRevisionRequest` is used to request a revision, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from `object`, and the class itself also has a constructor."],["`GetRevisionRequest` contains properties for `Name` which is a required string for identifying the specific revision, and a `RevisionName` property, which is a type-safe view of the `Name` resource."],["There are several previous versions available for reference, from 1.0.0 up to the latest 1.7.0, that can be accessed through the provided links."]]],[]]