Uses of Enum
dev.cel.expr.SourceInfo.Extension.Component
Packages that use SourceInfo.Extension.Component
-
Uses of SourceInfo.Extension.Component in dev.cel.expr
Fields in dev.cel.expr declared as SourceInfo.Extension.ComponentModifier and TypeFieldDescriptionprivate static final SourceInfo.Extension.Component[]
SourceInfo.Extension.Component.VALUES
Fields in dev.cel.expr with type parameters of type SourceInfo.Extension.ComponentModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.IntListAdapter.IntConverter
<SourceInfo.Extension.Component> SourceInfo.Extension.affectedComponents_converter_
private static final com.google.protobuf.Internal.EnumLiteMap
<SourceInfo.Extension.Component> SourceInfo.Extension.Component.internalValueMap
Methods in dev.cel.expr that return SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Component.forNumber
(int value) SourceInfo.Extension.Builder.getAffectedComponents
(int index) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.getAffectedComponents
(int index) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.ExtensionOrBuilder.getAffectedComponents
(int index) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.Component.valueOf
(int value) Deprecated.SourceInfo.Extension.Component.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static SourceInfo.Extension.Component[]
SourceInfo.Extension.Component.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.expr that return types with arguments of type SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.getAffectedComponentsList()
If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.getAffectedComponentsList()
If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.ExtensionOrBuilder.getAffectedComponentsList()
If set, the listed components must understand the extension for the expression to evaluate correctly.static com.google.protobuf.Internal.EnumLiteMap
<SourceInfo.Extension.Component> SourceInfo.Extension.Component.internalGetValueMap()
Methods in dev.cel.expr with parameters of type SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.addAffectedComponents
(SourceInfo.Extension.Component value) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.Builder.setAffectedComponents
(int index, SourceInfo.Extension.Component value) If set, the listed components must understand the extension for the expression to evaluate correctly.Method parameters in dev.cel.expr with type arguments of type SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.addAllAffectedComponents
(Iterable<? extends SourceInfo.Extension.Component> values) If set, the listed components must understand the extension for the expression to evaluate correctly.