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."],[[["The `WafExpressionSet` class, found within the `Google.Cloud.Compute.V1` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This webpage primarily lists various versions of the `WafExpressionSet` class, ranging from version 1.0.0 up to the latest version 3.6.0, providing direct links to each version's documentation."],["The `WafExpressionSet` class contains properties such as `Aliases`, `Expressions`, `HasId`, and `Id`, which provide functionality for managing a list of alternate IDs, available expressions, and the Google-specified expression set ID."],["The `WafExpressionSet` class has 2 constructors, one default and one that takes in another `WafExpressionSet` object as a parameter, to allow for deep cloning of data."],["The class has inherited methods from the base object class, `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]