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 is used to request the IAM policy for a firewall in the Compute Engine v1 API, within the Google.Cloud.Compute.V1 namespace."],["The latest documented version of `GetIamPolicyFirewallPolicyRequest` is 3.6.0, while the provided documentation focuses on version 2.3.0 with links to other versions between 1.0.0 and 3.6.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all utilized in the .NET framework."],["`GetIamPolicyFirewallPolicyRequest` has two constructors: one default and another that accepts another `GetIamPolicyFirewallPolicyRequest` object for copying."],["The class contains properties such as `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, and `Resource`, allowing for configuration of the IAM policy version and resource identification."]]],[]]