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."],[[["Version 3.6.0 is the latest release for the `GetFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace."],["The `GetFirewallPolicyRequest` class is designed to be a request message for retrieving firewall policy details using the `FirewallPolicies.Get` method."],["This class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which define its functionalities and properties."],["The `GetFirewallPolicyRequest` class includes a `FirewallPolicy` property, which represents the name of the firewall policy to be retrieved."],["There are numerous versions available for this class ranging from 1.0.0 all the way up to the latest 3.6.0, with each version having a different url destination."]]],[]]