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 reference documentation for the `GetFirewallRequest` class within the Compute Engine v1 API for .NET, specifically within the `Google.Cloud.Compute.V1` namespace."],["The `GetFirewallRequest` class is used to structure requests for retrieving firewall details and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists versions ranging from 1.0.0 to 3.6.0, with version 3.6.0 being the most recent update, and also version 2.5.0 being the one primarily focused on in the document."],["The class `GetFirewallRequest` has two constructors and two properties: `Firewall` and `Project`, both of which are strings, and are used for setting the firewall name and the project ID."],["The document details the object inheritance, as well as the inherited members from the `Object` class."]]],[]]