public sealed class GetFirewallPolicyRequest : IMessage<GetFirewallPolicyRequest>, IEquatable<GetFirewallPolicyRequest>, IDeepCloneable<GetFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetFirewallPolicyRequest.
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-03-24 UTC."],[[["The `GetFirewallPolicyRequest` class in the Compute Engine v1 API is used to request the details of a specific firewall policy, as indicated by its method description."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role within Google's Protobuf framework and .NET environment."],["The latest version of the library is 3.6.0, with a range of versions available from 1.0.0 to 3.6.0, allowing developers to find the version needed."],["The `FirewallPolicy` property, a string, represents the name of the specific firewall policy that is being requested by the `GetFirewallPolicyRequest` object."],["The class `GetFirewallPolicyRequest` has two constructors: a default one and another one that takes another `GetFirewallPolicyRequest` object as a parameter."]]],[]]