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 provides documentation for the `InstancesGetEffectiveFirewallsResponse` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.15.0, and also shows previous version numbers, with 3.6.0 being the latest."],["The `InstancesGetEffectiveFirewallsResponse` class is used to represent the effective firewalls on an instance and effective firewalls from firewall policies, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, along with its own properties."],["The class has two constructors, a default one `InstancesGetEffectiveFirewallsResponse()` and one that takes another `InstancesGetEffectiveFirewallsResponse` as a parameter."],["The class has two properties, `FirewallPolicys` and `Firewalls`, that show effective firewalls from firewall policies and effective firewalls on the instance, respectively, as a repeated field of their respective types."]]],[]]