public sealed class GetFirewallRequest : IMessage<GetFirewallRequest>, IEquatable<GetFirewallRequest>, IDeepCloneable<GetFirewallRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetFirewallRequest.
A request message for Firewalls.Get. 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-31 UTC."],[[["The documentation covers the `GetFirewallRequest` class within the Google Cloud Compute Engine v1 API, detailing its usage and properties."],["Version 3.6.0 is the latest release, while version 3.1.0 is the specific version that the webpage focuses on within the Google.Cloud.Compute.V1 namespace."],["The `GetFirewallRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling firewall-related requests."],["The class includes constructors for creating new instances and copying existing `GetFirewallRequest` objects."],["Key properties of `GetFirewallRequest` are `Firewall` (the name of the firewall rule) and `Project` (the project ID), both of which are string types."]]],[]]