public sealed class PreviewRouterRequest : IMessage<PreviewRouterRequest>, IEquatable<PreviewRouterRequest>, IDeepCloneable<PreviewRouterRequest>, IBufferMessage, IMessage
A request message for Routers.Preview. See the method description for details.
[[["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-04-09 UTC."],[[["This webpage details the `PreviewRouterRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a request message for the Routers.Preview method."],["The latest version of this documentation is for version 3.6.0, with historical versions ranging down to 1.0.0 also available for viewing."],["The `PreviewRouterRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `Project`, `Region`, `Router`, and `RouterResource`, providing details about the request's project, region, and router information."],["This class is contained within the assembly `Google.Cloud.Compute.V1.dll`."]]],[]]