public sealed class GetIamPolicyFirewallPolicyRequest : IMessage<GetIamPolicyFirewallPolicyRequest>, IEquatable<GetIamPolicyFirewallPolicyRequest>, IDeepCloneable<GetIamPolicyFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.GetIamPolicy. 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 webpage details the `GetIamPolicyFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to make requests for retrieving IAM policies on firewall resources."],["The most recent version documented is 3.6.0, but versions from 1.0.0 through to the latest are also available to view."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetIamPolicyFirewallPolicyRequest` has properties for `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, and `Resource`, allowing for the specification of policy versions and the target resource."],["There are two constructors, one empty and one taking in another `GetIamPolicyFirewallPolicyRequest`, as well as other inherited methods, such as `Object.GetHashCode()` and `Object.ToString()`."]]],[]]