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 implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The latest version available for the request class documentation is 3.6.0, with multiple previous versions also listed, going back to 1.0.0."],["The `GetAssociationFirewallPolicyRequest` class has two constructors, a default one, and another that copies the values from an existing `GetAssociationFirewallPolicyRequest` object."],["The `GetAssociationFirewallPolicyRequest` class includes two important properties, `FirewallPolicy` to specify the name of the policy and `Name` to specify the name of the association."]]],[]]