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-24 UTC."],[[["The `GetIamPolicyFirewallPolicyRequest` class is used to request the IAM policy for a firewall and it is part of the `Google.Cloud.Compute.V1` namespace in the Google Cloud .NET library."],["Version 3.6.0 is the latest version of the `GetIamPolicyFirewallPolicyRequest`, with a list of previous versions ranging back to version 1.0.0, all found within the same directory."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to help ensure proper functionality and compatibility within the .NET environment."],["`GetIamPolicyFirewallPolicyRequest` includes two constructors: a default constructor and a constructor that accepts another `GetIamPolicyFirewallPolicyRequest` object, allowing for object duplication."],["The class also has two properties, `HasOptionsRequestedPolicyVersion`, which is a boolean, and `OptionsRequestedPolicyVersion` which is an Int32, along with a `Resource` property which is a string to get the requested policy."]]],[]]