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-21 UTC."],[[["The latest version available for `GetNetworkFirewallPolicyRequest` is 3.6.0, and the page includes a comprehensive list of versions dating back to 1.0.0."],["`GetNetworkFirewallPolicyRequest` is a request message used for the `NetworkFirewallPolicies.Get` method within the Google Cloud Compute V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling and manipulating network firewall policy requests."],["The class has two constructors: a parameterless one and one that takes another `GetNetworkFirewallPolicyRequest` instance for deep copying."],["`GetNetworkFirewallPolicyRequest` class has the properties of `FirewallPolicy` and `Project`, both of which are strings, for retrieving a firewall policy by name and referencing a project ID, respectively."]]],[]]