public sealed class GetAssociationNetworkFirewallPolicyRequest : IMessage<GetAssociationNetworkFirewallPolicyRequest>, IEquatable<GetAssociationNetworkFirewallPolicyRequest>, IDeepCloneable<GetAssociationNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for NetworkFirewallPolicies.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-24 UTC."],[[["This webpage details the `GetAssociationNetworkFirewallPolicyRequest` class within the Google Cloud Compute V1 API, specifically focusing on version 1.4.0 and subsequent versions."],["The `GetAssociationNetworkFirewallPolicyRequest` class is used to request details about a specific association within a network firewall policy, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties like `FirewallPolicy`, `Name`, and `Project`, which are used to identify and retrieve the specific network firewall policy association, having been implemented with public accessibility."],["The latest available version of the API is 3.6.0, with versions ranging down to 1.0.0, which are all listed as having implemented the same `GetAssociationNetworkFirewallPolicyRequest` class."],["It can be observed that this class inherits from the base Object class and contains both constructors, a default constructor, and one taking the same class as a parameter."]]],[]]