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-03-21 UTC."],[[["The latest version available for `PreviewRouterRequest` is 3.6.0, with various other versions ranging from 1.0.0 to 3.5.0 available for use."],["`PreviewRouterRequest` is a request message used for Routers.Preview operations within the Google Cloud Compute V1 library, based on the provided information."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for message handling and object management."],["The class has constructors for default initialization and for creating a copy from another `PreviewRouterRequest` instance, and properties like Project, Region, Router, and RouterResource."],["The library can be located in the Google.Cloud.Compute.V1 namespace, within the Google.Cloud.Compute.V1.dll assembly."]]],[]]