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 `GetFirewallPolicyRequest` class is used to request information about a specific firewall policy within the Google Cloud Compute API, and it's a message type within the `Google.Cloud.Compute.V1` namespace."],["This page documents the `GetFirewallPolicyRequest` class across numerous versions of the Google Cloud Compute .NET library, ranging from version 1.0.0 to the latest 3.6.0, allowing users to check older versions as needed."],["The class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide core functionalities."],["The `GetFirewallPolicyRequest` class contains a single property, `FirewallPolicy`, which is a string representing the name of the firewall policy to retrieve."],["The page also contains a `GetFirewallPolicyRequest` constructor that takes in a `GetFirewallPolicyRequest` parameter."]]],[]]