public sealed class GetFirewallPolicyRequest : IMessage<GetFirewallPolicyRequest>, IEquatable<GetFirewallPolicyRequest>, IDeepCloneable<GetFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.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-04-09 UTC."],[[["The `GetFirewallPolicyRequest` class is a request message used for retrieving details of a firewall policy in the Google Cloud Compute V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations like deep cloning and equality comparisons."],["The latest version for the GetFirewallPolicyRequest is 3.6.0, and several versions from 1.0.0 to 3.6.0 are documented, which allow user to review the history."],["The `GetFirewallPolicyRequest` class has two constructors: a default one and one that takes another `GetFirewallPolicyRequest` instance, for copying."],["It contains a property called `FirewallPolicy`, which is a string representing the name of the firewall policy to be retrieved, and it is publicly settable."]]],[]]