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, each linked to its specific documentation."],["The `WafExpressionSet` class, part of the `Google.Cloud.Compute.V1` namespace, is designed to handle Web Application Firewall (WAF) expression sets and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WafExpressionSet` class includes constructors for creating new instances, either default or copied from another instance, and has several inherited members from `object`, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Key properties of the `WafExpressionSet` include `Aliases` for alternative IDs, `Expressions` for a list of available expressions, and an `Id` to store a Google-specified expression set ID that also has a getter `HasId` to check its status."],["`WafExpressionSet` is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]