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 documentation for the `GetFirewallRequest` class within the Google Cloud Compute Engine v1 API, specifically in the .NET environment."],["The documentation covers version 3.2.0, along with a list of previous versions ranging from 1.0.0 to the latest version 3.6.0, all linked to their respective documentation pages."],["`GetFirewallRequest` is a class used to create request messages for the `Firewalls.Get` method, as part of the Google Compute Engine v1 API, and it inherits from multiple interfaces."],["The class includes two constructors, `GetFirewallRequest()` and `GetFirewallRequest(GetFirewallRequest other)`, and properties for `Firewall` (firewall rule name) and `Project` (project ID)."],["The `GetFirewallRequest` class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]