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."],[[["The latest version of the `GetRegionNetworkFirewallPolicyRequest` is 3.6.0, with a full list of available versions ranging from 1.0.0 to 3.6.0 for reference."],["`GetRegionNetworkFirewallPolicyRequest` is a class within the Compute Engine v1 API, specifically for retrieving details about a network firewall policy within a region."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with it being located in the namespace `Google.Cloud.Compute.V1` and within the `Google.Cloud.Compute.V1.dll` assembly."],["The class contains properties such as `FirewallPolicy`, `Project`, and `Region`, which are strings used to specify the firewall policy name, project ID, and the region for the request, respectively."],["The class `GetRegionNetworkFirewallPolicyRequest` can be constructed through two different constructors, one of which requires no parameters, and the other which takes in another object of type `GetRegionNetworkFirewallPolicyRequest`."]]],[]]