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 FirewallPolicies.GetAssociation."],["The `GetAssociationFirewallPolicyRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The webpage lists the different available versions of the class, starting from version 1.0.0 up to the latest 3.6.0, along with its related documentation."],["The class has two constructors, a parameterless constructor and one that takes another `GetAssociationFirewallPolicyRequest` object as a parameter."],["The properties of this class include the `FirewallPolicy` and `Name` which take string values, as well as `HasName`, a boolean property indicating whether the name field is set."]]],[]]