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 document outlines the `GetAssociationFirewallPolicyRequest` class, which is a request message used to get association details from a firewall policy within the Google Cloud Compute V1 API."],["The document covers various versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, showcasing the historical evolution of the `GetAssociationFirewallPolicyRequest` class."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing flexibility and functionality in handling protocol buffer messages."],["The class has properties such as `FirewallPolicy` and `Name`, allowing users to specify the target firewall policy and the association name they are interested in."],["The class has two different constructors, the default one and one that takes in `GetAssociationFirewallPolicyRequest` as a parameter, for creating instances of the request, and the class also inherits several members from the Object class, such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]