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 details the `WafExpressionSet` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.15.0 of the library, and provides links to older and newer versions."],["The `WafExpressionSet` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive object manipulation and comparison."],["Key properties of the `WafExpressionSet` class include `Aliases`, a list of alternative IDs, and `Expressions`, a list of available expressions, with the `Id` being a Google-specified expression set ID."],["The class offers two constructors, a default one (`WafExpressionSet()`) and another that allows for the creation of an instance by copying another `WafExpressionSet` object (`WafExpressionSet(WafExpressionSet other)`)."],["The page offers a range of versions for this class from 1.0.0 all the way up to 3.6.0, the latest version available."]]],[]]