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."],[[["The `GetAssociationNetworkFirewallPolicyRequest` class is used to request information about a specific association within a network firewall policy, as indicated by the method description."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with protocol buffer messaging and object comparison/cloning."],["The latest version of the Google.Cloud.Compute.V1 package is 3.6.0, with the provided content listing multiple previous versions, including those from the 3.x, 2.x, and 1.x series, all the way back to 1.0.0."],["`GetAssociationNetworkFirewallPolicyRequest` object has properties for `FirewallPolicy`, `Name`, and `Project`, which are all strings, as well as `HasName` which is a boolean."],["The `GetAssociationNetworkFirewallPolicyRequest` class includes two constructors, one for default initialization and another to create a copy from an existing `GetAssociationNetworkFirewallPolicyRequest` instance."]]],[]]