public sealed class GetFirewallPolicyRequest : IMessage<GetFirewallPolicyRequest>, IEquatable<GetFirewallPolicyRequest>, IDeepCloneable<GetFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetFirewallPolicyRequest.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetFirewallPolicyRequest` class within the Google Compute Engine v1 API, specifically for version 3.2.0."],["The `GetFirewallPolicyRequest` class is used to send a request to retrieve details of a specific firewall policy, as indicated by its description, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and includes properties like `FirewallPolicy` which is used to specify the name of the firewall policy being requested."],["This page also offers a list of available versions ranging from 1.0.0 to the latest version, 3.6.0, for the reference documentation of `GetFirewallPolicyRequest`."],["There are two constructors available for the `GetFirewallPolicyRequest` class: a default constructor and a constructor that accepts another `GetFirewallPolicyRequest` object as an argument."]]],[]]