public sealed class ListAssociationsFirewallPolicyRequest : IMessage<ListAssociationsFirewallPolicyRequest>, IEquatable<ListAssociationsFirewallPolicyRequest>, IDeepCloneable<ListAssociationsFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.ListAssociations. 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 content pertains to the `ListAssociationsFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, which is used to request a list of firewall policy associations."],["The latest version available is 3.6.0, and there are multiple previous versions available, spanning back to version 1.0.0 for `Google.Cloud.Compute.V1`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListAssociationsFirewallPolicyRequest` class includes properties like `HasTargetResource` (a boolean indicating if the \"target_resource\" is set) and `TargetResource` (a string representing the target for listing associations)."],["This class also has two constructors, one default constructor that takes no parameters and one that takes another `ListAssociationsFirewallPolicyRequest` as a parameter."]]],[]]