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-21 UTC."],[[["This webpage details the `WafExpressionSet` class within the `Google.Cloud.Compute.V1` namespace, providing documentation across multiple versions, from 1.0.0 to the latest 3.6.0."],["The `WafExpressionSet` class, which inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, is found in the `Google.Cloud.Compute.V1.dll` assembly."],["Key properties of `WafExpressionSet` include `Aliases`, a list of alternate IDs, `Expressions`, which contains the list of available expressions, and `Id`, the Google specified expression set ID."],["The page includes constructors for the `WafExpressionSet` class: a default constructor and one that takes another `WafExpressionSet` object as a parameter for initialization."],["The webpage lists the various member functions inherited from the object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]