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 `FirewallPolicies.GetIamPolicy`."],["The latest version documented is 3.6.0, and a variety of previous versions are available, spanning back to version 1.0.0 for historical reference."],["The `GetIamPolicyFirewallPolicyRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messaging."],["Key properties of the `GetIamPolicyFirewallPolicyRequest` class include `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, and `Resource`, which are crucial for configuring the IAM policy request."],["The class has two constructors: A default, empty one and one that takes another instance of itself to clone an existing request."]]],[]]