public sealed class NetworksGetEffectiveFirewallsResponse : IMessage<NetworksGetEffectiveFirewallsResponse>, IEquatable<NetworksGetEffectiveFirewallsResponse>, IDeepCloneable<NetworksGetEffectiveFirewallsResponse>, IBufferMessage, IMessage
[[["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 page details the `NetworksGetEffectiveFirewallsResponse` class within the `Google.Cloud.Compute.V1` namespace, outlining its structure and functionalities."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling network firewall data and its compatibility with Google Protocol Buffers."],["The `NetworksGetEffectiveFirewallsResponse` class offers access to two key properties: `FirewallPolicys`, a repeated field for effective firewall policies, and `Firewalls`, a repeated field for effective firewalls on the network."],["The page provides a list of different versions of this class, ranging from the latest `3.6.0` down to `1.0.0`, allowing developers to navigate to the documentation for specific versions."],["The class provides two constructors, one default and another to clone from another instance of `NetworksGetEffectiveFirewallsResponse`, offering a way to make a copy of an existing object."]]],[]]