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-30 UTC."],[[["This page provides documentation for the `GetRevisionRequest` class within the Google Cloud Config V1 API, specifically version 1.4.0."],["`GetRevisionRequest` is used to retrieve a Revision using a 'GetRevision' call, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a `Name` property, which is a required string specifying the full resource name of the Revision, and a `RevisionName` property which is a typed view over the `Name`."],["The latest version of the documentaton is 1.7.0, but this page covers the 1.4.0 version of this API."]]],[]]