public sealed class GetFirewallPolicyRequest : IMessage<GetFirewallPolicyRequest>, IEquatable<GetFirewallPolicyRequest>, IDeepCloneable<GetFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.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 latest version available for `GetFirewallPolicyRequest` is 3.6.0, with previous versions ranging down to 1.0.0."],["`GetFirewallPolicyRequest` is a request message used for retrieving details of a firewall policy and is part of the `Google.Cloud.Compute.V1` namespace."],["The `GetFirewallPolicyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor to create a new instance and one to clone an existing `GetFirewallPolicyRequest` object, as well as a property called `FirewallPolicy`."],["`FirewallPolicy` is a property of type String that holds the name of the firewall policy to get."]]],[]]