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 send requests for retrieving IAM policies on firewall policies."],["The `GetIamPolicyFirewallPolicyRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various capabilities for message handling and object comparison."],["The webpage provides access to the documentation for versions ranging from 1.0.0 to the latest 3.6.0, with many version in between, which provides a complete overview of all the versions for this class."],["The class includes properties like `OptionsRequestedPolicyVersion` for specifying the desired IAM policy version and `Resource` for indicating the target resource, along with a `HasOptionsRequestedPolicyVersion` boolean for checking if a version has been set."],["The `GetIamPolicyFirewallPolicyRequest` class has 2 distinct constructors, both the default and another one that takes itself as a parameter to create a copy of that object."]]],[]]