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.12.0, and outlines its implementation of several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 3.6.0 and there are numerous older versions available in the provided documentation links, dating all the way back to version 1.0.0."],["The `WafExpressionSet` class has two constructors, a default constructor and one that accepts another `WafExpressionSet` object for copying, and it includes properties for managing aliases (`Aliases`), expressions (`Expressions`), and an ID (`Id`)."],["Inherited members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, are available for use with `WafExpressionSet`."],["The class also includes methods for checking if the id field is set via the `HasId` property."]]],[]]