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."],[[["This page details the `GetFirewallRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving firewall rule information in Google Cloud."],["The `GetFirewallRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The `GetFirewallRequest` class has two constructors, a default one and another one that takes an existing `GetFirewallRequest` object for copying."],["It includes properties `Firewall` and `Project`, which are string types, that are used to specify the firewall name and the project ID for the request, respectively."],["Multiple versions are available, from the latest `3.6.0` to version `1.0.0`, each with a corresponding link for further examination."]]],[]]