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-24 UTC."],[[["The `GetNetworkFirewallPolicyRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request details about a network firewall policy."],["This page provides documentation for the `GetNetworkFirewallPolicyRequest` class, including its inheritance, implemented interfaces, inherited members, namespace, and assembly, with version 2.3.0 being displayed but also listing other versions up to 3.6.0 as the latest."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all in the context of Google Protobuf."],["The `GetNetworkFirewallPolicyRequest` class has two properties: `FirewallPolicy` which gets or sets the name of the firewall policy, and `Project` which gets or sets the project ID."],["The class can be constructed using a default constructor, or by using a copy of another `GetNetworkFirewallPolicyRequest` object."]]],[]]