public sealed class DeleteFirewallPolicyRequest : IMessage<DeleteFirewallPolicyRequest>, IEquatable<DeleteFirewallPolicyRequest>, IDeepCloneable<DeleteFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class DeleteFirewallPolicyRequest.
[[["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-25 UTC."],[[["This document provides reference documentation for the `DeleteFirewallPolicyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, detailing its purpose, implementation, and members."],["The `DeleteFirewallPolicyRequest` class is used to construct a request for deleting a firewall policy and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document covers different versions of the API from 1.2.0 up to the latest version 2.17.0, with version 2.11.0 being the main version the documentation is displaying for the `DeleteFirewallPolicyRequest` class."],["Key properties of the `DeleteFirewallPolicyRequest` class include `FirewallPolicyName`, a typed view, and `Name`, a string that indicates the firewall policy's resource name to be deleted, which follows the format `projects/{project}/firewallpolicies/{firewallpolicy}`."],["The documentation provides details on the constructors for `DeleteFirewallPolicyRequest`, which include a default constructor and an overload that takes another `DeleteFirewallPolicyRequest` instance, for creating copies of the class."]]],[]]