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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetFirewallRequest` class within the Google Compute Engine v1 API, specifically for the .NET environment."],["The content details the various versions of the `GetFirewallRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, with links to each version's documentation."],["The `GetFirewallRequest` class, designed for retrieving firewall details, implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Firewall` and `Project`, which are used to specify the name of the firewall rule and the project ID, respectively."],["The documentation mentions two constructors, a default constructor, and another that takes a `GetFirewallRequest` object as a parameter to create a new object from the given object."]]],[]]