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-24 UTC."],[[["This page provides documentation for the `GetFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving firewall policy details."],["The latest version of this class is 3.6.0, but the documentation spans across multiple versions, from 1.0.0 to 3.6.0, allowing for access to different versions of the documentation."],["`GetFirewallPolicyRequest` inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering detailed and granular control over its functionality."],["The class has two constructors: a default one (`GetFirewallPolicyRequest()`) and one to copy an existing instance of itself (`GetFirewallPolicyRequest(GetFirewallPolicyRequest other)`), with the latter taking a parameter named other that describes the object being copied."],["The class contains a property `FirewallPolicy` which is a string value and defines the name of the firewall policy to get."]]],[]]