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-03-31 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.WafExpressionSet` is 3.6.0, with multiple previous versions available, dating back to 1.0.0, allowing access to different releases of the software."],["`WafExpressionSet` is a sealed class within the Google.Cloud.Compute.V1 namespace, inheriting from object and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `WafExpressionSet` includes constructors for creating new instances, either empty or by cloning an existing `WafExpressionSet` object."],["`WafExpressionSet` contains properties like `Aliases` (a list of alternate IDs), `Expressions` (a list of available expressions), `HasId` (checks if the \"id\" field is set), and `Id` (a Google-specified expression set ID)."],["The WafExpressionSet's inherited members include GetHashCode(), GetType(), MemberwiseClone(), and ToString(), which are standard object methods."]]],[]]