public sealed class GetNetworkFirewallPolicyRequest : IMessage<GetNetworkFirewallPolicyRequest>, IEquatable<GetNetworkFirewallPolicyRequest>, IDeepCloneable<GetNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkFirewallPolicyRequest.
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 of the `GetNetworkFirewallPolicyRequest` documentation is 3.6.0, with a range of previous versions available from 1.0.0 to 3.5.0."],["`GetNetworkFirewallPolicyRequest` is a class in the Google.Cloud.Compute.V1 namespace, used as a request message for the NetworkFirewallPolicies.Get method."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, along with its own version."],["It includes properties for `FirewallPolicy` and `Project`, both of which are string types and represent the firewall policy name and project ID, respectively."],["There are 2 constructors available to instantiate `GetNetworkFirewallPolicyRequest` which are a default and a copy constructor."]]],[]]