public sealed class CustomLevel : IMessage<CustomLevel>, IEquatable<CustomLevel>, IDeepCloneable<CustomLevel>, IBufferMessage, IMessage
CustomLevel is an AccessLevel using the Cloud Common Expression Language
to represent the necessary conditions for the level to apply to a request.
See CEL spec at: https://github.com/google/cel-spec
[[["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 `CustomLevel` class, which is a type of `AccessLevel` using Cloud Common Expression Language (CEL) for defining request conditions."],["The `CustomLevel` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, and cloning."],["The latest version of `CustomLevel` is 2.5.0, and older versions are listed down to 1.2.0, making up 10 different version points to navigate."],["The `CustomLevel` class has two constructors: a default constructor `CustomLevel()` and a copy constructor `CustomLevel(CustomLevel other)`."],["The `CustomLevel` class contains one main property, `Expr`, which is a required property to be defined by the Cloud CEL expression."]]],[]]