public sealed class SetIamPolicyFirewallPolicyRequest : IMessage<SetIamPolicyFirewallPolicyRequest>, IEquatable<SetIamPolicyFirewallPolicyRequest>, IDeepCloneable<SetIamPolicyFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.SetIamPolicy. 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."],[[["The webpage details the `SetIamPolicyFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used for setting IAM policies on firewall resources."],["The latest version of this API class is 3.6.0, and there are numerous other documented versions available, ranging down to 1.0.0."],["`SetIamPolicyFirewallPolicyRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration within the Protobuf framework."],["The class has two constructors, a default one, and one that takes another `SetIamPolicyFirewallPolicyRequest` as a parameter, and the properties are `GlobalOrganizationSetPolicyRequestResource` and `Resource`, which are essential for configuring policy settings."],["The class inherits the basic functionalities from `Object` class, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]