Uses of Class
dev.cel.common.CelOptions.ProtoUnsetFieldOptions
-
Packages that use CelOptions.ProtoUnsetFieldOptions Package Description dev.cel.common -
-
Uses of CelOptions.ProtoUnsetFieldOptions in dev.cel.common
Methods in dev.cel.common that return CelOptions.ProtoUnsetFieldOptions Modifier and Type Method Description abstract CelOptions.ProtoUnsetFieldOptionsCelOptions. fromProtoUnsetFieldOption()static CelOptions.ProtoUnsetFieldOptionsCelOptions.ProtoUnsetFieldOptions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CelOptions.ProtoUnsetFieldOptions[]CelOptions.ProtoUnsetFieldOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.common with parameters of type CelOptions.ProtoUnsetFieldOptions Modifier and Type Method Description abstract CelOptions.BuilderCelOptions.Builder. fromProtoUnsetFieldOption(CelOptions.ProtoUnsetFieldOptions value)Configure how unset proto fields are handled when evaluating over a protobuf message where fields are intended to be treated as top-level variables.
-