public sealed class InstancesGetEffectiveFirewallsResponse : IMessage<InstancesGetEffectiveFirewallsResponse>, IEquatable<InstancesGetEffectiveFirewallsResponse>, IDeepCloneable<InstancesGetEffectiveFirewallsResponse>, 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-24 UTC."],[[["This webpage details the `InstancesGetEffectiveFirewallsResponse` class within the `Google.Cloud.Compute.V1` namespace, spanning versions from 1.0.0 to 3.6.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It features two key properties: `FirewallPolicys`, representing effective firewalls from policies, and `Firewalls`, representing effective firewalls on the instance itself, both using `RepeatedField`."],["The class has two constructors: a default constructor and one that takes another `InstancesGetEffectiveFirewallsResponse` instance as a parameter for copying."],["The latest version documented is version 3.6.0, while the current version of this class being showcased is version 2.10.0."]]],[]]