public sealed class GetAssociationFirewallPolicyRequest : IMessage<GetAssociationFirewallPolicyRequest>, IEquatable<GetAssociationFirewallPolicyRequest>, IDeepCloneable<GetAssociationFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAssociationFirewallPolicyRequest.
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."],[[["The latest version of the `GetAssociationFirewallPolicyRequest` is 3.6.0, and the documentation provides links to previous versions, ranging down to version 1.0.0."],["`GetAssociationFirewallPolicyRequest` is a class in the Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace, and it's used as a request message for `FirewallPolicies.GetAssociation`."],["The `GetAssociationFirewallPolicyRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAssociationFirewallPolicyRequest` class offers properties to interact with it, such as `FirewallPolicy`, `HasName` and `Name` to obtain the name of the firewall policy, verify if the name is set, and obtain the association's name, respectively."],["This documentation also includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base Object class."]]],[]]