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."],[[["This webpage provides documentation for the `GetFirewallRequest` class within the Google Compute Engine v1 API, specifically for the .NET library."],["The latest version of the library is 3.6.0, and the current page details version 3.0.0, along with links to numerous older versions ranging back to 1.0.0."],["`GetFirewallRequest` is a request message used by the Firewalls.Get method, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, a default one and one that takes another `GetFirewallRequest` as a parameter, alongside two properties, `Firewall` and `Project`, both of type string."],["The `GetFirewallRequest` class is part of the `Google.Cloud.Compute.V1` namespace, residing within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]