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."],[[["This webpage provides documentation for the `GetFirewallRequest` class within the Google Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with a list of other previous versions ranging back to 1.0.0, allowing the user to view prior versions of the class documentation."],["`GetFirewallRequest` is a class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, used for requesting details of a firewall rule."],["The class provides two constructors, `GetFirewallRequest()` for default initialization and `GetFirewallRequest(GetFirewallRequest other)` for copying from another `GetFirewallRequest` instance."],["Key properties include `Firewall` to specify the firewall rule name and `Project` to set the project ID for the request, both being strings."]]],[]]