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-03-31 UTC."],[[["This page provides documentation for the `GetFirewallRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage in various versions."],["Version 3.6.0 is the latest version documented for `GetFirewallRequest`, with links to other versions ranging from 1.0.0 to 3.5.0 available."],["`GetFirewallRequest` is a request message for retrieving firewall details and inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetFirewallRequest` class has two constructors, a default one and another which accepts a `GetFirewallRequest` object as a parameter."],["Key properties of the `GetFirewallRequest` class include `Firewall` and `Project`, both of which are string properties used for identifying the specific firewall rule and project ID respectively."]]],[]]