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.6.0."],["`GetRevisionRequest` is used to request a specific revision and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and contains two constructors: a default constructor and one that accepts another `GetRevisionRequest` as a parameter."],["It includes properties like `Name` (a string) and `RevisionName` (a `RevisionName`-typed view), which are used to specify the target revision to retrieve, formatted as 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'."],["The documentation also provides links to previous versions, and the latest version of this class, along with related documentation on the objects the class interacts with."]]],[]]