public sealed class GetPreviewRequest : IMessage<GetPreviewRequest>, IEquatable<GetPreviewRequest>, IDeepCloneable<GetPreviewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class GetPreviewRequest.
[[["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 document provides reference documentation for the `GetPreviewRequest` class within the Infrastructure Manager v1 API."],["`GetPreviewRequest` is a request class used to retrieve details about a specific preview, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetPreviewRequest` class has two constructors, `GetPreviewRequest()` and `GetPreviewRequest(GetPreviewRequest other)`, to facilitate instance creation and cloning."],["The `GetPreviewRequest` class contains properties `Name` which represents the name of the preview, and `PreviewName` which provides a `PreviewName`-typed view over the `Name` property, both are required for a valid request."],["The `GetPreviewRequest` class belongs to the `Google.Cloud.Config.V1` namespace and is included in the `Google.Cloud.Config.V1.dll` assembly, and this page provides links to the different versions available."]]],[]]