public sealed class WafExpressionSet : IMessage<WafExpressionSet>, IEquatable<WafExpressionSet>, IDeepCloneable<WafExpressionSet>, IBufferMessage, IMessage
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
[[["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-02 UTC."],[[["This webpage provides documentation for the `WafExpressionSet` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0."],["The `WafExpressionSet` class is part of the Google Cloud Compute API and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`WafExpressionSet` has properties such as `Aliases`, `Expressions`, `HasId`, and `Id`, used to manage and identify Web Application Firewall (WAF) expression sets, including a list of alternate IDs and available expressions."],["The latest version available of `WafExpressionSet` is 3.6.0, while the version covered in this page's documentation is 2.9.0."],["The class can be constructed using both an empty constructor `WafExpressionSet()` and a constructor that accepts another instance of itself, `WafExpressionSet(WafExpressionSet other)`."]]],[]]