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 `GetNetworkFirewallPolicyRequest` class is a request message used for retrieving network firewall policy details within the Google Cloud Compute V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for complex object manipulation and data management."],["The latest version of the API for the GetNetworkFirewallPolicyRequest is 3.6.0, while there is a history of earlier versions ranging down to 1.0.0."],["It has two properties, `FirewallPolicy` and `Project`, both strings, which allow you to specify the firewall policy name and project ID respectively for which the request is made."],["The `GetNetworkFirewallPolicyRequest` has two constructors: a default parameterless constructor and one that takes an existing `GetNetworkFirewallPolicyRequest` object to copy its properties."]]],[]]