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."],[[["The `GetRegionNetworkFirewallPolicyRequest` class is used to request information about a specific region network firewall policy, as part of version 2.0.0 of the Google Cloud Compute V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `GetRegionNetworkFirewallPolicyRequest` class includes properties for specifying the `FirewallPolicy` name, `Project` ID, and `Region` to target in the API request, all of which are strings."],["The most recent version of this class that can be accessed is version 3.6.0, however, the provided documentation ranges from versions 1.0.0 to 3.6.0."],["The class has two constructors: a parameterless one and another that takes a `GetRegionNetworkFirewallPolicyRequest` as a parameter for cloning."]]],[]]