public sealed class TestIamPermissionsFirewallPolicyRequest : IMessage<TestIamPermissionsFirewallPolicyRequest>, IEquatable<TestIamPermissionsFirewallPolicyRequest>, IDeepCloneable<TestIamPermissionsFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.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-24 UTC."],[[["This webpage details the `TestIamPermissionsFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used for testing permissions on firewall policies."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The latest version documented is 3.6.0, and the page also lists older versions of the class going back to 1.0.0."],["The class contains two constructors, one default constructor and one that takes another `TestIamPermissionsFirewallPolicyRequest` as a parameter for creating a new instance."],["The class features two properties, 'Resource', a string for naming the requested resource, and 'TestPermissionsRequestResource', to describe the request body."]]],[]]