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."],[[["This webpage details the `GetFirewallRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving firewall rule information in Google Cloud."],["The latest version available for the `GetFirewallRequest` class is 3.6.0, and the page provides links to documentation for multiple versions, ranging from 1.0.0 up to the latest."],["The `GetFirewallRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and a copy constructor, which accepts another `GetFirewallRequest` object as a parameter."],["The class has properties for `Firewall` and `Project`, both of which are strings, that represent the firewall rule name and the project ID for the request, respectively."]]],[]]