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."],[[["The `CustomLevel` class represents an `AccessLevel` that uses the Cloud Common Expression Language (CEL) to define conditions for request applicability."],["This class, part of the `Google.Identity.AccessContextManager.V1` namespace, is implemented in the `Google.Identity.AccessContextManager.V1.dll` assembly, and inherits from `Object`."],["`CustomLevel` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer message functionalities."],["It includes two constructors: a default constructor `CustomLevel()` and a copy constructor `CustomLevel(CustomLevel other)`, allowing for the creation of new instances and copies from existing `CustomLevel` objects."],["The `Expr` property, of type `Expr`, is a required Cloud CEL expression that must evaluate to a boolean value."]]],[]]