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-04-02 UTC."],[[["The `GetFirewallRequest` class is a request message for retrieving firewall details, part of the Google Cloud Compute V1 API."],["This page provides documentation for the `GetFirewallRequest` class across multiple versions, ranging from 1.0.0 to the latest 3.6.0, with links for each version."],["The `GetFirewallRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties for `Firewall` and `Project`, both strings, to specify the firewall rule and project ID for the request."],["There are 2 constructors for creating the `GetFirewallRequest`, one default constructor and another that takes in an existing `GetFirewallRequest` object as a parameter."]]],[]]