public sealed class GetAssociationNetworkFirewallPolicyRequest : IMessage<GetAssociationNetworkFirewallPolicyRequest>, IEquatable<GetAssociationNetworkFirewallPolicyRequest>, IDeepCloneable<GetAssociationNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAssociationNetworkFirewallPolicyRequest.
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 part of the Google.Cloud.Compute.V1 API and is used for requesting details about an association within a network firewall policy."],["This API offers various versions, from 1.0.0 up to the latest version 3.6.0, allowing developers to choose the version that best suits their requirements."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various operations and ensure data integrity."],["The `GetAssociationNetworkFirewallPolicyRequest` class includes properties such as `FirewallPolicy`, `HasName`, `Name`, and `Project`, which are used to specify the details of the requested association and the project context."],["The class has two constructors, a default one, and another one that takes a `GetAssociationNetworkFirewallPolicyRequest` for cloning purposes."]]],[]]