public sealed class GetNetworkFirewallPolicyRequest : IMessage<GetNetworkFirewallPolicyRequest>, IEquatable<GetNetworkFirewallPolicyRequest>, IDeepCloneable<GetNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for NetworkFirewallPolicies.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 webpage details the `GetNetworkFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting network firewall policy information."],["The latest version available is 3.6.0, with a history of versions from 1.0.0 up to 3.6.0, and the current version of focus in this document being 1.3.0."],["The `GetNetworkFirewallPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `FirewallPolicy` and `Project`, both of type `string`, and outlines how to use them and what they are used for within the class."],["There are two constructors for the `GetNetworkFirewallPolicyRequest` class: a default constructor and a constructor that accepts another `GetNetworkFirewallPolicyRequest` object."]]],[]]