Uses of Class
dev.cel.expr.SourceInfo.Extension.Component
-
Packages that use SourceInfo.Extension.Component Package Description dev.cel.expr -
-
Uses of SourceInfo.Extension.Component in dev.cel.expr
Fields in dev.cel.expr declared as SourceInfo.Extension.Component Modifier and Type Field Description private static SourceInfo.Extension.Component[]
SourceInfo.Extension.Component. VALUES
Fields in dev.cel.expr with type parameters of type SourceInfo.Extension.Component Modifier and Type Field Description private static com.google.protobuf.Internal.IntListAdapter.IntConverter<SourceInfo.Extension.Component>
SourceInfo.Extension. affectedComponents_converter_
private static com.google.protobuf.Internal.EnumLiteMap<SourceInfo.Extension.Component>
SourceInfo.Extension.Component. internalValueMap
Methods in dev.cel.expr that return SourceInfo.Extension.Component Modifier and Type Method Description static SourceInfo.Extension.Component
SourceInfo.Extension.Component. forNumber(int value)
SourceInfo.Extension.Component
SourceInfo.Extension.Builder. getAffectedComponents(int index)
If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.Component
SourceInfo.Extension. getAffectedComponents(int index)
If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.Component
SourceInfo.ExtensionOrBuilder. getAffectedComponents(int index)
If set, the listed components must understand the extension for the expression to evaluate correctly.static SourceInfo.Extension.Component
SourceInfo.Extension.Component. valueOf(int value)
Deprecated.static SourceInfo.Extension.Component
SourceInfo.Extension.Component. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SourceInfo.Extension.Component
SourceInfo.Extension.Component. valueOf(java.lang.String 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.Component Modifier and Type Method Description java.util.List<SourceInfo.Extension.Component>
SourceInfo.Extension.Builder. getAffectedComponentsList()
If set, the listed components must understand the extension for the expression to evaluate correctly.java.util.List<SourceInfo.Extension.Component>
SourceInfo.Extension. getAffectedComponentsList()
If set, the listed components must understand the extension for the expression to evaluate correctly.java.util.List<SourceInfo.Extension.Component>
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.Component Modifier and Type Method Description SourceInfo.Extension.Builder
SourceInfo.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
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.Component Modifier and Type Method Description SourceInfo.Extension.Builder
SourceInfo.Extension.Builder. addAllAffectedComponents(java.lang.Iterable<? extends SourceInfo.Extension.Component> values)
If set, the listed components must understand the extension for the expression to evaluate correctly.
-