public sealed class GetRegionNetworkFirewallPolicyRequest : IMessage<GetRegionNetworkFirewallPolicyRequest>, IEquatable<GetRegionNetworkFirewallPolicyRequest>, IDeepCloneable<GetRegionNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionNetworkFirewallPolicyRequest.
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 page provides documentation for the `GetRegionNetworkFirewallPolicyRequest` class in the Google Cloud Compute Engine v1 API, specifically for version 2.2.0."],["The `GetRegionNetworkFirewallPolicyRequest` class is used to request information about a specific region network firewall policy, as indicated by the class's purpose as a request message for `RegionNetworkFirewallPolicies.Get`."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's .NET libraries and protocols."],["The documentation lists various versions of the API, with 3.6.0 being the latest and a number of other versions going back as far as version 1.0.0, allowing users to browse through version-specific information."],["The `GetRegionNetworkFirewallPolicyRequest` class includes properties such as `FirewallPolicy`, `Project`, and `Region`, which are necessary to specify the desired firewall policy and its location within the project."]]],[]]