public sealed class TestIamPermissionsRegionNetworkFirewallPolicyRequest : IMessage<TestIamPermissionsRegionNetworkFirewallPolicyRequest>, IEquatable<TestIamPermissionsRegionNetworkFirewallPolicyRequest>, IDeepCloneable<TestIamPermissionsRegionNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsRegionNetworkFirewallPolicyRequest.
A request message for RegionNetworkFirewallPolicies.TestIamPermissions. 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-31 UTC."],[[["The `TestIamPermissionsRegionNetworkFirewallPolicyRequest` class is part of the Compute Engine v1 API and is used to request testing of permissions on a regional network firewall policy."],["This class is a message within the `Google.Cloud.Compute.V1` namespace, with version 2.6.0 as its base, and has various versions available, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer-level message handling."],["It includes properties such as `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, which are all strings, with the last one being a `TestPermissionsRequest`, that contain the details about the request being made."],["The class includes the constructors `TestIamPermissionsRegionNetworkFirewallPolicyRequest()` and `TestIamPermissionsRegionNetworkFirewallPolicyRequest(TestIamPermissionsRegionNetworkFirewallPolicyRequest other)` to create instances, along with inherited methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]