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-21 UTC."],[[["The `GetFirewallRequest` class is a request message for retrieving firewall details within the Google Cloud Compute API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is versioned, with versions ranging from 1.0.0 to 3.6.0, with the latter being the latest available version."],["`GetFirewallRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its structure and capabilities."],["The class has two constructors: a default constructor `GetFirewallRequest()` and a copy constructor `GetFirewallRequest(GetFirewallRequest other)`, enabling the creation of new instances."],["The class includes properties for `Firewall` and `Project`, both strings, that serve to identify the specific firewall rule and project to target."]]],[]]