public sealed class GetRegionNetworkFirewallPolicyRequest : IMessage<GetRegionNetworkFirewallPolicyRequest>, IEquatable<GetRegionNetworkFirewallPolicyRequest>, IDeepCloneable<GetRegionNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for RegionNetworkFirewallPolicies.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 webpage details the `GetRegionNetworkFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, used to request a specific region network firewall policy."],["The `GetRegionNetworkFirewallPolicyRequest` class has an extensive version history, with the latest being version 3.6.0 and older versions dating back to 1.0.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionNetworkFirewallPolicyRequest` class has two constructors and three key properties: `FirewallPolicy`, `Project`, and `Region`, all of which are string types."],["The `FirewallPolicy` property specifies the name of the target firewall policy, `Project` identifies the project ID for the request, and `Region` determines the geographic region for the operation."]]],[]]