public sealed class GetFirewallRequest : IMessage<GetFirewallRequest>, IEquatable<GetFirewallRequest>, IDeepCloneable<GetFirewallRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetFirewallRequest.
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-03-21 UTC."],[[["The `GetFirewallRequest` class is used to request information about a specific firewall rule within the Compute Engine v1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cGetFirewallRequest\u003e`, `IDeepCloneable\u003cGetFirewallRequest\u003e`, and `IBufferMessage`."],["The class offers two constructors, one being the default, and the other to create a new instance from an existing `GetFirewallRequest` object."],["The class has properties for specifying the target firewall's `Firewall` name, and the `Project` id in the request."]]],[]]