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."],[[["This page provides documentation for the `GetNetworkFirewallPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The documentation covers version history, with the latest version being 3.6.0 and a range of versions extending back to 1.0.0, all accessible through links."],["The `GetNetworkFirewallPolicyRequest` class is used to request details about a specific network firewall policy and inherits and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FirewallPolicy` and `Project`, which are strings used to specify the target firewall policy and project ID, respectively."],["The Class, found in the `Google.Cloud.Compute.V1` namespace, has available constructors such as a parameterless constructor and one that accepts another instance of the class as a parameter."]]],[]]