public sealed class GetIamPolicyFirewallPolicyRequest : IMessage<GetIamPolicyFirewallPolicyRequest>, IEquatable<GetIamPolicyFirewallPolicyRequest>, IDeepCloneable<GetIamPolicyFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyFirewallPolicyRequest.
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, part of the Google.Cloud.Compute.V1 namespace, is used to request the IAM policy of a firewall, and is documented across multiple versions from 1.0.0 to the latest 3.6.0."],["This class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, which provides capabilities for message handling, comparison, deep cloning, and buffered operations."],["The class has properties such as `OptionsRequestedPolicyVersion`, indicating the version of the IAM policy being requested, and `Resource`, which is the identifier for the targeted resource."],["It contains two constructors, a default parameter-less constructor, and a constructor that accepts another `GetIamPolicyFirewallPolicyRequest` object, which allows for the creation of a new instance from an existing one."],["The documentation provides inheritance information, inherited members, and links to external resources for further information, such as Microsoft's .NET API documentation, and Google's protobuf documentation."]]],[]]