public sealed class GetAssociationFirewallPolicyRequest : IMessage<GetAssociationFirewallPolicyRequest>, IEquatable<GetAssociationFirewallPolicyRequest>, IDeepCloneable<GetAssociationFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.GetAssociation. 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 `GetAssociationFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send requests for firewall policy association details."],["The class `GetAssociationFirewallPolicyRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message passing and data operations."],["The content is organized into multiple versioned links with version 3.6.0 being the most current, for access to differing versions of `GetAssociationFirewallPolicyRequest`."],["The class includes properties such as `FirewallPolicy` and `Name` to specify the relevant policy and association, with both being of string type, as well as the boolean `HasName`."],["Two constructors are available for the `GetAssociationFirewallPolicyRequest` class, one default constructor, and another constructor that takes an existing `GetAssociationFirewallPolicyRequest` object as a parameter."]]],[]]