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 previous versions ranging from 3.5.0 down to 1.0.0 being accessible."],["`PreviewRouterRequest` is a request message used for the Routers.Preview, which is under the `Google.Cloud.Compute.V1` namespace."],["`PreviewRouterRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties such as Project, Region, Router, and RouterResource, all of which are used within the request."],["The class `PreviewRouterRequest` can be initiated using either the default constructor `PreviewRouterRequest()` or a copy constructor `PreviewRouterRequest(PreviewRouterRequest other)`."]]],[]]