public sealed class GetFirewallRequest : IMessage<GetFirewallRequest>, IEquatable<GetFirewallRequest>, IDeepCloneable<GetFirewallRequest>, IBufferMessage, IMessage
A request message for Firewalls.Get. 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-02 UTC."],[[["This page documents the `GetFirewallRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, which is used to request firewall details."],["The `GetFirewallRequest` class has been implemented across multiple versions, from 1.0.0 up to the latest 3.6.0, with all listed on the webpage."],["The `GetFirewallRequest` class inherits from `Object` and implements `IMessage\u003cGetFirewallRequest\u003e`, `IEquatable\u003cGetFirewallRequest\u003e`, `IDeepCloneable\u003cGetFirewallRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It includes properties for `Firewall` and `Project`, both of which are of type `string`, to specify the target firewall and project ID."],["The `GetFirewallRequest` class has two constructors: a parameterless one, and one that accepts another `GetFirewallRequest` instance as a parameter for copying."]]],[]]