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-03-21 UTC."],[[["The `GetFirewallRequest` class is used to request details about a specific firewall rule within the Google Cloud Compute Engine v1 API, and it is part of the version 2.7.0."],["Version 3.6.0 is the latest version available, followed by a list of previous versions ranging down to version 1.0.0, with hyperlinks for each."],["The `GetFirewallRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `GetFirewallRequest` object, allowing for the creation of new instances of the class."],["The class contains two key properties, `Firewall` and `Project`, of type string, used for specifying the name of the requested firewall and the project ID."]]],[]]