A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSTRACT_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- ABSTRACT_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- ACCU_INIT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- ACCU_VAR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- AccumulatedUnknowns - Class in dev.cel.runtime
-
An internal representation used for fast accumulation of unknown expr IDs and attributes.
- Activation - Class in dev.cel.runtime
-
An object which allows to bind names to values.
- Activation() - Constructor for class dev.cel.runtime.Activation
- ActivationWrapper - Interface in dev.cel.runtime.planner
-
Identifies a resolver that can be unwrapped to bypass local variable state.
- adapt(String, Object) - Method in class dev.cel.runtime.DescriptorMessageProvider
-
Adapt object to its message value.
- adapt(String, Object) - Method in interface dev.cel.runtime.MessageProvider
-
Adapt object to its message value with source location metadata on failure.
- adaptFieldToValue(Descriptors.FieldDescriptor, Object) - Method in class dev.cel.common.internal.ProtoAdapter
- adaptingList(List<A>, BidiConverter<A, B>) - Static method in class dev.cel.common.internal.AdaptingTypes
- adaptingMap(Map<A, B>, BidiConverter<A, C>, BidiConverter<B, D>) - Static method in class dev.cel.common.internal.AdaptingTypes
- AdaptingTypes - Class in dev.cel.common.internal
-
Collection of types which support bidirectional adaptation between CEL and Java native value representations.
- adaptProtoToValue(MessageOrBuilder) - Method in class dev.cel.common.internal.ProtoAdapter
-
Adapts a protobuf
MessageOrBuilderinto a Java object understood by CEL. - adaptToAccumulatedUnknowns(CelUnknownSet) - Static method in class dev.cel.runtime.InterpreterUtil
- adaptToJsonListValue(Iterable<T>) - Static method in class dev.cel.common.CelProtoJsonAdapter
-
Adapts an iterable to a JSON list value.
- adaptToJsonStructValue(Map<K, V>) - Static method in class dev.cel.common.CelProtoJsonAdapter
-
Adapts a map to a JSON Struct.
- adaptValue(Object) - Method in class dev.cel.runtime.RuntimeHelpers
-
Adapts a plain old Java object into a CEL value.
- adaptValueToAny(Object, String) - Method in class dev.cel.common.internal.ProtoLiteAdapter
- adaptValueToFieldType(Descriptors.FieldDescriptor, Object) - Method in class dev.cel.common.internal.ProtoAdapter
- adaptValueToJsonValue(Object) - Static method in class dev.cel.common.CelProtoJsonAdapter
-
Adapts a native Java object to a JSON value.
- adaptValueToProto(Object, String) - Method in class dev.cel.common.internal.ProtoAdapter
-
Adapt the Java object
valueto the given protobufprotoTypeNameif possible. - adaptValueToWellKnownProto(Object, WellKnownProto) - Method in class dev.cel.common.internal.ProtoLiteAdapter
- adaptWellKnownProtoToValue(MessageLiteOrBuilder, WellKnownProto) - Method in class dev.cel.common.internal.ProtoLiteAdapter
- add(Duration, Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Adds two durations
- add(Timestamp, Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Adds two timestamps.
- add(String, Class<T>, Registrar.UnaryFunction<T>) - Method in interface dev.cel.runtime.Registrar
-
Deprecated.Adds a unary function to the dispatcher.
- add(String, Class<T1>, Class<T2>, Registrar.BinaryFunction<T1, T2>) - Method in interface dev.cel.runtime.Registrar
-
Deprecated.Adds a binary function to the dispatcher.
- add(String, List<Class<?>>, Registrar.Function) - Method in interface dev.cel.runtime.Registrar
-
Deprecated.Adds a general function to the dispatcher.
- add(Duration, Duration) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Adds two durations
- add(Instant, Duration) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Adds a duration to an instant.
- ADD - dev.cel.runtime.CelStandardFunctions.StandardFunction
- ADD_BYTES - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_DOUBLE - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_DURATION_DURATION - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_DURATION_TIMESTAMP - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_INT64 - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_LIST - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_STRING - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_TIMESTAMP_DURATION - dev.cel.runtime.standard.AddOperator.AddOverload
- ADD_UINT64 - dev.cel.runtime.standard.AddOperator.AddOverload
- addAffectedComponents(SourceInfo.Extension.Component) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAffectedComponentsValue(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAll(Collection<? extends E>) - Method in class dev.cel.runtime.ConcatenatedListView
- addAllAffectedComponents(Iterable<? extends SourceInfo.Extension.Component>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAllAffectedComponentsValue(Iterable<Integer>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAllArgs(Iterable<? extends Expr>) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addAllArgTypes(Iterable<? extends Type>) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- addAllElements(Iterable<? extends Expr>) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addAllEntries(Iterable<? extends Expr.CreateStruct.Entry>) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addAllEntries(Iterable<? extends MapValue.Entry>) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- addAllErrors(Iterable<? extends Status>) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addAllExprs(Iterable<? extends Long>) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- addAllExprSteps(Iterable<? extends Explain.ExprStep>) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addAllExtensions(Iterable<? extends SourceInfo.Extension>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addAllLineOffsets(Iterable<? extends Integer>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- addAllOptionalIndices(Iterable<? extends Integer>) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- addAllOverloadId(Iterable<String>) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- addAllOverloads(Iterable<? extends Decl.FunctionDecl.Overload>) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addAllParameterTypes(Iterable<? extends Type>) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addAllParams(Iterable<? extends Type>) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- addAllResults(Iterable<? extends EvalState.Result>) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addAllTypeParams(Iterable<String>) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- addAllValues(Iterable<? extends ExprValue>) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addAllValues(Iterable<? extends Value>) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addAllValues(Iterable<? extends Value>) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addArgs(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addArgs(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addArgs(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addArgs(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addArgsBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addArgsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addArgTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- addArgTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- addArgTypes(Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- addArgTypes(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- addArgTypesBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- addArgTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- addElements(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElementsBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElementsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addEntries(int, Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(int, Expr.CreateStruct.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(int, MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- addEntries(int, MapValue.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- addEntries(Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(Expr.CreateStruct.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- addEntries(MapValue.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- addEntriesBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntriesBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- addEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- addErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrorsBuilder() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addExprs(long) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- addExprSteps(int, Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(int, Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExtensions(int, SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensions(int, SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensions(SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensions(SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensionsBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensionsBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add all of the
Descriptors.FileDescriptors in aFileDescriptorSetto the use for type-checking, and for object creation at interpretation time. - addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFileTypes(Descriptors.FileDescriptor...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add
Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time. - addFileTypes(Descriptors.FileDescriptor...) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addFileTypes(Descriptors.FileDescriptor...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add
Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time. - addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFunctionBindings(CelFunctionBinding...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add one or more
CelFunctionBindingobjects to the CEL runtime. - addFunctionBindings(CelFunctionBinding...) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addFunctionBindings(CelFunctionBinding...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFunctionBindings(Iterable<CelFunctionBinding>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Bind a collection of
CelFunctionBindingobjects to the runtime. - addFunctionBindings(Iterable<CelFunctionBinding>) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addFunctionBindings(Iterable<CelFunctionBinding>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addLateBoundFunctions(Iterable<String>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Adds bindings for functions that are allowed to be late-bound (resolved at execution time).
- addLateBoundFunctions(Iterable<String>) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addLateBoundFunctions(Iterable<String>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addLateBoundFunctions(String...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Adds bindings for functions that are allowed to be late-bound (resolved at execution time).
- addLateBoundFunctions(String...) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addLateBoundFunctions(String...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addLibraries(CelRuntimeLibrary...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Adds one or more libraries for runtime.
- addLibraries(CelRuntimeLibrary...) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addLibraries(CelRuntimeLibrary...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addLibraries(Iterable<? extends CelRuntimeLibrary>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Adds a collection of libraries for runtime.
- addLibraries(Iterable<? extends CelRuntimeLibrary>) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addLibraries(Iterable<? extends CelRuntimeLibrary>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- addMessageTypes(Descriptors.Descriptor...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add message
Descriptors.Descriptors to the builder for type-checking and object creation at interpretation time. - addMessageTypes(Descriptors.Descriptor...) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addMessageTypes(Descriptors.Descriptor...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add message
Descriptors.Descriptors to the use for type-checking and object creation at interpretation time. - addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- AddOperator - Class in dev.cel.runtime.standard
-
Standard function for the addition (+) operator.
- AddOperator.AddOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- addOptionalIndices(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- addOverload(String, String, ImmutableList<Class<?>>, boolean, CelFunctionOverload) - Method in class dev.cel.runtime.DefaultDispatcher.Builder
- addOverloadId(String) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- addOverloadIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- addOverloads(int, Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addOverloads(int, Decl.FunctionDecl.Overload.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addOverloads(Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addOverloads(Decl.FunctionDecl.Overload.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addOverloadsBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addOverloadsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addParameterTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParameterTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParameterTypes(Type) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParameterTypes(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParameterTypesBuilder() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParameterTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParams(int, Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- addParams(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- addParams(Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- addParams(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- addParamsBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- addParamsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- addResults(int, EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResults(int, EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResults(EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResults(EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addTypeParams(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- addTypeParamsBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- addValues(int, ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValues(int, ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValues(int, Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(int, Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValues(ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValues(ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValues(Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValues(Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- advanceEvaluation(UnknownContext) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Advance evaluation based on the current unknown context.
- AFFECTED_COMPONENTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- ALL_STANDARD_FUNCTIONS - Static variable in class dev.cel.runtime.CelStandardFunctions
- ANY - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Any type.
- ANY_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Any type.
- apply(Object[]) - Method in interface dev.cel.runtime.CelFunctionOverload
-
Evaluate a set of arguments throwing a
CelExceptionon error. - apply(T) - Method in interface dev.cel.runtime.CelFunctionOverload.Unary
- apply(T1, T2) - Method in interface dev.cel.runtime.CelFunctionOverload.Binary
- ARG_TYPES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.FunctionType
- ARGS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
- AS_BOOL - dev.cel.runtime.CelAttribute.Qualifier.Kind
- AS_INT - dev.cel.runtime.CelAttribute.Qualifier.Kind
- AS_STRING - dev.cel.runtime.CelAttribute.Qualifier.Kind
- AS_UINT - dev.cel.runtime.CelAttribute.Qualifier.Kind
- asBool() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- asInt() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- asString() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- asUint() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- attributes() - Method in class dev.cel.runtime.CelUnknownSet
-
Set of attributes with a series of selection or index operations marked unknown.
B
- backwardConverter() - Method in class dev.cel.common.internal.BidiConverter
-
Return the
Converterwhich adapts from CEL values to proto values. - BaseProtoCelValueConverter - Class in dev.cel.common.values
-
BaseProtoCelValueConvertercontains the common logic for converting between native Java and protobuf objects toCelValue. - BaseProtoCelValueConverter() - Constructor for class dev.cel.common.values.BaseProtoCelValueConverter
- BaseProtoMessageValueProvider - Class in dev.cel.common.values
-
BaseProtoMessageValueProvideris a common parent toProtoMessageValueProviderandProtoMessageLiteValueProvider. - BaseProtoMessageValueProvider() - Constructor for class dev.cel.common.values.BaseProtoMessageValueProvider
- between(Timestamp, Timestamp) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Calculate the difference between two timestamps.
- BidiConverter<A,B> - Class in dev.cel.common.internal
-
The
BidiConverteris a bidirectional converter which containsConverterobjects to forward convert from proto to CEL and backward convert from CEL to proto. - BidiConverter() - Constructor for class dev.cel.common.internal.BidiConverter
- BOOL - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Boolean type.
- BOOL - dev.cel.runtime.CelStandardFunctions.StandardFunction
- BOOL_TO_BOOL - dev.cel.runtime.standard.BoolFunction.BoolOverload
- BOOL_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- BOOL_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- BOOL_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- BOOL_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Boolean type.
- BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- BoolFunction - Class in dev.cel.runtime.standard
-
Standard function for
boolconversion function. - BoolFunction.BoolOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- build() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- build() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- build() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- build() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- build() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- build() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- build() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- build() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- build() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- build() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- build() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- build() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- build() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- build() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- build() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- build() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- build() - Method in class dev.cel.runtime.CelEvaluationExceptionBuilder
-
Constructs a new
CelEvaluationExceptioninstance. - build() - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Build a new instance of the
CelRuntime. - build() - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- build() - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
-
Build a new
CelRuntimeLegacyImplinstance from the builder config. - build() - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- build() - Method in class dev.cel.runtime.DefaultDispatcher.Builder
- build() - Method in class dev.cel.runtime.RuntimeUnknownResolver.Builder
- builder() - Static method in class dev.cel.runtime.RuntimeUnknownResolver
- Builder() - Constructor for class dev.cel.runtime.CelRuntimeImpl.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- BYTES - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Bytes type.
- BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction
- BYTES_SIZE - dev.cel.runtime.standard.SizeFunction.SizeOverload
- BYTES_TO_BYTES - dev.cel.runtime.standard.BytesFunction.BytesOverload
- BYTES_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- BYTES_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- BYTES_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- BYTES_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Bytes type.
- BYTES_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- BYTES_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- BytesFunction - Class in dev.cel.runtime.standard
-
Standard function for
bytesconversion function. - BytesFunction.BytesOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
C
- CALL_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- CALL_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- callback(CelExpr, Object) - Method in interface dev.cel.runtime.CelEvaluationListener
-
Callback method invoked by the CEL runtime as evaluation progresses through the AST.
- canHandle(Object[], ImmutableList<Class<?>>, boolean) - Static method in interface dev.cel.runtime.CelFunctionOverload
-
Returns true if the overload's expected argument types match the types of the given arguments.
- canHandle(Object, ImmutableList<Class<?>>, boolean) - Static method in interface dev.cel.runtime.CelFunctionOverload
- canHandle(Object, Object, ImmutableList<Class<?>>, boolean) - Static method in interface dev.cel.runtime.CelFunctionOverload
- canHandleArg(Object, Class<?>, boolean) - Static method in interface dev.cel.runtime.CelFunctionOverload
- CelAttribute - Class in dev.cel.runtime
-
CelAttribute represents the select path from the root (.) to a single leaf value that may be derived from the activation (e.g.
- CelAttribute() - Constructor for class dev.cel.runtime.CelAttribute
- CelAttribute.Qualifier - Class in dev.cel.runtime
-
Representation of a single select qualifier or index.
- CelAttribute.Qualifier.Kind - Enum in dev.cel.runtime
-
Legal attribute qualifier kinds.
- CelAttributeNotFoundException - Exception in dev.cel.common.exceptions
-
Indicates an attempt to access a map or object using an invalid attribute or key.
- CelAttributePattern - Class in dev.cel.runtime
-
A Pattern for matching against
CelAttributes. - CelAttributePattern() - Constructor for class dev.cel.runtime.CelAttributePattern
- CelAttributeResolver - Interface in dev.cel.runtime
-
Resolver for attribute lookups at runtime.
- CelBadFormatException - Exception in dev.cel.common.exceptions
-
Indicates that a data conversion failed due to a mismatch in the format specification.
- CelBadFormatException(String) - Constructor for exception dev.cel.common.exceptions.CelBadFormatException
- CelBadFormatException(Throwable) - Constructor for exception dev.cel.common.exceptions.CelBadFormatException
- CelDivideByZeroException - Exception in dev.cel.common.exceptions
-
Indicates that a division by zero occurred.
- CelDivideByZeroException() - Constructor for exception dev.cel.common.exceptions.CelDivideByZeroException
- CelDivideByZeroException(Throwable) - Constructor for exception dev.cel.common.exceptions.CelDivideByZeroException
- CelDuplicateKeyException - Exception in dev.cel.common.exceptions
-
Indicates an attempt to create a map using duplicate keys.
- CelEvaluationException - Exception in dev.cel.runtime
-
CelEvaluationException encapsulates the potential issues which could arise during the configuration or evaluation of an expression
Program. - CelEvaluationException(String) - Constructor for exception dev.cel.runtime.CelEvaluationException
- CelEvaluationException(String, Throwable) - Constructor for exception dev.cel.runtime.CelEvaluationException
- CelEvaluationExceptionBuilder - Class in dev.cel.runtime
-
CEL Library Internals.
- CelEvaluationListener - Interface in dev.cel.runtime
-
Functional interface for a callback method invoked by the runtime.
- CelFunctionBinding - Interface in dev.cel.runtime
-
Binding consisting of an overload id, a Java-native argument signature, and an overload definition.
- CelFunctionOverload - Interface in dev.cel.runtime
-
Interface describing the general signature of all CEL custom function implementations.
- CelFunctionOverload.Binary<T1,T2> - Interface in dev.cel.runtime
-
Helper interface for describing binary functions where the type parameters are used to improve compile-time correctness of function bindings.
- CelFunctionOverload.Unary<T> - Interface in dev.cel.runtime
-
Helper interface for describing unary functions where the type-parameter is used to improve compile-time correctness of function bindings.
- CelFunctionResolver - Interface in dev.cel.runtime
-
Interface to a resolver for CEL functions based on the function name, overload ids, and arguments.
- CelIndexOutOfBoundsException - Exception in dev.cel.common.exceptions
-
Indicates that a list index access was attempted using an index that is out of bounds.
- CelIndexOutOfBoundsException(Object) - Constructor for exception dev.cel.common.exceptions.CelIndexOutOfBoundsException
- CelInternalRuntimeLibrary - Interface in dev.cel.runtime
-
CelInternalRuntimeLibrary defines the interface to extend functionalities beyond the CEL standard functions for
CelRuntime, with access to runtime internals. - CelInvalidArgumentException - Exception in dev.cel.common.exceptions
-
Indicates that an invalid argument was supplied to a function.
- CelInvalidArgumentException(String) - Constructor for exception dev.cel.common.exceptions.CelInvalidArgumentException
- CelInvalidArgumentException(Throwable) - Constructor for exception dev.cel.common.exceptions.CelInvalidArgumentException
- CelIterationLimitExceededException - Exception in dev.cel.common.exceptions
-
Indicates that the iteration budget for a comprehension has been exceeded.
- CelIterationLimitExceededException(int) - Constructor for exception dev.cel.common.exceptions.CelIterationLimitExceededException
- CelLateFunctionBindings - Class in dev.cel.runtime
-
Collection of
CelFunctionBindingvalues which are intended to be created once per-evaluation, rather than once per-program setup. - CelNumericOverflowException - Exception in dev.cel.common.exceptions
-
Indicates that a numeric overflow occurred due to arithmetic operations or conversions resulting in a value outside the representable range.
- CelNumericOverflowException(String) - Constructor for exception dev.cel.common.exceptions.CelNumericOverflowException
- CelNumericOverflowException(Throwable) - Constructor for exception dev.cel.common.exceptions.CelNumericOverflowException
- celOptions - Variable in class dev.cel.runtime.RuntimeEquality
- CelOverloadNotFoundException - Exception in dev.cel.common.exceptions
-
Indicates that a matching overload could not be found during function dispatch.
- CelOverloadNotFoundException(String) - Constructor for exception dev.cel.common.exceptions.CelOverloadNotFoundException
- CelOverloadNotFoundException(String, Collection<String>) - Constructor for exception dev.cel.common.exceptions.CelOverloadNotFoundException
- CelProtoJsonAdapter - Class in dev.cel.common
-
CelProtoJsonAdapteris a utility to handle conversion from Java native objects representing CEL values to Protobuf's structured value which maps to JSON object schema. - CelResolvedOverload - Class in dev.cel.runtime
-
Representation of a function overload which has been resolved to a specific set of argument types and a function definition.
- CelResolvedOverload() - Constructor for class dev.cel.runtime.CelResolvedOverload
- CelRuntime - Interface in dev.cel.runtime
-
The CelRuntime creates executable
Programinstances fromCelAbstractSyntaxTreevalues. - CelRuntime.Program - Interface in dev.cel.runtime
-
Creates an evaluable
Programinstance which is thread-safe and immutable. - CelRuntimeBuilder - Interface in dev.cel.runtime
-
Interface for building an instance of CelRuntime
- CelRuntimeException - Exception in dev.cel.common.exceptions
-
Wrapper for an unchecked runtime exception with a CelErrorCode supplied.
- CelRuntimeException(Throwable, CelErrorCode) - Constructor for exception dev.cel.common.exceptions.CelRuntimeException
- CelRuntimeFactory - Class in dev.cel.runtime
-
Helper class to construct new
CelRuntimeinstances. - CelRuntimeImpl - Class in dev.cel.runtime
-
CelRuntimeimplementation based on theProgramPlanner. - CelRuntimeImpl() - Constructor for class dev.cel.runtime.CelRuntimeImpl
- CelRuntimeImpl.Builder - Class in dev.cel.runtime
-
Builder for
CelRuntimeImpl. - CelRuntimeLegacyImpl - Class in dev.cel.runtime
-
CelRuntimeimplementation based on the legacy CEL-Java stack. - CelRuntimeLegacyImpl.Builder - Class in dev.cel.runtime
-
Builder class for
CelRuntimeLegacyImpl. - CelRuntimeLibrary - Interface in dev.cel.runtime
-
CelRuntimeLibrary defines the interface to extend functionalities beyond the CEL standard functions for
CelRuntime. - CelStandardFunction - Class in dev.cel.runtime.standard
-
An abstract class that describes a CEL standard function.
- CelStandardFunctions - Class in dev.cel.runtime
-
Runtime function bindings for the standard functions in CEL.
- CelStandardFunctions.Builder - Class in dev.cel.runtime
-
Builder for constructing the set of standard function/identifiers.
- CelStandardFunctions.Builder.FunctionFilter - Interface in dev.cel.runtime
-
Functional interface for filtering standard functions.
- CelStandardFunctions.StandardFunction - Enum in dev.cel.runtime
-
Enumeration of Standard Function bindings.
- CelStandardOverload - Interface in dev.cel.runtime.standard
-
CelStandardOverloaddefines an interface for a standard function's overload. - celType() - Method in class dev.cel.common.values.MutableMapValue
- celType() - Method in class dev.cel.common.values.ProtoMessageValue
- CelUnknownSet - Class in dev.cel.runtime
-
Unknown set representation.
- CelUnknownSet() - Constructor for class dev.cel.runtime.CelUnknownSet
- celValueConverter() - Method in interface dev.cel.common.values.CelValueProvider
- celValueConverter() - Method in class dev.cel.common.values.CombinedCelValueProvider
- celValueConverter() - Method in class dev.cel.common.values.ProtoMessageValueProvider
- CelValueProvider - Interface in dev.cel.common.values
-
CelValueProvider is an interface for constructing new struct values.
- CelVariableResolver - Interface in dev.cel.runtime
-
Functional interface that exposes a method to find a CEL variable value by name.
- CheckedExpr - Class in com.google.api.expr.v1alpha1
-
A CEL expression which has been successfully type checked.
- CheckedExpr.Builder - Class in com.google.api.expr.v1alpha1
-
A CEL expression which has been successfully type checked.
- CheckedExprOrBuilder - Interface in com.google.api.expr.v1alpha1
- checkValid(Instant) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Throws an
IllegalArgumentExceptionif the givenTimestampis not valid. - clear() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- clear() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- clear() - Method in class dev.cel.common.values.MutableMapValue
- clearAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- clearAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- clearAccuVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- clearAffectedComponents() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- clearArgs() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- clearArgTypes() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- clearBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
boolean value.
- clearBoolValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Boolean value.
- clearBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
bytes value.
- clearBytesValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Byte string value.
- clearCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- clearColumn() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The 0-based index of the starting position within the line of source text where the issue occurs.
- clearComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- clearConstantKind() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- clearConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- clearDeclKind() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- clearDoc() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- clearDoc() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- clearDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
double value.
- clearDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Floating point value.
- clearDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- clearDyn() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- clearElements() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- clearElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- clearEntries() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- clearEntries() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- clearEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- clearError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- clearError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- clearErrors() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- clearExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- clearExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The id of the expression this result if for.
- clearExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- clearExprKind() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- clearExprs() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- clearExprSteps() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- clearExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- clearExtensions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- clearField() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- clearFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- clearFunction() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- clearFunction() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
Required.
- clearFunction() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- clearId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.ID of corresponding Expr node.
- clearId() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
Required.
- clearId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- clearId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- clearIdent() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- clearIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- clearInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
int64 value.
- clearInt64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Signed integer value.
- clearIsInstanceFunction() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
- clearIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- clearIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- clearIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- clearKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- clearKeyKind() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- clearKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- clearKind() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- clearKind() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- clearLine() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
- clearLineOffsets() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- clearListExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- clearListType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- clearListValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- clearLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The location name.
- clearLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The soucre location name (e.g.
- clearLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- clearLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- clearMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- clearMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- clearMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- clearMapType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- clearMapValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- clearMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- clearMessageType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Protocol buffer message type.
- clearMinor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- clearName() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
The fully qualified name of the declaration.
- clearName() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
-
Required.
- clearName() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
The fully qualified name of the declaration.
- clearName() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- clearNull() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- clearNullValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
null value.
- clearNullValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Null value.
- clearObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- clearOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The UTF-8 code unit offset.
- clearOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- clearOptionalEntry() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Whether the key-value pair is optional.
- clearOptionalIndices() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- clearOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- clearOverloadId() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- clearOverloads() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- clearParameterTypes() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- clearParams() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- clearPositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- clearPrimitive() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- clearReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- clearResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- clearResults() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- clearResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- clearResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- clearSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- clearSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- clearSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- clearStringValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- clearStringValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- clearStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- clearSyntaxVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The syntax version of the source, e.g.
- clearTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- clearTestOnly() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Whether the select is to be interpreted as a field presence test.
- clearTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- clearType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- clearType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The fully qualified name of the enum type.
- clearType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- clearTypeKind() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- clearTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- clearTypeParam() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- clearTypeParams() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- clearTypeValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- clearUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
uint64 value.
- clearUint64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Unsigned integer value.
- clearUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- clearValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- clearValue() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The value of the enum.
- clearValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- clearValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- clearValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- clearValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- clearValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- clearValueIndex() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.Index of the value in the values list.
- clearValues() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- clearValues() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- clearValues() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- clearValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- clearVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- clearWellKnown() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- clearWrapper() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Wrapper of a primitive type, e.g.
- COLUMN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
- com.google.api.expr.v1alpha1 - package com.google.api.expr.v1alpha1
- combine(ImmutableList<CelValueConverter>) - Static method in class dev.cel.common.values.CombinedCelValueConverter
- combine(CelValueProvider...) - Static method in class dev.cel.common.values.CombinedCelValueProvider
-
Combines the provided first and second
CelValueProvider. - CombinedCelValueConverter - Class in dev.cel.common.values
-
CombinedCelValueConverterdelegates value conversion to a list of underlyingCelValueConverters. - CombinedCelValueProvider - Class in dev.cel.common.values
-
The
CombinedCelValueProvidertakes one or moreCelValueProviderinstances and attempts to create aCelValueinstance for a given struct type name by calling each value provider in the order that they are provided to the constructor. - CombinedMessageFactory(Iterable<ProtoMessageFactory>) - Constructor for class dev.cel.common.internal.ProtoMessageFactory.CombinedMessageFactory
- CombinedMessageFactory(Iterable<MessageFactory>) - Constructor for class dev.cel.runtime.MessageFactory.CombinedMessageFactory
-
Deprecated.
- compare(Duration, Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Compares two durations.
- compare(Timestamp, Timestamp) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Compares two timestamps.
- compareDoubleInt(double, long) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareDoubleUint(double, UnsignedLong) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareIntDouble(long, double) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareIntUint(long, UnsignedLong) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareUintDouble(UnsignedLong, double) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareUintInt(UnsignedLong, long) - Static method in class dev.cel.common.internal.ComparisonFunctions
- ComparisonFunctions - Class in dev.cel.common.internal
-
The
ComparisonFunctionsmethods provide safe cross-type comparisons betweenlong,double, andUnsignedLongvalues. - COMPONENT_PARSER - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Parser.
- COMPONENT_PARSER_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Parser.
- COMPONENT_RUNTIME - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Runtime.
- COMPONENT_RUNTIME_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Runtime.
- COMPONENT_TYPE_CHECKER - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Type checker.
- COMPONENT_TYPE_CHECKER_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Type checker.
- COMPONENT_UNSPECIFIED - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Unspecified, default.
- COMPONENT_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Unspecified, default.
- COMPREHENSION_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- COMPREHENSION_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- concat(List<E>, List<E>) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Concatenates two lists into a new list.
- ConcatenatedListView<E> - Class in dev.cel.runtime
-
A custom list view implementation that allows O(1) concatenation of two lists.
- ConcatenatedListView(Collection<? extends E>) - Constructor for class dev.cel.runtime.ConcatenatedListView
- CONST_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- CONST_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- Constant - Class in com.google.api.expr.v1alpha1
-
Represents a primitive literal.
- Constant.Builder - Class in com.google.api.expr.v1alpha1
-
Represents a primitive literal.
- Constant.ConstantKindCase - Enum in com.google.api.expr.v1alpha1
- CONSTANTKIND_NOT_SET - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- ConstantOrBuilder - Interface in com.google.api.expr.v1alpha1
- CONTAINS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- CONTAINS_STRING - dev.cel.runtime.standard.ContainsFunction.ContainsOverload
- ContainsFunction - Class in dev.cel.runtime.standard
-
Standard function for
contains. - ContainsFunction.ContainsOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- containsKey(Object) - Method in class dev.cel.common.values.MutableMapValue
- containsMacroCalls(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- containsMacroCalls(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- containsMacroCalls(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- containsPositions(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- containsPositions(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id (e.g.
- containsPositions(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id (e.g.
- containsReferenceMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- containsReferenceMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to resolved references.
- containsReferenceMap(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to resolved references.
- containsTypeMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
- containsTypeMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to types.
- containsTypeMap(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to types.
- containsValue(Object) - Method in class dev.cel.common.values.MutableMapValue
- convert(A) - Method in interface dev.cel.common.internal.Converter
- Converter<A,B> - Interface in dev.cel.common.internal
-
Functional interface for converting between two types.
- copyOf(Map<String, ?>) - Static method in class dev.cel.runtime.Activation
-
Creates a binder backed up by a map.
- create() - Static method in class dev.cel.runtime.DescriptorTypeResolver
-
Creates a
DescriptorTypeResolver. - create() - Static method in class dev.cel.runtime.RuntimeHelpers
- create() - Static method in class dev.cel.runtime.standard.AddOperator
- create() - Static method in class dev.cel.runtime.standard.BoolFunction
- create() - Static method in class dev.cel.runtime.standard.BytesFunction
- create() - Static method in class dev.cel.runtime.standard.ContainsFunction
- create() - Static method in class dev.cel.runtime.standard.DivideOperator
- create() - Static method in class dev.cel.runtime.standard.DoubleFunction
- create() - Static method in class dev.cel.runtime.standard.DurationFunction
- create() - Static method in class dev.cel.runtime.standard.DynFunction
- create() - Static method in class dev.cel.runtime.standard.EndsWithFunction
- create() - Static method in class dev.cel.runtime.standard.EqualsOperator
- create() - Static method in class dev.cel.runtime.standard.GetDateFunction
- create() - Static method in class dev.cel.runtime.standard.GetDayOfMonthFunction
- create() - Static method in class dev.cel.runtime.standard.GetDayOfWeekFunction
- create() - Static method in class dev.cel.runtime.standard.GetDayOfYearFunction
- create() - Static method in class dev.cel.runtime.standard.GetFullYearFunction
- create() - Static method in class dev.cel.runtime.standard.GetHoursFunction
- create() - Static method in class dev.cel.runtime.standard.GetMillisecondsFunction
- create() - Static method in class dev.cel.runtime.standard.GetMinutesFunction
- create() - Static method in class dev.cel.runtime.standard.GetMonthFunction
- create() - Static method in class dev.cel.runtime.standard.GetSecondsFunction
- create() - Static method in class dev.cel.runtime.standard.GreaterEqualsOperator
- create() - Static method in class dev.cel.runtime.standard.GreaterOperator
- create() - Static method in class dev.cel.runtime.standard.IndexOperator
- create() - Static method in class dev.cel.runtime.standard.InOperator
- create() - Static method in class dev.cel.runtime.standard.IntFunction
- create() - Static method in class dev.cel.runtime.standard.LessEqualsOperator
- create() - Static method in class dev.cel.runtime.standard.LessOperator
- create() - Static method in class dev.cel.runtime.standard.LogicalNotOperator
- create() - Static method in class dev.cel.runtime.standard.MatchesFunction
- create() - Static method in class dev.cel.runtime.standard.ModuloOperator
- create() - Static method in class dev.cel.runtime.standard.MultiplyOperator
- create() - Static method in class dev.cel.runtime.standard.NegateOperator
- create() - Static method in class dev.cel.runtime.standard.NotEqualsOperator
- create() - Static method in class dev.cel.runtime.standard.NotStrictlyFalseFunction
- create() - Static method in class dev.cel.runtime.standard.SizeFunction
- create() - Static method in class dev.cel.runtime.standard.StartsWithFunction
- create() - Static method in class dev.cel.runtime.standard.StringFunction
- create() - Static method in class dev.cel.runtime.standard.SubtractOperator
- create() - Static method in class dev.cel.runtime.standard.TimestampFunction
- create() - Static method in class dev.cel.runtime.standard.UintFunction
- create(ImmutableList<CelAttribute.Qualifier>) - Static method in class dev.cel.runtime.CelAttribute
-
Creates a CelAttribute.
- create(ImmutableList<CelAttribute.Qualifier>) - Static method in class dev.cel.runtime.CelAttributePattern
-
Constructs a CelAttributePattern from a list of qualifiers.
- create(ImmutableSet<CelAttribute>) - Static method in class dev.cel.runtime.CelUnknownSet
- create(ImmutableSet<CelAttribute>, ImmutableSet<Long>) - Static method in class dev.cel.runtime.CelUnknownSet
- create(Message, CelDescriptorPool, ProtoCelValueConverter, boolean) - Static method in class dev.cel.common.values.ProtoMessageValue
- create(CelDescriptorPool) - Static method in class dev.cel.common.internal.DefaultMessageFactory
- create(DynamicProto, CelOptions) - Static method in class dev.cel.runtime.ProtoMessageRuntimeEquality
- create(DynamicProto, CelOptions) - Static method in class dev.cel.runtime.ProtoMessageRuntimeHelpers
- create(ProtoMessageFactory) - Static method in class dev.cel.common.internal.DynamicProto
- create(CelTypeProvider) - Static method in class dev.cel.runtime.DescriptorTypeResolver
-
Creates a
DescriptorTypeResolver. - create(CelAttribute) - Static method in class dev.cel.runtime.CelUnknownSet
- create(CelAttribute, Iterable<Long>) - Static method in class dev.cel.runtime.CelUnknownSet
- create(CelVariableResolver, Collection<CelAttributePattern>) - Static method in class dev.cel.runtime.UnknownContext
-
Creates an unknown context from a list
- create(GlobalResolver) - Static method in class dev.cel.runtime.UnknownContext
-
Creates a trivial unknown context from a GlobalResolver.
- create(RuntimeHelpers, CelOptions) - Static method in class dev.cel.runtime.RuntimeEquality
- create(AddOperator.AddOverload...) - Static method in class dev.cel.runtime.standard.AddOperator
- create(BoolFunction.BoolOverload...) - Static method in class dev.cel.runtime.standard.BoolFunction
- create(BytesFunction.BytesOverload...) - Static method in class dev.cel.runtime.standard.BytesFunction
- create(ContainsFunction.ContainsOverload...) - Static method in class dev.cel.runtime.standard.ContainsFunction
- create(DivideOperator.DivideOverload...) - Static method in class dev.cel.runtime.standard.DivideOperator
- create(DoubleFunction.DoubleOverload...) - Static method in class dev.cel.runtime.standard.DoubleFunction
- create(DurationFunction.DurationOverload...) - Static method in class dev.cel.runtime.standard.DurationFunction
- create(DynFunction.DynOverload...) - Static method in class dev.cel.runtime.standard.DynFunction
- create(EndsWithFunction.EndsWithOverload...) - Static method in class dev.cel.runtime.standard.EndsWithFunction
- create(EqualsOperator.EqualsOverload...) - Static method in class dev.cel.runtime.standard.EqualsOperator
- create(GetDateFunction.GetDateOverload...) - Static method in class dev.cel.runtime.standard.GetDateFunction
- create(GetDayOfMonthFunction.GetDayOfMonthOverload...) - Static method in class dev.cel.runtime.standard.GetDayOfMonthFunction
- create(GetDayOfWeekFunction.GetDayOfWeekOverload...) - Static method in class dev.cel.runtime.standard.GetDayOfWeekFunction
- create(GetDayOfYearFunction.GetDayOfYearOverload...) - Static method in class dev.cel.runtime.standard.GetDayOfYearFunction
- create(GetFullYearFunction.GetFullYearOverload...) - Static method in class dev.cel.runtime.standard.GetFullYearFunction
- create(GetHoursFunction.GetHoursOverload...) - Static method in class dev.cel.runtime.standard.GetHoursFunction
- create(GetMillisecondsFunction.GetMillisecondsOverload...) - Static method in class dev.cel.runtime.standard.GetMillisecondsFunction
- create(GetMinutesFunction.GetMinutesOverload...) - Static method in class dev.cel.runtime.standard.GetMinutesFunction
- create(GetMonthFunction.GetMonthOverload...) - Static method in class dev.cel.runtime.standard.GetMonthFunction
- create(GetSecondsFunction.GetSecondsOverload...) - Static method in class dev.cel.runtime.standard.GetSecondsFunction
- create(GreaterEqualsOperator.GreaterEqualsOverload...) - Static method in class dev.cel.runtime.standard.GreaterEqualsOperator
- create(GreaterOperator.GreaterOverload...) - Static method in class dev.cel.runtime.standard.GreaterOperator
- create(IndexOperator.IndexOverload...) - Static method in class dev.cel.runtime.standard.IndexOperator
- create(InOperator.InOverload...) - Static method in class dev.cel.runtime.standard.InOperator
- create(IntFunction.IntOverload...) - Static method in class dev.cel.runtime.standard.IntFunction
- create(LessEqualsOperator.LessEqualsOverload...) - Static method in class dev.cel.runtime.standard.LessEqualsOperator
- create(LessOperator.LessOverload...) - Static method in class dev.cel.runtime.standard.LessOperator
- create(LogicalNotOperator.LogicalNotOverload...) - Static method in class dev.cel.runtime.standard.LogicalNotOperator
- create(MatchesFunction.MatchesOverload...) - Static method in class dev.cel.runtime.standard.MatchesFunction
- create(ModuloOperator.ModuloOverload...) - Static method in class dev.cel.runtime.standard.ModuloOperator
- create(MultiplyOperator.MultiplyOverload...) - Static method in class dev.cel.runtime.standard.MultiplyOperator
- create(NegateOperator.NegateOverload...) - Static method in class dev.cel.runtime.standard.NegateOperator
- create(NotEqualsOperator.NotEqualsOverload...) - Static method in class dev.cel.runtime.standard.NotEqualsOperator
- create(SizeFunction.SizeOverload...) - Static method in class dev.cel.runtime.standard.SizeFunction
- create(StartsWithFunction.StartsWithOverload...) - Static method in class dev.cel.runtime.standard.StartsWithFunction
- create(StringFunction.StringOverload...) - Static method in class dev.cel.runtime.standard.StringFunction
- create(SubtractOperator.SubtractOverload...) - Static method in class dev.cel.runtime.standard.SubtractOperator
- create(TimestampFunction.TimestampOverload...) - Static method in class dev.cel.runtime.standard.TimestampFunction
- create(UintFunction.UintOverload...) - Static method in class dev.cel.runtime.standard.UintFunction
- create(TypeResolver) - Static method in class dev.cel.runtime.standard.TypeFunction
- create(Iterable<AddOperator.AddOverload>) - Static method in class dev.cel.runtime.standard.AddOperator
- create(Iterable<BoolFunction.BoolOverload>) - Static method in class dev.cel.runtime.standard.BoolFunction
- create(Iterable<BytesFunction.BytesOverload>) - Static method in class dev.cel.runtime.standard.BytesFunction
- create(Iterable<ContainsFunction.ContainsOverload>) - Static method in class dev.cel.runtime.standard.ContainsFunction
- create(Iterable<DivideOperator.DivideOverload>) - Static method in class dev.cel.runtime.standard.DivideOperator
- create(Iterable<DoubleFunction.DoubleOverload>) - Static method in class dev.cel.runtime.standard.DoubleFunction
- create(Iterable<DurationFunction.DurationOverload>) - Static method in class dev.cel.runtime.standard.DurationFunction
- create(Iterable<DynFunction.DynOverload>) - Static method in class dev.cel.runtime.standard.DynFunction
- create(Iterable<EndsWithFunction.EndsWithOverload>) - Static method in class dev.cel.runtime.standard.EndsWithFunction
- create(Iterable<EqualsOperator.EqualsOverload>) - Static method in class dev.cel.runtime.standard.EqualsOperator
- create(Iterable<GetDateFunction.GetDateOverload>) - Static method in class dev.cel.runtime.standard.GetDateFunction
- create(Iterable<GetDayOfMonthFunction.GetDayOfMonthOverload>) - Static method in class dev.cel.runtime.standard.GetDayOfMonthFunction
- create(Iterable<GetDayOfWeekFunction.GetDayOfWeekOverload>) - Static method in class dev.cel.runtime.standard.GetDayOfWeekFunction
- create(Iterable<GetDayOfYearFunction.GetDayOfYearOverload>) - Static method in class dev.cel.runtime.standard.GetDayOfYearFunction
- create(Iterable<GetFullYearFunction.GetFullYearOverload>) - Static method in class dev.cel.runtime.standard.GetFullYearFunction
- create(Iterable<GetHoursFunction.GetHoursOverload>) - Static method in class dev.cel.runtime.standard.GetHoursFunction
- create(Iterable<GetMillisecondsFunction.GetMillisecondsOverload>) - Static method in class dev.cel.runtime.standard.GetMillisecondsFunction
- create(Iterable<GetMinutesFunction.GetMinutesOverload>) - Static method in class dev.cel.runtime.standard.GetMinutesFunction
- create(Iterable<GetMonthFunction.GetMonthOverload>) - Static method in class dev.cel.runtime.standard.GetMonthFunction
- create(Iterable<GetSecondsFunction.GetSecondsOverload>) - Static method in class dev.cel.runtime.standard.GetSecondsFunction
- create(Iterable<GreaterEqualsOperator.GreaterEqualsOverload>) - Static method in class dev.cel.runtime.standard.GreaterEqualsOperator
- create(Iterable<GreaterOperator.GreaterOverload>) - Static method in class dev.cel.runtime.standard.GreaterOperator
- create(Iterable<IndexOperator.IndexOverload>) - Static method in class dev.cel.runtime.standard.IndexOperator
- create(Iterable<InOperator.InOverload>) - Static method in class dev.cel.runtime.standard.InOperator
- create(Iterable<IntFunction.IntOverload>) - Static method in class dev.cel.runtime.standard.IntFunction
- create(Iterable<LessEqualsOperator.LessEqualsOverload>) - Static method in class dev.cel.runtime.standard.LessEqualsOperator
- create(Iterable<LessOperator.LessOverload>) - Static method in class dev.cel.runtime.standard.LessOperator
- create(Iterable<LogicalNotOperator.LogicalNotOverload>) - Static method in class dev.cel.runtime.standard.LogicalNotOperator
- create(Iterable<MatchesFunction.MatchesOverload>) - Static method in class dev.cel.runtime.standard.MatchesFunction
- create(Iterable<ModuloOperator.ModuloOverload>) - Static method in class dev.cel.runtime.standard.ModuloOperator
- create(Iterable<MultiplyOperator.MultiplyOverload>) - Static method in class dev.cel.runtime.standard.MultiplyOperator
- create(Iterable<NegateOperator.NegateOverload>) - Static method in class dev.cel.runtime.standard.NegateOperator
- create(Iterable<NotEqualsOperator.NotEqualsOverload>) - Static method in class dev.cel.runtime.standard.NotEqualsOperator
- create(Iterable<SizeFunction.SizeOverload>) - Static method in class dev.cel.runtime.standard.SizeFunction
- create(Iterable<StartsWithFunction.StartsWithOverload>) - Static method in class dev.cel.runtime.standard.StartsWithFunction
- create(Iterable<StringFunction.StringOverload>) - Static method in class dev.cel.runtime.standard.StringFunction
- create(Iterable<SubtractOperator.SubtractOverload>) - Static method in class dev.cel.runtime.standard.SubtractOperator
- create(Iterable<TimestampFunction.TimestampOverload>) - Static method in class dev.cel.runtime.standard.TimestampFunction
- create(Iterable<UintFunction.UintOverload>) - Static method in class dev.cel.runtime.standard.UintFunction
- create(Long...) - Static method in class dev.cel.runtime.CelUnknownSet
- create(String) - Static method in class dev.cel.runtime.CelAttribute
-
Creates a CelAttribute from a single root identifier.
- create(String) - Static method in class dev.cel.runtime.CelAttributePattern
-
Constructs a pattern from a single root identifier (single string qualifier).
- create(Collection<Long>, Collection<CelAttribute>) - Static method in class dev.cel.runtime.AccumulatedUnknowns
- create(Map<?, ?>) - Static method in class dev.cel.common.values.MutableMapValue
- createAttributeResolver() - Method in class dev.cel.runtime.UnknownContext
-
Creates an attribute resolver based on registered unknown patterns and resolved attribute values.
- createDurationFromString(String) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Convert a string to a Protobuf Duration.
- createInterpretable(CelAbstractSyntaxTree) - Method in interface dev.cel.runtime.Interpreter
-
Creates an interpretable for the given expression.
- createJavaDurationFromString(String) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Convert a string to a native Java Duration.
- createMessage(String, Map<String, Object>) - Method in class dev.cel.runtime.DescriptorMessageProvider
- createMessage(String, Map<String, Object>) - Method in interface dev.cel.runtime.MessageProvider
-
Create a message based on the fully qualified message name and field-value mapping.
- createProgram(CelAbstractSyntaxTree) - Method in interface dev.cel.runtime.CelRuntime
-
Creates a
Programfrom the inputast. - createProgram(CelAbstractSyntaxTree) - Method in class dev.cel.runtime.CelRuntimeImpl
- createProgram(CelAbstractSyntaxTree) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl
D
- DateTimeHelpers - Class in dev.cel.common.internal
-
Collection of utility methods for CEL datetime handlings.
- Decl - Class in com.google.api.expr.v1alpha1
-
Represents a declaration of a named value or function.
- Decl.Builder - Class in com.google.api.expr.v1alpha1
-
Represents a declaration of a named value or function.
- Decl.DeclKindCase - Enum in com.google.api.expr.v1alpha1
- Decl.FunctionDecl - Class in com.google.api.expr.v1alpha1
-
Function declaration specifies one or more overloads which indicate the function's parameter types and return type.
- Decl.FunctionDecl.Builder - Class in com.google.api.expr.v1alpha1
-
Function declaration specifies one or more overloads which indicate the function's parameter types and return type.
- Decl.FunctionDecl.Overload - Class in com.google.api.expr.v1alpha1
-
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values.
- Decl.FunctionDecl.Overload.Builder - Class in com.google.api.expr.v1alpha1
-
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values.
- Decl.FunctionDecl.OverloadOrBuilder - Interface in com.google.api.expr.v1alpha1
- Decl.FunctionDeclOrBuilder - Interface in com.google.api.expr.v1alpha1
- Decl.IdentDecl - Class in com.google.api.expr.v1alpha1
-
Identifier declaration which specifies its type and optional `Expr` value.
- Decl.IdentDecl.Builder - Class in com.google.api.expr.v1alpha1
-
Identifier declaration which specifies its type and optional `Expr` value.
- Decl.IdentDeclOrBuilder - Interface in com.google.api.expr.v1alpha1
- DECLKIND_NOT_SET - com.google.api.expr.v1alpha1.Decl.DeclKindCase
- DeclOrBuilder - Interface in com.google.api.expr.v1alpha1
- DeclProto - Class in com.google.api.expr.v1alpha1
- DefaultDispatcher - Class in dev.cel.runtime
-
Default implementation of dispatcher.
- DefaultDispatcher.Builder - Class in dev.cel.runtime
-
Builder for
DefaultDispatcher. - DefaultInstanceMessageFactory - Class in dev.cel.common.internal
-
Singleton factory for creating default messages from a protobuf descriptor.
- DefaultInstanceMessageLiteFactory - Class in dev.cel.common.internal
-
Singleton factory for creating default messages from a fully qualified protobuf type name and its java class name.
- DefaultMessageFactory - Class in dev.cel.common.internal
-
DefaultMessageFactory produces
Message.Builderinstances by protobuf name. - DefaultMetadata - Class in dev.cel.runtime
-
Metadata implementation based on
CelAbstractSyntaxTree. - DefaultMetadata(CelAbstractSyntaxTree) - Constructor for class dev.cel.runtime.DefaultMetadata
- DefaultTypeProvider - Class in dev.cel.common.types
-
DefaultTypeProvideris a registry of common CEL types. - DescriptorMessageProvider - Class in dev.cel.runtime
-
An implementation of
RuntimeTypeProviderwhich relies on proto descriptors. - DescriptorMessageProvider(ProtoMessageFactory, CelOptions) - Constructor for class dev.cel.runtime.DescriptorMessageProvider
-
Create a new message provider with a given message factory and custom descriptor set to use when adapting from proto to CEL and vice versa.
- DescriptorMessageProvider(MessageFactory) - Constructor for class dev.cel.runtime.DescriptorMessageProvider
-
Deprecated.Migrate to the CEL-Java fluent APIs. See
CelRuntimeFactory. - DescriptorTypeResolver - Class in dev.cel.runtime
-
DescriptorTypeResolverextendsTypeResolverand additionally resolves incoming protobuf message types using descriptors. - dev.cel.common - package dev.cel.common
- dev.cel.common.exceptions - package dev.cel.common.exceptions
- dev.cel.common.internal - package dev.cel.common.internal
- dev.cel.common.types - package dev.cel.common.types
- dev.cel.common.values - package dev.cel.common.values
- dev.cel.runtime - package dev.cel.runtime
- dev.cel.runtime.planner - package dev.cel.runtime.planner
- dev.cel.runtime.standard - package dev.cel.runtime.standard
- DIVIDE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DIVIDE_DOUBLE - dev.cel.runtime.standard.DivideOperator.DivideOverload
- DIVIDE_INT64 - dev.cel.runtime.standard.DivideOperator.DivideOverload
- DIVIDE_UINT64 - dev.cel.runtime.standard.DivideOperator.DivideOverload
- DivideOperator - Class in dev.cel.runtime.standard
-
Standard function for the division (/) operator.
- DivideOperator.DivideOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- DOC_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- DOC_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- DOUBLE - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Double type.
- DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DOUBLE_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Double converter handles bidirectional conversions between float32 <-> float64 values.
- DOUBLE_TO_DOUBLE - dev.cel.runtime.standard.DoubleFunction.DoubleOverload
- DOUBLE_TO_INT64 - dev.cel.runtime.standard.IntFunction.IntOverload
- DOUBLE_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- DOUBLE_TO_UINT64 - dev.cel.runtime.standard.UintFunction.UintOverload
- DOUBLE_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- DOUBLE_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- DOUBLE_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Double type.
- DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- DoubleFunction - Class in dev.cel.runtime.standard
-
Standard function for
doubleconversion function. - DoubleFunction.DoubleOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- doubleToLongChecked(double) - Static method in class dev.cel.runtime.RuntimeHelpers
- doubleToUnsignedChecked(double) - Static method in class dev.cel.runtime.RuntimeHelpers
- DURATION - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Duration type, internally referenced as `duration`.
- DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DURATION_TO_DURATION - dev.cel.runtime.standard.DurationFunction.DurationOverload
- DURATION_TO_HOURS - dev.cel.runtime.standard.GetHoursFunction.GetHoursOverload
- DURATION_TO_MILLISECONDS - dev.cel.runtime.standard.GetMillisecondsFunction.GetMillisecondsOverload
- DURATION_TO_MINUTES - dev.cel.runtime.standard.GetMinutesFunction.GetMinutesOverload
- DURATION_TO_SECONDS - dev.cel.runtime.standard.GetSecondsFunction.GetSecondsOverload
- DURATION_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- DURATION_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- DURATION_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Duration type, internally referenced as `duration`.
- DURATION_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- DURATION_ZERO - Static variable in class dev.cel.common.internal.ProtoTimeUtils
-
A constant holding the duration of zero.
- DurationFunction - Class in dev.cel.runtime.standard
-
Standard function for
durationconversion function. - DurationFunction.DurationOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- DYN - com.google.api.expr.v1alpha1.Type.TypeKindCase
- DYN - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DYN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- DynamicMessageFactory - Class in dev.cel.runtime
-
Deprecated.Do not use. CEL-Java users should leverage the Fluent APIs instead. See
CelRuntimeFactory. - DynamicProto - Class in dev.cel.common.internal
-
The
DynamicProtoclass supports the conversion ofAnyvalues to concreteMessagetypes based on provided descriptors. - DynFunction - Class in dev.cel.runtime.standard
-
Standard function for
dynconversion function. - DynFunction.DynOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
E
- ELEM_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.ListType
- ELEMENTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateList
- EMPTY - Static variable in class dev.cel.runtime.Activation
-
An empty binder which resolves everything to null.
- EMPTY - Static variable in class dev.cel.runtime.CelAttribute
-
Empty attribute.
- EMPTY - Static variable in interface dev.cel.runtime.GlobalResolver
-
An empty binder which resolves everything to null.
- ENDS_WITH - dev.cel.runtime.CelStandardFunctions.StandardFunction
- ENDS_WITH_STRING - dev.cel.runtime.standard.EndsWithFunction.EndsWithOverload
- EndsWithFunction - Class in dev.cel.runtime.standard
-
Standard function for
endsWith. - EndsWithFunction.EndsWithOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- enforceStrictness(Object, Object) - Static method in class dev.cel.runtime.InterpreterUtil
-
Enforces strictness on both lhs/rhs arguments from logical operators (i.e: intentionally throws an appropriate exception when
Throwableis encountered as part of evaluated result. - ENTRIES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- ENTRIES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue
- entrySet() - Method in class dev.cel.common.values.MutableMapValue
- ENUM_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- ENUM_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- EnumValue - Class in com.google.api.expr.v1alpha1
-
An enum value.
- EnumValue.Builder - Class in com.google.api.expr.v1alpha1
-
An enum value.
- EnumValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- equals(Message, Message) - Method in class dev.cel.common.internal.ProtoEquality
- equals(Object) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Constant
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- equals(Object) - Method in class com.google.api.expr.v1alpha1.EnumValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ErrorSet
- equals(Object) - Method in class com.google.api.expr.v1alpha1.EvalState
- equals(Object) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Call
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Select
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ExprValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ListValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- equals(Object) - Method in class com.google.api.expr.v1alpha1.MapValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Reference
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourcePosition
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.ListType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.MapType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.UnknownSet
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Value
- EQUALS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- EQUALS - dev.cel.runtime.standard.EqualsOperator.EqualsOverload
- EqualsOperator - Class in dev.cel.runtime.standard
-
Standard function for the equals (=) operator.
- EqualsOperator.EqualsOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- ERROR - com.google.api.expr.v1alpha1.ExprValue.KindCase
- ERROR - com.google.api.expr.v1alpha1.Type.TypeKindCase
- ERROR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
- ERROR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- ERRORS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ErrorSet
- ErrorSet - Class in com.google.api.expr.v1alpha1
-
A set of errors.
- ErrorSet.Builder - Class in com.google.api.expr.v1alpha1
-
A set of errors.
- ErrorSetOrBuilder - Interface in com.google.api.expr.v1alpha1
- eval() - Method in class dev.cel.runtime.planner.PlannedProgram
- eval() - Method in interface dev.cel.runtime.Program
-
Evaluate the expression without any variables.
- eval(Message) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Evaluate the expression using
messagefields as the source of input variables. - eval(CelVariableResolver) - Method in class dev.cel.runtime.planner.PlannedProgram
- eval(CelVariableResolver) - Method in interface dev.cel.runtime.Program
-
Evaluate a compiled program with a custom variable
resolver. - eval(CelVariableResolver, CelFunctionResolver) - Method in class dev.cel.runtime.planner.PlannedProgram
- eval(CelVariableResolver, CelFunctionResolver) - Method in interface dev.cel.runtime.Program
-
Evaluate a compiled program with a custom variable
resolverand late-bound functionslateBoundFunctionResolver. - eval(GlobalResolver) - Method in interface dev.cel.runtime.Interpretable
-
Runs interpretation with the given activation which supplies name/value bindings.
- eval(GlobalResolver, CelEvaluationListener) - Method in interface dev.cel.runtime.Interpretable
-
Runs interpretation with the given activation which supplies name/value bindings.
- eval(GlobalResolver, CelFunctionResolver) - Method in interface dev.cel.runtime.Interpretable
-
Runs interpretation with the given activation which supplies name/value bindings.
- eval(GlobalResolver, CelFunctionResolver, CelEvaluationListener) - Method in interface dev.cel.runtime.Interpretable
-
Runs interpretation with the given activation which supplies name/value bindings.
- eval(PartialVars) - Method in class dev.cel.runtime.planner.PlannedProgram
- eval(PartialVars) - Method in interface dev.cel.runtime.Program
-
Evaluate a compiled program with unknown attribute patterns
partialVars. - eval(Map<String, ?>) - Method in class dev.cel.runtime.planner.PlannedProgram
- eval(Map<String, ?>) - Method in interface dev.cel.runtime.Program
-
Evaluate the expression using a
mapValueas the source of input variables. - eval(Map<String, ?>, CelFunctionResolver) - Method in class dev.cel.runtime.planner.PlannedProgram
- eval(Map<String, ?>, CelFunctionResolver) - Method in interface dev.cel.runtime.Program
-
Evaluate a compiled program with
mapValueand late-bound functionslateBoundFunctionResolver. - evalOrThrow(PlannedInterpretable, GlobalResolver, CelFunctionResolver, PartialVars, CelEvaluationListener) - Method in class dev.cel.runtime.planner.PlannedProgram
- EvalProto - Class in com.google.api.expr.v1alpha1
- EvalState - Class in com.google.api.expr.v1alpha1
-
The state of an evaluation.
- EvalState.Builder - Class in com.google.api.expr.v1alpha1
-
The state of an evaluation.
- EvalState.Result - Class in com.google.api.expr.v1alpha1
-
A single evalution result.
- EvalState.Result.Builder - Class in com.google.api.expr.v1alpha1
-
A single evalution result.
- EvalState.ResultOrBuilder - Interface in com.google.api.expr.v1alpha1
- EvalStateOrBuilder - Interface in com.google.api.expr.v1alpha1
- evalTrackingUnknowns(RuntimeUnknownResolver, Optional<? extends CelFunctionResolver>, Optional<CelEvaluationListener>) - Method in interface dev.cel.runtime.UnknownTrackingInterpretable
-
Runs interpretation with the given activation which supplies name/value bindings with the ability to track and resolve unknown variables as they are encountered.
- excludeFunctions(CelStandardFunctions.StandardFunction...) - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- excludeFunctions(Iterable<CelStandardFunctions.StandardFunction>) - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- Explain - Class in com.google.api.expr.v1alpha1
-
Deprecated.
- Explain.Builder - Class in com.google.api.expr.v1alpha1
-
Deprecated.Values of intermediate expressions produced when evaluating expression.
- Explain.ExprStep - Class in com.google.api.expr.v1alpha1
-
Deprecated.ID and value index of one step.
- Explain.ExprStep.Builder - Class in com.google.api.expr.v1alpha1
-
Deprecated.ID and value index of one step.
- Explain.ExprStepOrBuilder - Interface in com.google.api.expr.v1alpha1
-
Deprecated.
- ExplainOrBuilder - Interface in com.google.api.expr.v1alpha1
-
Deprecated.
- ExplainProto - Class in com.google.api.expr.v1alpha1
- Expr - Class in com.google.api.expr.v1alpha1
-
An abstract representation of a common expression.
- EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState.Result
- EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ParsedExpr
- EXPR_STEPS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- EXPR_VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- Expr.Builder - Class in com.google.api.expr.v1alpha1
-
An abstract representation of a common expression.
- Expr.Call - Class in com.google.api.expr.v1alpha1
-
A call expression, including calls to predefined functions and operators.
- Expr.Call.Builder - Class in com.google.api.expr.v1alpha1
-
A call expression, including calls to predefined functions and operators.
- Expr.CallOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.Comprehension - Class in com.google.api.expr.v1alpha1
-
A comprehension expression applied to a list or map.
- Expr.Comprehension.Builder - Class in com.google.api.expr.v1alpha1
-
A comprehension expression applied to a list or map.
- Expr.ComprehensionOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.CreateList - Class in com.google.api.expr.v1alpha1
-
A list creation expression.
- Expr.CreateList.Builder - Class in com.google.api.expr.v1alpha1
-
A list creation expression.
- Expr.CreateListOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.CreateStruct - Class in com.google.api.expr.v1alpha1
-
A map or message creation expression.
- Expr.CreateStruct.Builder - Class in com.google.api.expr.v1alpha1
-
A map or message creation expression.
- Expr.CreateStruct.Entry - Class in com.google.api.expr.v1alpha1
-
Represents an entry.
- Expr.CreateStruct.Entry.Builder - Class in com.google.api.expr.v1alpha1
-
Represents an entry.
- Expr.CreateStruct.Entry.KeyKindCase - Enum in com.google.api.expr.v1alpha1
- Expr.CreateStruct.EntryOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.CreateStructOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.ExprKindCase - Enum in com.google.api.expr.v1alpha1
- Expr.Ident - Class in com.google.api.expr.v1alpha1
-
An identifier expression.
- Expr.Ident.Builder - Class in com.google.api.expr.v1alpha1
-
An identifier expression.
- Expr.IdentOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.Select - Class in com.google.api.expr.v1alpha1
-
A field selection expression.
- Expr.Select.Builder - Class in com.google.api.expr.v1alpha1
-
A field selection expression.
- Expr.SelectOrBuilder - Interface in com.google.api.expr.v1alpha1
- EXPRKIND_NOT_SET - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- ExprOrBuilder - Interface in com.google.api.expr.v1alpha1
- EXPRS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.UnknownSet
- ExprValue - Class in com.google.api.expr.v1alpha1
-
The value of an evaluated expression.
- ExprValue.Builder - Class in com.google.api.expr.v1alpha1
-
The value of an evaluated expression.
- ExprValue.KindCase - Enum in com.google.api.expr.v1alpha1
- ExprValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- extend(Activation) - Method in class dev.cel.runtime.Activation
-
Extends this binder by another binder.
- extend(Collection<CelAttributePattern>) - Method in class dev.cel.runtime.UnknownContext
-
Extends an existing
UnknownContextby adding more attribute patterns to it. - EXTENSIONS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
F
- FIELD_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
- FIELD_KEY - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- FIELD_KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- filterFunctions(CelStandardFunctions.Builder.FunctionFilter) - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- find(Object) - Method in class dev.cel.common.values.MutableMapValue
- find(String) - Method in class dev.cel.common.values.ProtoMessageValue
- find(String) - Method in interface dev.cel.runtime.CelVariableResolver
-
Find a variable value, if present, by
name. - findInMap(Map<?, ?>, Object) - Method in class dev.cel.runtime.RuntimeEquality
- findOverload(String) - Method in class dev.cel.runtime.DefaultDispatcher
- findOverloadMatchingArgs(String, Object[]) - Method in interface dev.cel.runtime.CelFunctionResolver
-
Finds a specific function overload to invoke based on given parameters, scanning all available overloads if necessary.
- findOverloadMatchingArgs(String, Object[]) - Method in class dev.cel.runtime.CelLateFunctionBindings
- findOverloadMatchingArgs(String, Object[]) - Method in class dev.cel.runtime.DefaultDispatcher
- findOverloadMatchingArgs(String, Collection<String>, Object[]) - Method in interface dev.cel.runtime.CelFunctionResolver
-
Finds a specific function overload to invoke based on given parameters.
- findOverloadMatchingArgs(String, Collection<String>, Object[]) - Method in class dev.cel.runtime.CelLateFunctionBindings
- findOverloadMatchingArgs(String, Collection<String>, Object[]) - Method in class dev.cel.runtime.DefaultDispatcher
- findType(String) - Method in class dev.cel.common.types.DefaultTypeProvider
- forFieldResolution(String...) - Static method in exception dev.cel.common.exceptions.CelAttributeNotFoundException
- forFieldResolution(Collection<String>) - Static method in exception dev.cel.common.exceptions.CelAttributeNotFoundException
- forMissingAttributes(Collection<String>) - Static method in exception dev.cel.common.exceptions.CelAttributeNotFoundException
- forMissingMapKey(String) - Static method in exception dev.cel.common.exceptions.CelAttributeNotFoundException
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
- forwardConverter() - Method in class dev.cel.common.internal.BidiConverter
-
Return the
Converterwhich adapts from proto values to CEL values. - from(CelFunctionBinding...) - Static method in class dev.cel.runtime.CelLateFunctionBindings
- from(String, Class<T>, CelFunctionOverload.Unary<T>) - Static method in interface dev.cel.runtime.CelFunctionBinding
-
Create a unary function binding from the
overloadId,arg, andimpl. - from(String, Class<T>, CelFunctionOverload.Unary<T>, boolean) - Static method in class dev.cel.runtime.InternalFunctionBinder
-
Create a unary function binding from the
overloadId,arg,impl, and isStrict. - from(String, Class<T1>, Class<T2>, CelFunctionOverload.Binary<T1, T2>) - Static method in interface dev.cel.runtime.CelFunctionBinding
-
Create a binary function binding from the
overloadId,arg1,arg2, andimpl. - from(String, Iterable<Class<?>>, CelFunctionOverload) - Static method in interface dev.cel.runtime.CelFunctionBinding
-
Create a function binding from the
overloadId,argTypes, andimpl. - from(String, Iterable<Class<?>>, CelFunctionOverload, boolean) - Static method in class dev.cel.runtime.InternalFunctionBinder
-
Create a function binding from the
overloadId,argTypes,implandisStrict. - from(Collection<CelFunctionBinding>) - Static method in class dev.cel.runtime.CelLateFunctionBindings
- fromGeneric(Object) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
-
Creates a Qualifier from a generic object.
- fromMillisToDuration(long) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Create a Timestamp from the number of seconds elapsed from the epoch.
- fromOverloads(String, CelFunctionBinding...) - Static method in interface dev.cel.runtime.CelFunctionBinding
- fromOverloads(String, Collection<CelFunctionBinding>) - Static method in interface dev.cel.runtime.CelFunctionBinding
-
Creates a set of bindings for a function, enabling dynamic dispatch logic to select the correct overload at runtime based on argument types.
- fromProtoMessageFieldToCelValue(Message, Descriptors.FieldDescriptor) - Method in class dev.cel.common.values.ProtoCelValueConverter
-
Adapts the protobuf message field.
- fromQualifiedIdentifier(String) - Static method in class dev.cel.runtime.CelAttribute
-
Attempts to parse a dot qualified identifier into a CEL attribute.
- fromQualifiedIdentifier(String) - Static method in class dev.cel.runtime.CelAttributePattern
-
Attempts to parse a dot qualified identifier into a CEL attribute.
- fromResolver(GlobalResolver) - Static method in class dev.cel.runtime.RuntimeUnknownResolver
- fromSecondsToDuration(long) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Create a Timestamp from the number of seconds elapsed from the epoch.
- fromSecondsToTimestamp(long) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Create a Timestamp from the number of seconds elapsed from the epoch.
- fromWellKnownProto(MessageLiteOrBuilder, WellKnownProto) - Method in class dev.cel.common.values.BaseProtoCelValueConverter
- fromWellKnownProto(MessageLiteOrBuilder, WellKnownProto) - Method in class dev.cel.common.values.ProtoCelValueConverter
- FUNCTION - com.google.api.expr.v1alpha1.Decl.DeclKindCase
- FUNCTION - com.google.api.expr.v1alpha1.Type.TypeKindCase
- FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl
- FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
- FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
G
- get(int) - Method in class dev.cel.runtime.ConcatenatedListView
- get(Object) - Method in class dev.cel.common.values.MutableMapValue
- GET_DATE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_DAY_OF_MONTH - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_DAY_OF_WEEK - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_DAY_OF_YEAR - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_FULL_YEAR - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_HOURS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_MILLISECONDS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_MINUTES - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_MONTH - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_SECONDS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- getAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- getAbstractType() - Method in class com.google.api.expr.v1alpha1.Type
-
Abstract, application defined type.
- getAbstractType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Abstract, application defined type.
- getAbstractTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- getAbstractTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- getAbstractTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
-
Abstract, application defined type.
- getAbstractTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Abstract, application defined type.
- getAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- getAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The initial value of the accumulator.
- getAccuInit() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The initial value of the accumulator.
- getAccuInitBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- getAccuInitOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- getAccuInitOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The initial value of the accumulator.
- getAccuInitOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The initial value of the accumulator.
- getAccuVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- getAccuVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the variable used for accumulation of the result.
- getAccuVar() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the variable used for accumulation of the result.
- getAccuVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- getAccuVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the variable used for accumulation of the result.
- getAccuVarBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the variable used for accumulation of the result.
- getAffectedComponents(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponents(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponents(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getArgs(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgs(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The arguments.
- getArgs(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The arguments.
- getArgsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsCount() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsCount() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The arguments.
- getArgsCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The arguments.
- getArgsList() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsList() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The arguments.
- getArgsList() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The arguments.
- getArgsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The arguments.
- getArgsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The arguments.
- getArgsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The arguments.
- getArgsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The arguments.
- getArgTypes() - Method in interface dev.cel.runtime.CelFunctionBinding
- getArgTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Argument types of the function.
- getArgTypes(int) - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Argument types of the function.
- getArgTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Argument types of the function.
- getArgTypesCount() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Argument types of the function.
- getArgTypesList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Argument types of the function.
- getArgTypesList() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Argument types of the function.
- getArgTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Argument types of the function.
- getArgTypesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Argument types of the function.
- getArgTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Argument types of the function.
- getArgTypesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Argument types of the function.
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
boolean value.
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
boolean value.
- getBoolValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
boolean value.
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Boolean value.
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Boolean value.
- getBoolValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Boolean value.
- getBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
bytes value.
- getBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
bytes value.
- getBytesValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
bytes value.
- getBytesValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Byte string value.
- getBytesValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Byte string value.
- getBytesValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Byte string value.
- getCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- getCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A call expression, including calls to predefined functions and operators.
- getCallExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A call expression, including calls to predefined functions and operators.
- getCallExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- getCallExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- getCallExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
-
A call expression, including calls to predefined functions and operators.
- getCallExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A call expression, including calls to predefined functions and operators.
- getColumn() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The 0-based index of the starting position within the line of source text where the issue occurs.
- getColumn() - Method in class com.google.api.expr.v1alpha1.SourcePosition
-
The 0-based index of the starting position within the line of source text where the issue occurs.
- getColumn() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
-
The 0-based index of the starting position within the line of source text where the issue occurs.
- getComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- getComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A comprehension expression.
- getComprehensionExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A comprehension expression.
- getComprehensionExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- getComprehensionExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- getComprehensionExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
-
A comprehension expression.
- getComprehensionExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A comprehension expression.
- getConstantKindCase() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- getConstantKindCase() - Method in class com.google.api.expr.v1alpha1.Constant
- getConstantKindCase() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
- getConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- getConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A literal expression.
- getConstExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A literal expression.
- getConstExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- getConstExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- getConstExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
-
A literal expression.
- getConstExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A literal expression.
- GetDateFunction - Class in dev.cel.runtime.standard
-
Standard function for
getDate. - GetDateFunction.GetDateOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- GetDayOfMonthFunction - Class in dev.cel.runtime.standard
-
Standard function for
getDayOfMonth. - GetDayOfMonthFunction.GetDayOfMonthOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- GetDayOfWeekFunction - Class in dev.cel.runtime.standard
-
Standard function for
getDayOfWeek. - GetDayOfWeekFunction.GetDayOfWeekOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- GetDayOfYearFunction - Class in dev.cel.runtime.standard
-
Standard function for
getDayOfYear. - GetDayOfYearFunction.GetDayOfYearOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- getDeclKindCase() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- getDeclKindCase() - Method in class com.google.api.expr.v1alpha1.Decl
- getDeclKindCase() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Constant
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.EnumValue
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.EvalState
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ExprValue
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ListValue
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.MapValue
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Reference
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Value
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Constant
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ListValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Reference
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Value
- getDefinition() - Method in interface dev.cel.runtime.CelFunctionBinding
- getDefinition() - Method in class dev.cel.runtime.CelResolvedOverload
-
The function definition.
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Constant.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Constant
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.DeclProto
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EnumValue
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalProto
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ExplainProto
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ExprValue
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ListValue.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ListValue
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Reference.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Reference
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SyntaxProto
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Value.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Value
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ValueProto
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- getDescriptorPool() - Method in class dev.cel.common.internal.DefaultMessageFactory
- getDescriptorPool() - Method in interface dev.cel.common.internal.ProtoMessageFactory
-
Gets the underlying descriptor pool used to construct proto messages.
- getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Documentation string for the overload.
- getDoc() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Documentation string for the overload.
- getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
Documentation string for the identifier.
- getDoc() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
Documentation string for the identifier.
- getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Documentation string for the overload.
- getDocBytes() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Documentation string for the overload.
- getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
Documentation string for the identifier.
- getDocBytes() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
Documentation string for the identifier.
- getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
double value.
- getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
double value.
- getDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
double value.
- getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Floating point value.
- getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Floating point value.
- getDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Floating point value.
- getDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- getDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- getDurationValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- getDurationValueBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- getDurationValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- getDurationValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.
- getDurationValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.
- getDyn() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- getDyn() - Method in class com.google.api.expr.v1alpha1.Type
-
Dynamic type.
- getDyn() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Dynamic type.
- getDynBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- getDynOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- getDynOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
-
Dynamic type.
- getDynOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Dynamic type.
- getElements(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- getElements(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The elements part of the list.
- getElements(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The elements part of the list.
- getElementsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The elements part of the list.
- getElementsCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The elements part of the list.
- getElementsList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The elements part of the list.
- getElementsList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The elements part of the list.
- getElementsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The elements part of the list.
- getElementsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The elements part of the list.
- getElementsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The elements part of the list.
- getElementsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The elements part of the list.
- getElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- getElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
-
The element type.
- getElemType() - Method in interface com.google.api.expr.v1alpha1.Type.ListTypeOrBuilder
-
The element type.
- getElemTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- getElemTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- getElemTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType
-
The element type.
- getElemTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.ListTypeOrBuilder
-
The element type.
- getEntries(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntries(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The entries in the creation expression.
- getEntries(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntries(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- getEntries(int) - Method in class com.google.api.expr.v1alpha1.MapValue
-
The set of map entries.
- getEntries(int) - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
-
The set of map entries.
- getEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- getEntriesBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesBuilderList() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- getEntriesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesCount() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- getEntriesCount() - Method in class com.google.api.expr.v1alpha1.MapValue
-
The set of map entries.
- getEntriesCount() - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
-
The set of map entries.
- getEntriesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesList() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- getEntriesList() - Method in class com.google.api.expr.v1alpha1.MapValue
-
The set of map entries.
- getEntriesList() - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
-
The set of map entries.
- getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue
-
The set of map entries.
- getEntriesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
-
The set of map entries.
- getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.MapValue
-
The set of map entries.
- getEntriesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
-
The set of map entries.
- getEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- getEnumValue() - Method in class com.google.api.expr.v1alpha1.Value
-
An enum value.
- getEnumValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
An enum value.
- getEnumValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- getEnumValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- getEnumValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
An enum value.
- getEnumValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
An enum value.
- getError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- getError() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of errors in the critical path of evalution.
- getError() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of errors in the critical path of evalution.
- getError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- getError() - Method in class com.google.api.expr.v1alpha1.Type
-
Error type.
- getError() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Error type.
- getErrorBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- getErrorBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- getErrorCode() - Method in exception dev.cel.common.exceptions.CelRuntimeException
- getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of errors in the critical path of evalution.
- getErrorOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of errors in the critical path of evalution.
- getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
-
Error type.
- getErrorOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Error type.
- getErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrors(int) - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsCount() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsCount() - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsCount() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsList() - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsList() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- getExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The checked expression.
- getExpr() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The checked expression.
- getExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The id of the expression this result if for.
- getExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
-
The id of the expression this result if for.
- getExpr() - Method in interface com.google.api.expr.v1alpha1.EvalState.ResultOrBuilder
-
The id of the expression this result if for.
- getExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- getExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The parsed expression.
- getExpr() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The parsed expression.
- getExprBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- getExprBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- getExprKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- getExprKindCase() - Method in class com.google.api.expr.v1alpha1.Expr
- getExprKindCase() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
- getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The checked expression.
- getExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The checked expression.
- getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The parsed expression.
- getExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The parsed expression.
- getExprs(int) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprs(int) - Method in class com.google.api.expr.v1alpha1.UnknownSet
-
The ids of the expressions with unknown values.
- getExprs(int) - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
-
The ids of the expressions with unknown values.
- getExprsCount() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprsCount() - Method in class com.google.api.expr.v1alpha1.UnknownSet
-
The ids of the expressions with unknown values.
- getExprsCount() - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
-
The ids of the expressions with unknown values.
- getExprsList() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprsList() - Method in class com.google.api.expr.v1alpha1.UnknownSet
-
The ids of the expressions with unknown values.
- getExprsList() - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
-
The ids of the expressions with unknown values.
- getExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprSteps(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsCount() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsCount() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsCount() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersion() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersionBytes() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersionBytes() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersionBytes() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensions(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsBuilderList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getField() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- getField() - Method in class com.google.api.expr.v1alpha1.Expr.Select
-
Required.
- getField() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
-
Required.
- getFieldBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- getFieldBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Select
-
Required.
- getFieldBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
-
Required.
- getFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- getFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
The field key for a message creator statement.
- getFieldKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
The field key for a message creator statement.
- getFieldKeyBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- getFieldKeyBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
The field key for a message creator statement.
- getFieldKeyBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
The field key for a message creator statement.
- GetFullYearFunction - Class in dev.cel.runtime.standard
-
Standard function for
getFullYear. - GetFullYearFunction.GetFullYearOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- getFunction() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- getFunction() - Method in class com.google.api.expr.v1alpha1.Decl
-
Function declaration.
- getFunction() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
Function declaration.
- getFunction() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
Required.
- getFunction() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
Required.
- getFunction() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
Required.
- getFunction() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- getFunction() - Method in class com.google.api.expr.v1alpha1.Type
-
Function type.
- getFunction() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Function type.
- getFunctionBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- getFunctionBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- getFunctionBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
Required.
- getFunctionBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
Required.
- getFunctionBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
Required.
- getFunctionName() - Method in class dev.cel.runtime.CelResolvedOverload
-
The base function name.
- getFunctionName() - Method in interface dev.cel.runtime.InternalCelFunctionBinding
- getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl
-
Function declaration.
- getFunctionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
Function declaration.
- getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
-
Function type.
- getFunctionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Function type.
- GetHoursFunction - Class in dev.cel.runtime.standard
-
Standard function for
getHours. - GetHoursFunction.GetHoursOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- getId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in interface com.google.api.expr.v1alpha1.Explain.ExprStepOrBuilder
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Required.
- getId() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr
-
Required.
- getId() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- getId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Identifier for the extension.
- getId() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Identifier for the extension.
- getIdBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- getIdBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Identifier for the extension.
- getIdBytes() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Identifier for the extension.
- getIdent() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- getIdent() - Method in class com.google.api.expr.v1alpha1.Decl
-
Identifier declaration.
- getIdent() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
Identifier declaration.
- getIdentBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- getIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- getIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
An identifier expression.
- getIdentExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
An identifier expression.
- getIdentExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- getIdentExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- getIdentExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
-
An identifier expression.
- getIdentExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
An identifier expression.
- getIdentOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- getIdentOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl
-
Identifier declaration.
- getIdentOrBuilder() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
Identifier declaration.
- getInstance() - Static method in class dev.cel.common.internal.DefaultInstanceMessageFactory
-
Gets a single instance of this MessageFactory
- getInstance() - Static method in class dev.cel.common.internal.DefaultInstanceMessageLiteFactory
-
Gets a single instance of this DefaultInstanceMessageLiteFactory
- getInstance() - Static method in class dev.cel.common.types.DefaultTypeProvider
- getInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
int64 value.
- getInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant
-
int64 value.
- getInt64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
int64 value.
- getInt64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Signed integer value.
- getInt64Value() - Method in class com.google.api.expr.v1alpha1.Value
-
Signed integer value.
- getInt64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Signed integer value.
- getIsInstanceFunction() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
- getIsInstanceFunction() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
- getIsInstanceFunction() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
- getIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- getIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which the comprehension iterates.
- getIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which the comprehension iterates.
- getIterRangeBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- getIterRangeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- getIterRangeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which the comprehension iterates.
- getIterRangeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which the comprehension iterates.
- getIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- getIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the first iteration variable.
- getIterVar() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the first iteration variable.
- getIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- getIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the second iteration variable, empty if not set.
- getIterVar2() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the second iteration variable, empty if not set.
- getIterVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- getIterVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the first iteration variable.
- getIterVarBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the first iteration variable.
- getKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- getKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The key.
- getKey() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The key.
- getKeyBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- getKeyKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- getKeyKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getKeyKindCase() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
- getKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- getKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The key.
- getKeyOrBuilder() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The key.
- getKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- getKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
-
The type of the key.
- getKeyType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
-
The type of the key.
- getKeyTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- getKeyTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- getKeyTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType
-
The type of the key.
- getKeyTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
-
The type of the key.
- getKindCase() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- getKindCase() - Method in class com.google.api.expr.v1alpha1.ExprValue
- getKindCase() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
- getKindCase() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- getKindCase() - Method in class com.google.api.expr.v1alpha1.Value
- getKindCase() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
- getLine() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
- getLine() - Method in class com.google.api.expr.v1alpha1.SourcePosition
-
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
- getLine() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
-
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
- getLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsets(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getListExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- getListExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A list creation expression.
- getListExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A list creation expression.
- getListExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- getListExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- getListExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
-
A list creation expression.
- getListExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A list creation expression.
- getListType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- getListType() - Method in class com.google.api.expr.v1alpha1.Type
-
Parameterized list with elements of `list_type`, e.g.
- getListType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Parameterized list with elements of `list_type`, e.g.
- getListTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- getListTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- getListTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
-
Parameterized list with elements of `list_type`, e.g.
- getListTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Parameterized list with elements of `list_type`, e.g.
- getListValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- getListValue() - Method in class com.google.api.expr.v1alpha1.Value
-
List value.
- getListValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
List value.
- getListValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- getListValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- getListValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
List value.
- getListValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
List value.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The location name.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
The location name.
- getLocation() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
The location name.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The soucre location name (e.g.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition
-
The soucre location name (e.g.
- getLocation() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
-
The soucre location name (e.g.
- getLocation() - Method in class dev.cel.runtime.DefaultMetadata
- getLocation() - Method in interface dev.cel.runtime.Metadata
-
Returns the location (like a filename) of the interpreted expression.
- getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The location name.
- getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
The location name.
- getLocationBytes() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
The location name.
- getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The soucre location name (e.g.
- getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourcePosition
-
The soucre location name (e.g.
- getLocationBytes() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
-
The soucre location name (e.g.
- getLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopConditionBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopConditionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopConditionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopConditionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStepBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStepOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStepOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStepOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Deprecated.
- getMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
Deprecated.
- getMacroCalls() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
Deprecated.
- getMacroCallsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- getMacroCallsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getMacroCallsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsMap() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsOrDefault(long, Expr) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsOrDefault(long, Expr) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsOrDefault(long, Expr) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMacroCallsOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- getMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- getMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
-
Major version changes indicate different required support level from the required components.
- getMajor() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.Extension.VersionOrBuilder
-
Major version changes indicate different required support level from the required components.
- getMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- getMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
The key expression for a map creation statement.
- getMapKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
The key expression for a map creation statement.
- getMapKeyBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- getMapKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- getMapKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
The key expression for a map creation statement.
- getMapKeyOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
The key expression for a map creation statement.
- getMapType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- getMapType() - Method in class com.google.api.expr.v1alpha1.Type
-
Parameterized map with typed keys and values.
- getMapType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Parameterized map with typed keys and values.
- getMapTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- getMapTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- getMapTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
-
Parameterized map with typed keys and values.
- getMapTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Parameterized map with typed keys and values.
- getMapValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- getMapValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Map value.
- getMapValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Map value.
- getMapValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- getMapValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- getMapValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
Map value.
- getMapValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Map value.
- getMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- getMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The type name of the message to be created, empty when creating map literals.
- getMessageName() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The type name of the message to be created, empty when creating map literals.
- getMessageNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- getMessageNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The type name of the message to be created, empty when creating map literals.
- getMessageNameBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The type name of the message to be created, empty when creating map literals.
- getMessageType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Protocol buffer message type.
- getMessageType() - Method in class com.google.api.expr.v1alpha1.Type
-
Protocol buffer message type.
- getMessageType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Protocol buffer message type.
- getMessageTypeBytes() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Protocol buffer message type.
- getMessageTypeBytes() - Method in class com.google.api.expr.v1alpha1.Type
-
Protocol buffer message type.
- getMessageTypeBytes() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Protocol buffer message type.
- getMethod(Class<?>, String, Class<?>...) - Static method in class dev.cel.common.internal.ReflectionUtil
- GetMillisecondsFunction - Class in dev.cel.runtime.standard
-
Standard function for
getMilliseconds. - GetMillisecondsFunction.GetMillisecondsOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- getMinor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- getMinor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- getMinor() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.Extension.VersionOrBuilder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- GetMinutesFunction - Class in dev.cel.runtime.standard
-
Standard function for
getMinutes. - GetMinutesFunction.GetMinutesOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- GetMonthFunction - Class in dev.cel.runtime.standard
-
Standard function runtime definition for
getMonth. - GetMonthFunction.GetMonthOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- getMutableMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Deprecated.
- getMutablePositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Deprecated.
- getMutableReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
Deprecated.
- getMutableTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
Deprecated.
- getName() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
The fully qualified name of the declaration.
- getName() - Method in class com.google.api.expr.v1alpha1.Decl
-
The fully qualified name of the declaration.
- getName() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
The fully qualified name of the declaration.
- getName() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
-
Required.
- getName() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
-
Required.
- getName() - Method in interface com.google.api.expr.v1alpha1.Expr.IdentOrBuilder
-
Required.
- getName() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
The fully qualified name of the declaration.
- getName() - Method in class com.google.api.expr.v1alpha1.Reference
-
The fully qualified name of the declaration.
- getName() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
The fully qualified name of the declaration.
- getName() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- getName() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
-
The fully qualified name of this abstract type.
- getName() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
-
The fully qualified name of this abstract type.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Decl
-
The fully qualified name of the declaration.
- getNameBytes() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
-
Required.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
-
Required.
- getNameBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.IdentOrBuilder
-
Required.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Reference
-
The fully qualified name of the declaration.
- getNameBytes() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- getNameBytes() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
-
The fully qualified name of this abstract type.
- getNameBytes() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
-
The fully qualified name of this abstract type.
- getNull() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- getNull() - Method in class com.google.api.expr.v1alpha1.Type
-
Null value.
- getNull() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Null value.
- getNullValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
null value.
- getNullValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
null value.
- getNullValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
null value.
- getNullValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- getNullValue() - Method in class com.google.api.expr.v1alpha1.Type
-
Null value.
- getNullValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Null value.
- getNullValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Null value.
- getNullValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Null value.
- getNullValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Null value.
- getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
null value.
- getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
null value.
- getNullValueValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
null value.
- getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Null value.
- getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Null value.
- getNullValueValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Null value.
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Value.KindCase
- getObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- getObjectValue() - Method in class com.google.api.expr.v1alpha1.Value
-
The proto message backing an object value.
- getObjectValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
The proto message backing an object value.
- getObjectValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
The proto message backing an object value.
- getOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The UTF-8 code unit offset.
- getOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition
-
The UTF-8 code unit offset.
- getOffset() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
-
The UTF-8 code unit offset.
- getOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- getOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select
-
Required.
- getOperand() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
-
Required.
- getOperandBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- getOperandOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- getOperandOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select
-
Required.
- getOperandOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
-
Required.
- getOptionalEntry() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Whether the key-value pair is optional.
- getOptionalEntry() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Whether the key-value pair is optional.
- getOptionalEntry() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Whether the key-value pair is optional.
- getOptionalIndices(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndices(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndices(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
-
The indices within the elements list which are marked as optional elements.
- getOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- getOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Required.
- getOverloadId() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getOverloadId() - Method in interface dev.cel.runtime.CelFunctionBinding
- getOverloadId() - Method in class dev.cel.runtime.CelResolvedOverload
-
The overload id of the function.
- getOverloadId(int) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadId(int) - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadId(int) - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- getOverloadIdBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Required.
- getOverloadIdBytes() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getOverloadIdBytes(int) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdBytes(int) - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdBytes(int) - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdCount() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdCount() - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdCount() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdList() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdList() - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdList() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloads(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloads(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
-
Required.
- getOverloads(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
-
Required.
- getOverloadsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
-
Required.
- getOverloadsCount() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
-
Required.
- getOverloadsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
-
Required.
- getOverloadsList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
-
Required.
- getOverloadsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
-
Required.
- getOverloadsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
-
Required.
- getOverloadsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
-
Required.
- getOverloadsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
-
Required.
- getParameterTypes() - Method in class dev.cel.runtime.CelResolvedOverload
-
The types of the function parameters.
- getParameterTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypes(int) - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
-
Parameter types for this abstract type.
- getParameterTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesCount() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
-
Parameter types for this abstract type.
- getParameterTypesList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesList() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
-
Parameter types for this abstract type.
- getParameterTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
-
Parameter types for this abstract type.
- getParameterTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
-
Parameter types for this abstract type.
- getParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParams(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsCount() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParamsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- getParserForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Constant
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- getParserForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
- getParserForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- getParserForType() - Method in class com.google.api.expr.v1alpha1.EvalState
- getParserForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- getParserForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
- getParserForType() - Method in class com.google.api.expr.v1alpha1.ListValue
- getParserForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- getParserForType() - Method in class com.google.api.expr.v1alpha1.MapValue
- getParserForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Reference
- getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getParserForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Value
- getPosition(long) - Method in class dev.cel.runtime.DefaultMetadata
- getPosition(long) - Method in interface dev.cel.runtime.Metadata
-
Returns the character position of the node in the source.
- getPositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Deprecated.
- getPositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
Deprecated.
- getPositions() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
Deprecated.
- getPositionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- getPositionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getPositionsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id (e.g.
- getPositionsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- getPositionsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id (e.g.
- getPositionsMap() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id (e.g.
- getPositionsOrDefault(long, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- getPositionsOrDefault(long, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id (e.g.
- getPositionsOrDefault(long, int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id (e.g.
- getPositionsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- getPositionsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A map from the parse node id (e.g.
- getPositionsOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A map from the parse node id (e.g.
- getPrimitive() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitive() - Method in class com.google.api.expr.v1alpha1.Type
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitive() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitiveValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitiveValue() - Method in class com.google.api.expr.v1alpha1.Type
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitiveValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getProtoMessageFactory() - Method in class dev.cel.common.internal.DynamicProto
-
Gets the underlying message factory used to construct new protobuf messages upon unpacking an Any message.
- getPrototype(Descriptors.Descriptor) - Method in class dev.cel.common.internal.DefaultInstanceMessageFactory
-
Creates a default instance of a protobuf message given a descriptor.
- getPrototype(String, String) - Method in class dev.cel.common.internal.DefaultInstanceMessageLiteFactory
-
Creates a default instance of a protobuf message given a fully qualified type name.
- getRawType(Type) - Static method in class dev.cel.common.internal.ReflectionUtil
-
Extracts the raw Class from a Type.
- getReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
Deprecated.
- getReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
Deprecated.
- getReferenceMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
Deprecated.
- getReferenceMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- getReferenceMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- getReferenceMapCount() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to resolved references.
- getReferenceMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- getReferenceMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to resolved references.
- getReferenceMapMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to resolved references.
- getReferenceMapOrDefault(long, Reference) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- getReferenceMapOrDefault(long, Reference) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to resolved references.
- getReferenceMapOrDefault(long, Reference) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to resolved references.
- getReferenceMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- getReferenceMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to resolved references.
- getReferenceMapOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to resolved references.
- getResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- getResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain accu_var.
- getResult() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain accu_var.
- getResultBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- getResultOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- getResultOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain accu_var.
- getResultOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain accu_var.
- getResults(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResults(int) - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResults(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsCount() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsCount() - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsCount() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultsList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Required.
- getResultType() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Result type of the function.
- getResultType() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Result type of the function.
- getResultTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- getResultTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Required.
- getResultTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Result type of the function.
- getResultTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Result type of the function.
- GetSecondsFunction - Class in dev.cel.runtime.standard
-
Standard function for
getSeconds. - GetSecondsFunction.GetSecondsOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- getSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- getSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A field selection expression, e.g.
- getSelectExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A field selection expression, e.g.
- getSelectExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- getSelectExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- getSelectExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
-
A field selection expression, e.g.
- getSelectExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A field selection expression, e.g.
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Constant
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.EnumValue
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.EvalState
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ExprValue
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ListValue
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.MapValue
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Reference
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Value
- getSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfo() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfo() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfoBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfoBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfoOrBuilder() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfoOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The source info derived from input that generated the parsed `expr`.
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
string value.
- getStringValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
string value.
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Value
-
UTF-8 string value.
- getStringValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
UTF-8 string value.
- getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Constant
-
string value.
- getStringValueBytes() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
string value.
- getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Value
-
UTF-8 string value.
- getStringValueBytes() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
UTF-8 string value.
- getStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- getStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A map or message creation expression.
- getStructExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A map or message creation expression.
- getStructExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- getStructExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- getStructExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
-
A map or message creation expression.
- getStructExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A map or message creation expression.
- getSyntaxVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The syntax version of the source, e.g.
- getSyntaxVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
The syntax version of the source, e.g.
- getSyntaxVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
The syntax version of the source, e.g.
- getSyntaxVersionBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The syntax version of the source, e.g.
- getSyntaxVersionBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
The syntax version of the source, e.g.
- getSyntaxVersionBytes() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
The syntax version of the source, e.g.
- getTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- getTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The target of an method call-style expression.
- getTarget() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The target of an method call-style expression.
- getTargetBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- getTargetOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- getTargetOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The target of an method call-style expression.
- getTargetOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The target of an method call-style expression.
- getTestOnly() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Whether the select is to be interpreted as a field presence test.
- getTestOnly() - Method in class com.google.api.expr.v1alpha1.Expr.Select
-
Whether the select is to be interpreted as a field presence test.
- getTestOnly() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
-
Whether the select is to be interpreted as a field presence test.
- getTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- getTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- getTimestampValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- getTimestampValueBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- getTimestampValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- getTimestampValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.
- getTimestampValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.
- getType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- getType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
Required.
- getType() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
Required.
- getType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The fully qualified name of the enum type.
- getType() - Method in class com.google.api.expr.v1alpha1.EnumValue
-
The fully qualified name of the enum type.
- getType() - Method in interface com.google.api.expr.v1alpha1.EnumValueOrBuilder
-
The fully qualified name of the enum type.
- getType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- getType() - Method in class com.google.api.expr.v1alpha1.Type
-
Type type.
- getType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Type type.
- getTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- getTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- getTypeBytes() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The fully qualified name of the enum type.
- getTypeBytes() - Method in class com.google.api.expr.v1alpha1.EnumValue
-
The fully qualified name of the enum type.
- getTypeBytes() - Method in interface com.google.api.expr.v1alpha1.EnumValueOrBuilder
-
The fully qualified name of the enum type.
- getTypeKindCase() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- getTypeKindCase() - Method in class com.google.api.expr.v1alpha1.Type
- getTypeKindCase() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
- getTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
Deprecated.
- getTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
Deprecated.
- getTypeMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
Deprecated.
- getTypeMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- getTypeMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- getTypeMapCount() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to types.
- getTypeMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
- getTypeMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to types.
- getTypeMapMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to types.
- getTypeMapOrDefault(long, Type) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
- getTypeMapOrDefault(long, Type) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to types.
- getTypeMapOrDefault(long, Type) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to types.
- getTypeMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
- getTypeMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
A map from expression ids to types.
- getTypeMapOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
A map from expression ids to types.
- getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
Required.
- getTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
Required.
- getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
-
Type type.
- getTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Type type.
- getTypeParam() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- getTypeParam() - Method in class com.google.api.expr.v1alpha1.Type
-
Type param type.
- getTypeParam() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Type param type.
- getTypeParamBytes() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- getTypeParamBytes() - Method in class com.google.api.expr.v1alpha1.Type
-
Type param type.
- getTypeParamBytes() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Type param type.
- getTypeParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParams(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
The type param names associated with the function declaration.
- getTypeParamsBytes(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParamsBytes(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParamsBytes(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
The type param names associated with the function declaration.
- getTypeParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParamsCount() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
The type param names associated with the function declaration.
- getTypeParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParamsList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
The type param names associated with the function declaration.
- getTypeValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- getTypeValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Type value.
- getTypeValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Type value.
- getTypeValueBytes() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- getTypeValueBytes() - Method in class com.google.api.expr.v1alpha1.Value
-
Type value.
- getTypeValueBytes() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Type value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
uint64 value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant
-
uint64 value.
- getUint64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
uint64 value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Unsigned integer value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Value
-
Unsigned integer value.
- getUint64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Unsigned integer value.
- getUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of unknowns in the critical path of evaluation.
- getUnknown() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of unknowns in the critical path of evaluation.
- getUnknownBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of unknowns in the critical path of evaluation.
- getValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- getValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
The constant value of the identifier.
- getValue() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- getValue() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The value of the enum.
- getValue() - Method in class com.google.api.expr.v1alpha1.EnumValue
-
The value of the enum.
- getValue() - Method in interface com.google.api.expr.v1alpha1.EnumValueOrBuilder
-
The value of the enum.
- getValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- getValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
-
The index in `values` of the resulting value.
- getValue() - Method in interface com.google.api.expr.v1alpha1.EvalState.ResultOrBuilder
-
The index in `values` of the resulting value.
- getValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- getValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Required.
- getValue() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- getValue() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
A concrete value.
- getValue() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
A concrete value.
- getValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- getValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The value.
- getValue() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The value.
- getValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValue() - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValue() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValueBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- getValueBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- getValueBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- getValueBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- getValueBuilder() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getValueIndex() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.Index of the value in the values list.
- getValueIndex() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.Index of the value in the values list.
- getValueIndex() - Method in interface com.google.api.expr.v1alpha1.Explain.ExprStepOrBuilder
-
Deprecated.Index of the value in the values list.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
The constant value of the identifier.
- getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Required.
- getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
A concrete value.
- getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
A concrete value.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The value.
- getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The value.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValues(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValues(int) - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValues(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValues(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValues(int) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValues(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValues(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValues(int) - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValues(int) - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesCount() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesCount() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesCount() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesList() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- getValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
-
The type of the value.
- getValueType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
-
The type of the value.
- getValueTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- getValueTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- getValueTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType
-
The type of the value.
- getValueTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
-
The type of the value.
- getVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- getVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Version info.
- getVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Version info.
- getVersionBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- getVersionOrBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- getVersionOrBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Version info.
- getVersionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Version info.
- getWellKnown() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnown() - Method in class com.google.api.expr.v1alpha1.Type
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnown() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnownValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnownValue() - Method in class com.google.api.expr.v1alpha1.Type
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnownValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWrapper() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Wrapper of a primitive type, e.g.
- getWrapper() - Method in class com.google.api.expr.v1alpha1.Type
-
Wrapper of a primitive type, e.g.
- getWrapper() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Wrapper of a primitive type, e.g.
- getWrapperValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Wrapper of a primitive type, e.g.
- getWrapperValue() - Method in class com.google.api.expr.v1alpha1.Type
-
Wrapper of a primitive type, e.g.
- getWrapperValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Wrapper of a primitive type, e.g.
- GlobalResolver - Interface in dev.cel.runtime
-
An interface describing an object that can perform a lookup on a given name, returning the value associated with the so-named global variable.
- GREATER - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GREATER_BOOL - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_BYTES - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_DOUBLE - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_DOUBLE_INT64 - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_DOUBLE_UINT64 - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_DURATION - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_EQUALS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GREATER_EQUALS_BOOL - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_BYTES - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_DOUBLE - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_DOUBLE_INT64 - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_DOUBLE_UINT64 - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_DURATION - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_INT64 - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_INT64_DOUBLE - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_INT64_UINT64 - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_STRING - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_TIMESTAMP - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_UINT64 - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_UINT64_DOUBLE - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_EQUALS_UINT64_INT64 - dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- GREATER_INT64 - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_INT64_DOUBLE - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_INT64_UINT64 - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_STRING - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_TIMESTAMP - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_UINT64 - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_UINT64_DOUBLE - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GREATER_UINT64_INT64 - dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- GreaterEqualsOperator - Class in dev.cel.runtime.standard
-
Standard function for the greater equals (>=) operator.
- GreaterEqualsOperator.GreaterEqualsOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- GreaterOperator - Class in dev.cel.runtime.standard
-
Standard function for the greater (>) operator.
- GreaterOperator.GreaterOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
H
- hasAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- hasAbstractType() - Method in class com.google.api.expr.v1alpha1.Type
-
Abstract, application defined type.
- hasAbstractType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Abstract, application defined type.
- hasAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- hasAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The initial value of the accumulator.
- hasAccuInit() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The initial value of the accumulator.
- hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
boolean value.
- hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
boolean value.
- hasBoolValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
boolean value.
- hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Boolean value.
- hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Boolean value.
- hasBoolValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Boolean value.
- hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
bytes value.
- hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
bytes value.
- hasBytesValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
bytes value.
- hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Byte string value.
- hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Byte string value.
- hasBytesValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Byte string value.
- hasCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- hasCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A call expression, including calls to predefined functions and operators.
- hasCallExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A call expression, including calls to predefined functions and operators.
- hasComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- hasComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A comprehension expression.
- hasComprehensionExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A comprehension expression.
- hasConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- hasConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A literal expression.
- hasConstExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A literal expression.
- hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
double value.
- hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
double value.
- hasDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
double value.
- hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Floating point value.
- hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Floating point value.
- hasDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Floating point value.
- hasDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- hasDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- hasDurationValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- hasDyn() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- hasDyn() - Method in class com.google.api.expr.v1alpha1.Type
-
Dynamic type.
- hasDyn() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Dynamic type.
- hasElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- hasElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
-
The element type.
- hasElemType() - Method in interface com.google.api.expr.v1alpha1.Type.ListTypeOrBuilder
-
The element type.
- hasEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- hasEnumValue() - Method in class com.google.api.expr.v1alpha1.Value
-
An enum value.
- hasEnumValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
An enum value.
- hasError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- hasError() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of errors in the critical path of evalution.
- hasError() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of errors in the critical path of evalution.
- hasError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- hasError() - Method in class com.google.api.expr.v1alpha1.Type
-
Error type.
- hasError() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Error type.
- hasExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- hasExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The checked expression.
- hasExpr() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The checked expression.
- hasExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- hasExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The parsed expression.
- hasExpr() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The parsed expression.
- hasField(Object, String) - Method in class dev.cel.runtime.DescriptorMessageProvider
- hasField(Object, String) - Method in interface dev.cel.runtime.MessageProvider
-
Check whether a field is set on message.
- hasFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- hasFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
The field key for a message creator statement.
- hasFieldKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
The field key for a message creator statement.
- hasFunction() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- hasFunction() - Method in class com.google.api.expr.v1alpha1.Decl
-
Function declaration.
- hasFunction() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
Function declaration.
- hasFunction() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- hasFunction() - Method in class com.google.api.expr.v1alpha1.Type
-
Function type.
- hasFunction() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Function type.
- hashCode() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- hashCode() - Method in class com.google.api.expr.v1alpha1.Constant
- hashCode() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- hashCode() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- hashCode() - Method in class com.google.api.expr.v1alpha1.Decl
- hashCode() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- hashCode() - Method in class com.google.api.expr.v1alpha1.EnumValue
- hashCode() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- hashCode() - Method in class com.google.api.expr.v1alpha1.EvalState
- hashCode() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- hashCode() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- hashCode() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- hashCode() - Method in class com.google.api.expr.v1alpha1.ExprValue
- hashCode() - Method in class com.google.api.expr.v1alpha1.ListValue
- hashCode() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- hashCode() - Method in class com.google.api.expr.v1alpha1.MapValue
- hashCode() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- hashCode() - Method in class com.google.api.expr.v1alpha1.Reference
- hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- hashCode() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- hashCode() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- hashCode() - Method in class com.google.api.expr.v1alpha1.Value
- hashCode(Object) - Method in class dev.cel.runtime.RuntimeEquality
-
Returns the hash code consistent with the
RuntimeEquality.objectEquals(Object, Object)method. - hasIdent() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- hasIdent() - Method in class com.google.api.expr.v1alpha1.Decl
-
Identifier declaration.
- hasIdent() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
-
Identifier declaration.
- hasIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- hasIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
An identifier expression.
- hasIdentExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
An identifier expression.
- hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
int64 value.
- hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant
-
int64 value.
- hasInt64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
int64 value.
- hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Signed integer value.
- hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Value
-
Signed integer value.
- hasInt64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Signed integer value.
- hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which the comprehension iterates.
- hasIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which the comprehension iterates.
- hasKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- hasKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The key.
- hasKey() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The key.
- hasKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- hasKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
-
The type of the key.
- hasKeyType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
-
The type of the key.
- hasListExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- hasListExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A list creation expression.
- hasListExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A list creation expression.
- hasListType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- hasListType() - Method in class com.google.api.expr.v1alpha1.Type
-
Parameterized list with elements of `list_type`, e.g.
- hasListType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Parameterized list with elements of `list_type`, e.g.
- hasListValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- hasListValue() - Method in class com.google.api.expr.v1alpha1.Value
-
List value.
- hasListValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
List value.
- hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- hasMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
The key expression for a map creation statement.
- hasMapKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
The key expression for a map creation statement.
- hasMapType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- hasMapType() - Method in class com.google.api.expr.v1alpha1.Type
-
Parameterized map with typed keys and values.
- hasMapType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Parameterized map with typed keys and values.
- hasMapValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- hasMapValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Map value.
- hasMapValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Map value.
- hasMessageType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Protocol buffer message type.
- hasMessageType() - Method in class com.google.api.expr.v1alpha1.Type
-
Protocol buffer message type.
- hasMessageType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Protocol buffer message type.
- hasNull() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- hasNull() - Method in class com.google.api.expr.v1alpha1.Type
-
Null value.
- hasNull() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Null value.
- hasNullValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
null value.
- hasNullValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
null value.
- hasNullValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
null value.
- hasNullValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Null value.
- hasNullValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Null value.
- hasNullValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Null value.
- hasObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- hasObjectValue() - Method in class com.google.api.expr.v1alpha1.Value
-
The proto message backing an object value.
- hasObjectValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
The proto message backing an object value.
- hasOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- hasOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select
-
Required.
- hasOperand() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
-
Required.
- hasPosition(long) - Method in class dev.cel.runtime.DefaultMetadata
- hasPosition(long) - Method in interface dev.cel.runtime.Metadata
-
Checks if a source position recorded for the provided expression id.
- hasPrimitive() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- hasPrimitive() - Method in class com.google.api.expr.v1alpha1.Type
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- hasPrimitive() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- hasResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- hasResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain accu_var.
- hasResult() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain accu_var.
- hasResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- hasResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Required.
- hasResultType() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- hasResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- hasResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Result type of the function.
- hasResultType() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Result type of the function.
- hasSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- hasSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A field selection expression, e.g.
- hasSelectExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A field selection expression, e.g.
- hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- hasSourceInfo() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The source info derived from input that generated the parsed `expr`.
- hasSourceInfo() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The source info derived from input that generated the parsed `expr`.
- hasStringValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- hasStringValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
string value.
- hasStringValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
string value.
- hasStringValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- hasStringValue() - Method in class com.google.api.expr.v1alpha1.Value
-
UTF-8 string value.
- hasStringValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
UTF-8 string value.
- hasStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- hasStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A map or message creation expression.
- hasStructExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A map or message creation expression.
- hasTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- hasTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call
-
The target of an method call-style expression.
- hasTarget() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
-
The target of an method call-style expression.
- hasTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- hasTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- hasTimestampValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- hasType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- hasType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
Required.
- hasType() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
Required.
- hasType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- hasType() - Method in class com.google.api.expr.v1alpha1.Type
-
Type type.
- hasType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Type type.
- hasTypeParam() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- hasTypeParam() - Method in class com.google.api.expr.v1alpha1.Type
-
Type param type.
- hasTypeParam() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Type param type.
- hasTypeValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- hasTypeValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Type value.
- hasTypeValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Type value.
- hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
uint64 value.
- hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant
-
uint64 value.
- hasUint64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
uint64 value.
- hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Unsigned integer value.
- hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Value
-
Unsigned integer value.
- hasUint64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Unsigned integer value.
- hasUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- hasUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of unknowns in the critical path of evaluation.
- hasUnknown() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of unknowns in the critical path of evaluation.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
The constant value of the identifier.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Required.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Required.
- hasValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
A concrete value.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
A concrete value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The value.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to constants, this may contain the value of the constant if known at compile time.
- hasValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- hasValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
-
The type of the value.
- hasValueType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
-
The type of the value.
- hasVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- hasVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Version info.
- hasVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Version info.
- hasWellKnown() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- hasWellKnown() - Method in class com.google.api.expr.v1alpha1.Type
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- hasWellKnown() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- hasWrapper() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Wrapper of a primitive type, e.g.
- hasWrapper() - Method in class com.google.api.expr.v1alpha1.Type
-
Wrapper of a primitive type, e.g.
- hasWrapper() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Wrapper of a primitive type, e.g.
- hierarchicalVariableResolver(CelVariableResolver, CelVariableResolver) - Static method in interface dev.cel.runtime.CelVariableResolver
-
Chain two variable resolvers together, using the
primaryas the initial variable source to consider, and thesecondaryas a backup.
I
- ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- IDENT - com.google.api.expr.v1alpha1.Decl.DeclKindCase
- IDENT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- IDENT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- IDENT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl
- identity() - Static method in class dev.cel.common.internal.BidiConverter
- IDENTITY - Static variable in class dev.cel.common.internal.BidiConverter
-
A
BidiConverterused for objects which do not need conversion. - IN - dev.cel.runtime.CelStandardFunctions.StandardFunction
- IN_LIST - dev.cel.runtime.standard.InOperator.InOverload
- IN_MAP - dev.cel.runtime.standard.InOperator.InOverload
- include(CelStandardFunctions.StandardFunction, CelStandardOverload) - Method in interface dev.cel.runtime.CelStandardFunctions.Builder.FunctionFilter
- includeFunctions(CelStandardFunctions.StandardFunction...) - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- includeFunctions(Iterable<CelStandardFunctions.StandardFunction>) - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- INDEX - dev.cel.runtime.CelStandardFunctions.StandardFunction
- INDEX_LIST - dev.cel.runtime.standard.IndexOperator.IndexOverload
- INDEX_MAP - dev.cel.runtime.standard.IndexOperator.IndexOverload
- indexList(List<A>, Number) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Bound-checked indexing of lists.
- indexMap(Map<A, B>, A) - Method in class dev.cel.runtime.RuntimeEquality
-
Bound-checked indexing of maps.
- IndexOperator - Class in dev.cel.runtime.standard
-
Standard function for the indexing (
list[0] or map['foo']) operator - IndexOperator.IndexOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- inList(List<A>, A) - Method in class dev.cel.runtime.RuntimeEquality
-
Determine whether the
listcontains the givenvalue. - inMap(Map<A, B>, A) - Method in class dev.cel.runtime.RuntimeEquality
-
Determine whether the
mapcontains the givenkey. - InOperator - Class in dev.cel.runtime.standard
-
Standard function for the ('in') operator.
- InOperator.InOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- INSTANCE - Static variable in class dev.cel.common.internal.DefaultMessageFactory
-
A default message factory instance that can construct well known typed messages.
- INT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- INT_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Int converter handles bidirectional conversions between int32 <-> int64 values.
- INT64 - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Int64 type.
- INT64_TO_DOUBLE - dev.cel.runtime.standard.DoubleFunction.DoubleOverload
- INT64_TO_INT64 - dev.cel.runtime.standard.IntFunction.IntOverload
- INT64_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- INT64_TO_TIMESTAMP - dev.cel.runtime.standard.TimestampFunction.TimestampOverload
- INT64_TO_UINT64 - dev.cel.runtime.standard.UintFunction.UintOverload
- INT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- INT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- INT64_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Int64 type.
- INT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- INT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- int64Add(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Divide(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Multiply(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Negate(long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Subtract(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- InternalCelFunctionBinding - Interface in dev.cel.runtime
-
Internal interface to expose the function name associated with a binding.
- InternalFunctionBinder - Class in dev.cel.runtime
-
A helper to create CelFunctionBinding instances with sensitive controls, such as to toggle the strictness of the function.
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Constant
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EnumValue
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ExprValue
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ListValue
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Reference
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Value
- internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
- internalGetMutableMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- internalGetMutableMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- interpretable() - Method in class dev.cel.runtime.planner.PlannedProgram
- Interpretable - Interface in dev.cel.runtime
-
Represent an expression which can be interpreted repeatedly using a given activation.
- Interpreter - Interface in dev.cel.runtime
-
Interface to a CEL interpreter.
- InterpreterUtil - Class in dev.cel.runtime
-
Util class for CEL interpreter.
- IntFunction - Class in dev.cel.runtime.standard
-
Standard function for
intconversion function. - IntFunction.IntOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- invoke(Object) - Method in class dev.cel.runtime.CelResolvedOverload
- invoke(Object[]) - Method in class dev.cel.runtime.CelResolvedOverload
- invoke(Object, Object) - Method in class dev.cel.runtime.CelResolvedOverload
- invoke(Method, Object, Object...) - Static method in class dev.cel.common.internal.ReflectionUtil
- IS_INSTANCE_FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- isAccumulatedUnknowns(Object) - Static method in class dev.cel.runtime.InterpreterUtil
- isEmpty() - Method in class dev.cel.common.values.MutableMapValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Constant
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EnumValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ExprValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ListValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Reference
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Value
- isLegalIdentifier(CelAttribute.Qualifier) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- isLegalIdentifier(String) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
-
Simple test that an identifier segment is a legal CEL identifier.
- isLocallyBound(String) - Method in interface dev.cel.runtime.planner.ActivationWrapper
-
Returns true if the given name is bound by this local activation wrapper.
- isMatch(CelAttribute) - Method in class dev.cel.runtime.CelAttributePattern
-
Return whether this pattern matches the given attribute.
- isPartialMatch(CelAttribute) - Method in class dev.cel.runtime.CelAttributePattern
-
Return whether this pattern matches the given attribute or any of its descendants.
- isStrict() - Method in interface dev.cel.runtime.CelFunctionBinding
- isStrict() - Method in class dev.cel.runtime.CelResolvedOverload
- isUnknown(Object) - Static method in class dev.cel.runtime.InterpreterUtil
-
Check if raw object is
CelUnknownSet. - isZeroValue() - Method in class dev.cel.common.values.MutableMapValue
- isZeroValue() - Method in class dev.cel.common.values.ProtoMessageValue
- ITER_RANGE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- ITER_VAR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- ITER_VAR2_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- iterator() - Method in class dev.cel.runtime.ConcatenatedListView
K
- KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue.Entry
- KEY_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.MapType
- KEYKIND_NOT_SET - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- keySet() - Method in class dev.cel.common.values.MutableMapValue
- kind() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- KIND_NOT_SET - com.google.api.expr.v1alpha1.ExprValue.KindCase
- KIND_NOT_SET - com.google.api.expr.v1alpha1.Value.KindCase
L
- LESS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- LESS_BOOL - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_BYTES - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_DOUBLE - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_DOUBLE_INT64 - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_DOUBLE_UINT64 - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_DURATION - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_EQUALS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- LESS_EQUALS_BOOL - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_BYTES - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_DOUBLE - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_DOUBLE_INT64 - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_DOUBLE_UINT64 - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_DURATION - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_INT64 - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_INT64_DOUBLE - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_INT64_UINT64 - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_STRING - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_TIMESTAMP - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_UINT64 - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_UINT64_DOUBLE - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_EQUALS_UINT64_INT64 - dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- LESS_INT64 - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_INT64_DOUBLE - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_INT64_UINT64 - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_STRING - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_TIMESTAMP - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_UINT64 - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_UINT64_DOUBLE - dev.cel.runtime.standard.LessOperator.LessOverload
- LESS_UINT64_INT64 - dev.cel.runtime.standard.LessOperator.LessOverload
- LessEqualsOperator - Class in dev.cel.runtime.standard
-
Standard function for the less equals (<=) operator.
- LessEqualsOperator.LessEqualsOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- LessOperator - Class in dev.cel.runtime.standard
-
Standard function for the less (<) operator.
- LessOperator.LessOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- LINE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
- LINE_OFFSETS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- LIST_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- LIST_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- LIST_SIZE - dev.cel.runtime.standard.SizeFunction.SizeOverload
- LIST_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- LIST_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- LIST_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- LIST_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- ListValue - Class in com.google.api.expr.v1alpha1
-
A list.
- ListValue.Builder - Class in com.google.api.expr.v1alpha1
-
A list.
- ListValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- LOCATION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- LOCATION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
- LOGICAL_NOT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- LOGICAL_NOT - dev.cel.runtime.standard.LogicalNotOperator.LogicalNotOverload
- LogicalNotOperator - Class in dev.cel.runtime.standard
-
Standard function for the logical not (!=) operator.
- LogicalNotOperator.LogicalNotOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- LOOP_CONDITION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- LOOP_STEP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
M
- MACRO_CALLS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- MAJOR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- MAP_KEY - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- MAP_KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- MAP_SIZE - dev.cel.runtime.standard.SizeFunction.SizeOverload
- MAP_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- MAP_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- MAP_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- MAP_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- MapValue - Class in com.google.api.expr.v1alpha1
-
A map.
- MapValue.Builder - Class in com.google.api.expr.v1alpha1
-
A map.
- MapValue.Entry - Class in com.google.api.expr.v1alpha1
-
An entry in the map.
- MapValue.Entry.Builder - Class in com.google.api.expr.v1alpha1
-
An entry in the map.
- MapValue.EntryOrBuilder - Interface in com.google.api.expr.v1alpha1
- MapValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- matches(String, String, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- MATCHES - dev.cel.runtime.CelStandardFunctions.StandardFunction
- MATCHES - dev.cel.runtime.standard.MatchesFunction.MatchesOverload
- MATCHES_STRING - dev.cel.runtime.standard.MatchesFunction.MatchesOverload
- MatchesFunction - Class in dev.cel.runtime.standard
-
Standard function for
matches. - MatchesFunction.MatchesOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- maybeAdaptDynamicMessage(DynamicMessage) - Method in class dev.cel.common.internal.DynamicProto
-
This method will attempt to adapt a
DynamicMessageinstance to a generatedMessageinstance if possible. - maybeAdaptToAccumulatedUnknowns(Object) - Static method in class dev.cel.runtime.InterpreterUtil
-
If the argument is
CelUnknownSet, adapts it intoAccumulatedUnknowns - maybeAdaptToCelUnknownSet(Object) - Static method in class dev.cel.runtime.InterpreterUtil
- maybeMerge(AccumulatedUnknowns, Object) - Static method in class dev.cel.runtime.AccumulatedUnknowns
-
Evaluates if the right hand side is an accumulated unknown, and if so, merges it into the accumulator.
- maybePartialUnknown(CelAttribute) - Method in interface dev.cel.runtime.CelAttributeResolver
-
Returns an unknown set containing the attribute if it is determined as partially unknown.
- maybeUnpackAny(Message) - Method in class dev.cel.common.internal.DynamicProto
-
Attempts to unpack an Any message.
- maybeUnwrap(Object) - Method in class dev.cel.common.values.CombinedCelValueConverter
- merge(AccumulatedUnknowns) - Method in class dev.cel.runtime.AccumulatedUnknowns
- merge(CelUnknownSet) - Method in class dev.cel.runtime.CelUnknownSet
- mergeAbstractType(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- mergeAccuInit(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- mergeCallExpr(Expr.Call) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- mergeComprehensionExpr(Expr.Comprehension) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- mergeConstExpr(Constant) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- mergeDurationValue(Duration) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- mergeDyn(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- mergeElemType(Type) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- mergeEnumValue(EnumValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- mergeError(ErrorSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- mergeError(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- mergeExpr(Expr) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- mergeExpr(Expr) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- mergeFrom(CheckedExpr) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- mergeFrom(Constant) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- mergeFrom(Decl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- mergeFrom(Decl.FunctionDecl) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- mergeFrom(Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- mergeFrom(Decl.IdentDecl) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- mergeFrom(EnumValue) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- mergeFrom(ErrorSet) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- mergeFrom(EvalState) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- mergeFrom(EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- mergeFrom(Explain) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- mergeFrom(Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- mergeFrom(Expr.Call) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- mergeFrom(Expr.Comprehension) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- mergeFrom(Expr.CreateList) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- mergeFrom(Expr.CreateStruct) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- mergeFrom(Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- mergeFrom(Expr.Ident) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- mergeFrom(Expr.Select) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- mergeFrom(ExprValue) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- mergeFrom(ListValue) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- mergeFrom(MapValue) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- mergeFrom(MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- mergeFrom(ParsedExpr) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- mergeFrom(Reference) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- mergeFrom(SourceInfo) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- mergeFrom(SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- mergeFrom(SourceInfo.Extension.Version) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- mergeFrom(SourcePosition) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- mergeFrom(Type) - Method in class com.google.api.expr.v1alpha1.Type.Builder
- mergeFrom(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- mergeFrom(Type.FunctionType) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- mergeFrom(Type.ListType) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- mergeFrom(Type.MapType) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- mergeFrom(UnknownSet) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- mergeFrom(Value) - Method in class com.google.api.expr.v1alpha1.Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Value.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Value.Builder
- mergeFunction(Decl.FunctionDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- mergeFunction(Type.FunctionType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- mergeIdent(Decl.IdentDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- mergeIdentExpr(Expr.Ident) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- mergeIterRange(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- mergeKey(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- mergeKeyType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- mergeListExpr(Expr.CreateList) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- mergeListType(Type.ListType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- mergeListValue(ListValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- mergeLoopCondition(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- mergeLoopStep(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- mergeMapKey(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- mergeMapType(Type.MapType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- mergeMapValue(MapValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- mergeObjectValue(Any) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- mergeOperand(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- mergeResult(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- mergeResultType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- mergeResultType(Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- mergeSelectExpr(Expr.Select) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- mergeSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- mergeSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- mergeStructExpr(Expr.CreateStruct) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- mergeTarget(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- mergeTimestampValue(Timestamp) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- mergeType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- mergeType(Type) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- mergeUnknown(UnknownSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- mergeValue(Constant) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- mergeValue(Constant) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- mergeValue(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- mergeValue(Value) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- mergeValue(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- mergeValueType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- mergeVersion(SourceInfo.Extension.Version) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- MESSAGE_NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- MESSAGE_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- MESSAGE_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- MessageFactory - Interface in dev.cel.runtime
-
Deprecated.Do not use. Internally,
ProtoMessageFactoryshould be used. - MessageFactory.CombinedMessageFactory - Class in dev.cel.runtime
-
Deprecated.The
CombinedMessageFactorytakes one or moreMessageFactoryinstances and attempts to create aMessage.Builderinstance for a givenmessageNameby calling eachMessageFactoryin the order that they are provided to the constructor. - MessageProvider - Interface in dev.cel.runtime
-
An object which allows to create and interpret messages.
- Metadata - Interface in dev.cel.runtime
-
An interface which provides metadata for syntax nodes.
- MINOR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- MODULO - dev.cel.runtime.CelStandardFunctions.StandardFunction
- MODULO_INT64 - dev.cel.runtime.standard.ModuloOperator.ModuloOverload
- MODULO_UINT64 - dev.cel.runtime.standard.ModuloOperator.ModuloOverload
- ModuloOperator - Class in dev.cel.runtime.standard
-
Standard function for the modulus (%) operator.
- ModuloOperator.ModuloOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- MULTIPLY - dev.cel.runtime.CelStandardFunctions.StandardFunction
- MULTIPLY_DOUBLE - dev.cel.runtime.standard.MultiplyOperator.MultiplyOverload
- MULTIPLY_INT64 - dev.cel.runtime.standard.MultiplyOperator.MultiplyOverload
- MULTIPLY_UINT64 - dev.cel.runtime.standard.MultiplyOperator.MultiplyOverload
- MultiplyOperator - Class in dev.cel.runtime.standard
-
Standard function for the multiplication (*) operator.
- MultiplyOperator.MultiplyOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- MutableMapValue - Class in dev.cel.common.values
-
A custom CelValue implementation that allows O(1) insertions for maps during comprehension.
N
- NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl
- NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Ident
- NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Reference
- NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.AbstractType
- NEGATE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- NEGATE_DOUBLE - dev.cel.runtime.standard.NegateOperator.NegateOverload
- NEGATE_INT64 - dev.cel.runtime.standard.NegateOperator.NegateOverload
- NegateOperator - Class in dev.cel.runtime.standard
-
Standard function for the negate (-) operator.
- NegateOperator.NegateOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Constant
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.EvalState
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ListValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.MapValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Reference
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Value
- newBuilder() - Static method in class dev.cel.runtime.CelRuntimeImpl
-
CEL Library Internals.
- newBuilder() - Static method in class dev.cel.runtime.CelRuntimeLegacyImpl
-
Create a new builder for constructing a
CelRuntimeinstance. - newBuilder() - Static method in class dev.cel.runtime.CelStandardFunctions
-
Creates a new builder to configure CelStandardFunctions.
- newBuilder() - Static method in class dev.cel.runtime.DefaultDispatcher
- newBuilder(CheckedExpr) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilder(Constant) - Static method in class com.google.api.expr.v1alpha1.Constant
- newBuilder(Decl) - Static method in class com.google.api.expr.v1alpha1.Decl
- newBuilder(Decl.FunctionDecl) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilder(Decl.FunctionDecl.Overload) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilder(Decl.IdentDecl) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilder(EnumValue) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilder(ErrorSet) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilder(EvalState) - Static method in class com.google.api.expr.v1alpha1.EvalState
- newBuilder(EvalState.Result) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilder(Explain) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilder(Explain.ExprStep) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilder(Expr) - Static method in class com.google.api.expr.v1alpha1.Expr
- newBuilder(Expr.Call) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilder(Expr.Comprehension) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilder(Expr.CreateList) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilder(Expr.CreateStruct) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilder(Expr.CreateStruct.Entry) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilder(Expr.Ident) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilder(Expr.Select) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilder(ExprValue) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilder(ListValue) - Static method in class com.google.api.expr.v1alpha1.ListValue
- newBuilder(MapValue) - Static method in class com.google.api.expr.v1alpha1.MapValue
- newBuilder(MapValue.Entry) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilder(ParsedExpr) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilder(Reference) - Static method in class com.google.api.expr.v1alpha1.Reference
- newBuilder(SourceInfo) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilder(SourceInfo.Extension) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilder(SourceInfo.Extension.Version) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilder(SourcePosition) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilder(Type) - Static method in class com.google.api.expr.v1alpha1.Type
- newBuilder(Type.AbstractType) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilder(Type.FunctionType) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilder(Type.ListType) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilder(Type.MapType) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilder(UnknownSet) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilder(Value) - Static method in class com.google.api.expr.v1alpha1.Value
- newBuilder(CelRuntimeException) - Static method in class dev.cel.runtime.CelEvaluationExceptionBuilder
-
Constructs a new builder for
CelEvaluationException - newBuilder(String) - Method in class dev.cel.common.internal.DefaultMessageFactory
- newBuilder(String) - Method in class dev.cel.common.internal.ProtoMessageFactory.CombinedMessageFactory
- newBuilder(String) - Method in interface dev.cel.common.internal.ProtoMessageFactory
-
Constructs a new
Message.Builderfor a fully qualified proto message type. - newBuilder(String) - Method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.
- newBuilder(String) - Method in class dev.cel.runtime.MessageFactory.CombinedMessageFactory
-
Deprecated.
- newBuilder(String) - Method in interface dev.cel.runtime.MessageFactory
-
Deprecated.Create a
Message.Builderinstance for the protobuf bymessageName. - newBuilder(String, Object...) - Static method in class dev.cel.runtime.CelEvaluationExceptionBuilder
-
Constructs a new builder for
CelEvaluationException - newBuilderForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Constant
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EvalState
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ListValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.MapValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Reference
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Value
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Constant
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EvalState
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ListValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.MapValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Reference
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Value
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.AddOperator.AddOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.BoolFunction.BoolOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.BytesFunction.BytesOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in interface dev.cel.runtime.standard.CelStandardOverload
-
Constructs a new
CelFunctionBindingfor this CEL standard overload. - newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.ContainsFunction.ContainsOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.DivideOperator.DivideOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.DoubleFunction.DoubleOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.DurationFunction.DurationOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.DynFunction.DynOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.EndsWithFunction.EndsWithOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.EqualsOperator.EqualsOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetDateFunction.GetDateOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetDayOfMonthFunction.GetDayOfMonthOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetDayOfWeekFunction.GetDayOfWeekOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetDayOfYearFunction.GetDayOfYearOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetFullYearFunction.GetFullYearOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetHoursFunction.GetHoursOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetMillisecondsFunction.GetMillisecondsOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetMinutesFunction.GetMinutesOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetMonthFunction.GetMonthOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GetSecondsFunction.GetSecondsOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.GreaterOperator.GreaterOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.IndexOperator.IndexOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.InOperator.InOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.IntFunction.IntOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.LessOperator.LessOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.LogicalNotOperator.LogicalNotOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.MatchesFunction.MatchesOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.ModuloOperator.ModuloOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.MultiplyOperator.MultiplyOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.NegateOperator.NegateOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.NotEqualsOperator.NotEqualsOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.NotStrictlyFalseFunction.NotStrictlyFalseOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.SizeFunction.SizeOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.StartsWithFunction.StartsWithOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.StringFunction.StringOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.SubtractOperator.SubtractOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.TimestampFunction.TimestampOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.TypeFunction.TypeOverload
- newFunctionBinding(CelOptions, RuntimeEquality) - Method in enum dev.cel.runtime.standard.UintFunction.UintOverload
- newFunctionBindings(CelOptions, RuntimeEquality) - Method in class dev.cel.runtime.standard.CelStandardFunction
- newFunctionBindings(CelOptions, RuntimeEquality) - Method in class dev.cel.runtime.standard.TypeFunction
- newFunctionBindings(RuntimeEquality, CelOptions) - Method in class dev.cel.runtime.CelStandardFunctions
- newInstance(CelOptions, DynamicProto) - Static method in class dev.cel.common.values.ProtoMessageValueProvider
- newInstance(CelDescriptorPool, DynamicProto, CelOptions) - Static method in class dev.cel.common.values.ProtoCelValueConverter
-
Constructs a new instance of ProtoCelValueConverter.
- newLocalDateTime(Timestamp, String) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Constructs a new
LocalDateTimeinstance - newLocalDateTime(Instant, String) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Constructs a new
LocalDateTimeinstance from a Java Instant. - newPlanner(CelTypeProvider, CelValueProvider, DefaultDispatcher, CelValueConverter, CelContainer, CelOptions, ImmutableSet<String>) - Static method in class dev.cel.runtime.planner.ProgramPlanner
- newValue(String, Map<String, Object>) - Method in interface dev.cel.common.values.CelValueProvider
-
Constructs a new struct value, or a primitive value in case the fully qualified struct name is a wrapper.
- newValue(String, Map<String, Object>) - Method in class dev.cel.common.values.CombinedCelValueProvider
- newValue(String, Map<String, Object>) - Method in class dev.cel.common.values.ProtoMessageValueProvider
- NOT_EQUALS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- NOT_EQUALS - dev.cel.runtime.standard.NotEqualsOperator.NotEqualsOverload
- NOT_STRICTLY_FALSE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- NOT_STRICTLY_FALSE - dev.cel.runtime.standard.NotStrictlyFalseFunction.NotStrictlyFalseOverload
- NotEqualsOperator - Class in dev.cel.runtime.standard
-
Standard function for the not equals (!=) operator.
- NotEqualsOperator.NotEqualsOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- NotStrictlyFalseFunction - Class in dev.cel.runtime.standard
-
Standard function for
@not_strictly_false. - NotStrictlyFalseFunction.NotStrictlyFalseOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- now() - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Create a
Timestampusing the best-available (in terms of precision) system clock. - NULL - com.google.api.expr.v1alpha1.Type.TypeKindCase
- NULL_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- NULL_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- NULL_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- numericCompare(Number, Number) - Static method in class dev.cel.common.internal.ComparisonFunctions
-
Compare two numeric values of any type (double, int, uint).
- numericEquals(Number, Number) - Static method in class dev.cel.common.internal.ComparisonFunctions
-
Compare two numeric values of any type (double, int, uint) for equality.
O
- OBJECT_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- OBJECT_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- objectEquals(Object, Object) - Method in class dev.cel.runtime.ProtoMessageRuntimeEquality
- objectEquals(Object, Object) - Method in class dev.cel.runtime.RuntimeEquality
-
CEL implements homogeneous equality where two values are only comparable if they have the same type, otherwise an error is thrown.
- of(Converter<A, B>, Converter<B, A>) - Static method in class dev.cel.common.internal.BidiConverter
- of(CelAttributePattern...) - Static method in class dev.cel.runtime.PartialVars
-
Constructs a new
PartialVarsfrom one or moreCelAttributePatterns. - of(CelVariableResolver, CelAttributePattern...) - Static method in class dev.cel.runtime.PartialVars
- of(CelVariableResolver, Iterable<CelAttributePattern>) - Static method in class dev.cel.runtime.PartialVars
- of(Iterable<CelAttributePattern>) - Static method in class dev.cel.runtime.PartialVars
-
Constructs a new
PartialVarsfrom a list ofCelAttributePatterns. - of(Object) - Static method in exception dev.cel.common.exceptions.CelDuplicateKeyException
- of(String) - Static method in exception dev.cel.common.exceptions.CelAttributeNotFoundException
- of(String, Supplier<?>) - Static method in class dev.cel.runtime.Activation
-
Creates a binder which binds the given name to the supplier.
- of(String, Object) - Static method in class dev.cel.runtime.Activation
-
Creates a binder which binds the given name to the value.
- of(String, String, CelFunctionOverload, boolean, Class<?>...) - Static method in class dev.cel.runtime.CelResolvedOverload
-
Creates a new resolved overload from the given function name, overload id, parameter types, and definition.
- of(String, String, CelFunctionOverload, boolean, List<Class<?>>) - Static method in class dev.cel.runtime.CelResolvedOverload
-
Creates a new resolved overload from the given function name, overload id, parameter types, and definition.
- of(Map<String, ?>, CelAttributePattern...) - Static method in class dev.cel.runtime.PartialVars
-
Constructs a new
PartialVarsfrom a map of variables and an array ofCelAttributePatterns. - ofBool(boolean) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- OFFSET_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
- ofInt(long) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- ofString(String) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- ofUint(long) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
-
Overload for integer literals.
- ofUint(UnsignedLong) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- ofWildCard() - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- OPERAND_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
- OPTIONAL_ENTRY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- OPTIONAL_INDICES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateList
- options() - Method in class dev.cel.runtime.planner.PlannedProgram
- OVERLOAD_ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- OVERLOAD_ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Reference
- OVERLOADS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
P
- PARAMETER_TYPES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.AbstractType
- PARAMS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parse(String) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Parse from RFC 3339 date string to
Instant. - parse(String) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Parse from RFC 3339 date string to Timestamp.
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- ParsedExpr - Class in com.google.api.expr.v1alpha1
-
An expression together with source information as returned by the parser.
- ParsedExpr.Builder - Class in com.google.api.expr.v1alpha1
-
An expression together with source information as returned by the parser.
- ParsedExprOrBuilder - Interface in com.google.api.expr.v1alpha1
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parser() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parser() - Static method in class com.google.api.expr.v1alpha1.Constant
- parser() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parser() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parser() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parser() - Static method in class com.google.api.expr.v1alpha1.Decl
- parser() - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parser() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parser() - Static method in class com.google.api.expr.v1alpha1.EvalState
- parser() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parser() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parser() - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr
- parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parser() - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parser() - Static method in class com.google.api.expr.v1alpha1.ListValue
- parser() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parser() - Static method in class com.google.api.expr.v1alpha1.MapValue
- parser() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parser() - Static method in class com.google.api.expr.v1alpha1.Reference
- parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parser() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type
- parser() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parser() - Static method in class com.google.api.expr.v1alpha1.Value
- PartialVars - Class in dev.cel.runtime
-
A holder for a
CelVariableResolverand a set ofCelAttributePatterns that indicate variables or parts of variables whose value are not yet known. - PartialVars() - Constructor for class dev.cel.runtime.PartialVars
- plan(CelAbstractSyntaxTree) - Method in class dev.cel.runtime.planner.ProgramPlanner
-
Plans a
Programfrom the provided parsed-only or type-checkedCelAbstractSyntaxTree. - PlannedProgram - Class in dev.cel.runtime.planner
-
Internal implementation of a
Programthat executes a planned interpretable tree. - PlannedProgram() - Constructor for class dev.cel.runtime.planner.PlannedProgram
- plannerRuntimeBuilder() - Static method in class dev.cel.runtime.CelRuntimeFactory
-
Create a new builder for constructing a
CelRuntimeinstance. - POSITIONS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- PRIMITIVE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- PRIMITIVE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- PRIMITIVE_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Unspecified type.
- PRIMITIVE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Unspecified type.
- Program - Interface in dev.cel.runtime
-
Creates an evaluable
Programinstance which is thread-safe and immutable. - ProgramPlanner - Class in dev.cel.runtime.planner
-
ProgramPlannerresolves functions, types, and identifiers at plan time given a parsed-only or a type-checked expression. - ProtoAdapter - Class in dev.cel.common.internal
-
The
ProtoAdapterutilities handle conversion between native Java objects which represent CEL values and well-known protobuf counterparts. - ProtoAdapter(DynamicProto, CelOptions) - Constructor for class dev.cel.common.internal.ProtoAdapter
- protoCelValueConverter() - Method in class dev.cel.common.values.BaseProtoMessageValueProvider
- ProtoCelValueConverter - Class in dev.cel.common.values
-
ProtoCelValueConverterhandles bidirectional conversion between native Java and protobuf objects toCelValue. - ProtoEquality - Class in dev.cel.common.internal
-
The
ProtoEqualityimplementation is an alternative to theMessage.equals(java.lang.Object)implementation that is consistent with the C++MessageDifferencer::Equalsdefinition. - ProtoEquality(DynamicProto) - Constructor for class dev.cel.common.internal.ProtoEquality
- ProtoLiteAdapter - Class in dev.cel.common.internal
-
ProtoLiteAdapterutilities handle conversion between native Java objects which represent CEL values and well-known protobuf counterparts. - ProtoLiteAdapter(CelOptions) - Constructor for class dev.cel.common.internal.ProtoLiteAdapter
- ProtoMessageFactory - Interface in dev.cel.common.internal
-
ProtoMessageFactoryprovides a method to create a protobuf builder objects by name. - ProtoMessageFactory.CombinedMessageFactory - Class in dev.cel.common.internal
-
The
ProtoMessageFactory.CombinedMessageFactorytakes one or moreProtoMessageFactoryinstances and attempts to create aMessage.Builderinstance for a given message name by calling each message factory in the order that they are provided to the constructor. - ProtoMessageRuntimeEquality - Class in dev.cel.runtime
-
ProtoMessageRuntimeEquality contains methods for performing CEL related equality checks, including full protobuf messages by leveraging descriptors.
- ProtoMessageRuntimeHelpers - Class in dev.cel.runtime
-
Helper methods for common CEL related routines that require a full protobuf dependency.
- ProtoMessageValue - Class in dev.cel.common.values
-
ProtoMessageValue is a struct value with protobuf support.
- ProtoMessageValue() - Constructor for class dev.cel.common.values.ProtoMessageValue
- ProtoMessageValueProvider - Class in dev.cel.common.values
-
ProtoMessageValueProviderconstructs new instances of a protobuf message given its fully qualified name and its fields to populate. - ProtoTimeUtils - Class in dev.cel.common.internal
-
Utility methods for handling
protobuf/duration.protoandprotobuf/timestamp.proto. - put(Object, Object) - Method in class dev.cel.common.values.MutableMapValue
- putAll(Map<?, ?>) - Method in class dev.cel.common.values.MutableMapValue
- putAllMacroCalls(Map<Long, Expr>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- putAllPositions(Map<Long, Integer>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- putAllReferenceMap(Map<Long, Reference>) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- putAllTypeMap(Map<Long, Type>) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
- putMacroCalls(long, Expr) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- putMacroCallsBuilderIfAbsent(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- putPositions(long, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- putReferenceMap(long, Reference) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- putReferenceMapBuilderIfAbsent(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- putTypeMap(long, Type) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
- putTypeMapBuilderIfAbsent(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
Q
- Qualifier() - Constructor for class dev.cel.runtime.CelAttribute.Qualifier
- qualifiers() - Method in class dev.cel.runtime.CelAttribute
-
The list of qualifiers representing the select path for this attribute.
- qualifiers() - Method in class dev.cel.runtime.CelAttributePattern
-
The list of qualifiers representing the select paths this pattern matches.
- qualify(CelAttribute.Qualifier) - Method in class dev.cel.runtime.CelAttribute
-
Creates a new attribute that is more qualified (has an additional select or index operation) than the receiver.
- qualify(CelAttribute.Qualifier) - Method in class dev.cel.runtime.CelAttributePattern
-
Create a new attribute pattern that specifies a subfield of this pattern.
R
- Reference - Class in com.google.api.expr.v1alpha1
-
Describes a resolved reference to a declaration.
- REFERENCE_MAP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- Reference.Builder - Class in com.google.api.expr.v1alpha1
-
Describes a resolved reference to a declaration.
- ReferenceOrBuilder - Interface in com.google.api.expr.v1alpha1
- ReflectionUtil - Class in dev.cel.common.internal
-
Utility class for invoking Java reflection.
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.DeclProto
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.EvalProto
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.ExplainProto
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.SyntaxProto
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.ValueProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.DeclProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExplainProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SyntaxProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ValueProto
- Registrar - Interface in dev.cel.runtime
-
Deprecated.Do not use. This interface exists solely for legacy async stack compatibility reasons.
- Registrar.BinaryFunction<T1,T2> - Interface in dev.cel.runtime
-
Deprecated.Helper interface for describing binary functions where the type parameters are used to improve compile-time correctness of function bindings.
- Registrar.Function - Interface in dev.cel.runtime
-
Deprecated.Interface describing the general signature of all CEL custom function implementations.
- Registrar.UnaryFunction<T> - Interface in dev.cel.runtime
-
Deprecated.Helper interface for describing unary functions where the type-parameter is used to improve compile-time correctness of function bindings.
- remove(Object) - Method in class dev.cel.common.values.MutableMapValue
- removeArgs(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- removeArgTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- removeElements(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- removeEntries(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- removeEntries(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- removeErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- removeExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- removeExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- removeMacroCalls(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
- removeOverloads(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- removeParameterTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- removeParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- removePositions(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- removeReferenceMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- removeResults(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- removeTypeMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
A map from expression ids to types.
- removeValues(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- removeValues(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- removeValues(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- resolve(CelAttribute) - Method in interface dev.cel.runtime.CelAttributeResolver
-
Attempts to resolve an attribute exactly.
- resolve(String) - Method in class dev.cel.runtime.Activation
-
Resolves the given name to its value.
- resolve(String) - Method in interface dev.cel.runtime.GlobalResolver
-
Resolves the given name to its value.
- resolveGenericParameter(TypeToken<?>, Class<?>, int) - Static method in class dev.cel.common.internal.ReflectionUtil
-
Resolves a generic parameter of a base class from a type token.
- resolveObjectType(Object, CelType) - Method in class dev.cel.runtime.DescriptorTypeResolver
- resolveObjectType(Object, CelType) - Method in class dev.cel.runtime.TypeResolver
-
Resolve the CEL type of the
obj. - resolver() - Method in class dev.cel.runtime.PartialVars
-
The resolver to use for resolving evaluation variables.
- RESULT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- RESULT_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- RESULT_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.FunctionType
- RESULTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState
- reverse() - Method in class dev.cel.common.internal.BidiConverter
-
Return a
BidiConverterwith the converter references reversed. - RuntimeEquality - Class in dev.cel.runtime
-
RuntimeEquality contains methods for performing CEL related equality checks.
- runtimeHelpers - Variable in class dev.cel.runtime.RuntimeEquality
- RuntimeHelpers - Class in dev.cel.runtime
-
Helper methods for common CEL related routines.
- RuntimeTypeProvider - Interface in dev.cel.runtime
-
The
RuntimeTypeProvideris a combination of theMessageProviderandTypeResolverinterfaces. - RuntimeUnknownResolver - Class in dev.cel.runtime
-
Runtime representation of the current state in an iterative evaluation session.
- RuntimeUnknownResolver.Builder - Class in dev.cel.runtime
-
Builder for
RuntimeUnknownResolver.
S
- select(Object) - Method in class dev.cel.common.values.MutableMapValue
- select(String) - Method in class dev.cel.common.values.ProtoMessageValue
- SELECT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- SELECT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- selectField(Object, String) - Method in class dev.cel.runtime.DescriptorMessageProvider
- selectField(Object, String) - Method in interface dev.cel.runtime.MessageProvider
-
Select field from message.
- setAbstractType(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- setAbstractType(Type.AbstractType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- setAccuInit(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- setAccuInit(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- setAccuVar(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- setAccuVarBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- setAffectedComponents(int, SourceInfo.Extension.Component) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- setAffectedComponentsValue(int, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- setArgs(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- setArgs(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- setArgTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- setArgTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- setAttributeResolver(CelAttributeResolver) - Method in class dev.cel.runtime.RuntimeUnknownResolver.Builder
- setBoolValue(boolean) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
boolean value.
- setBoolValue(boolean) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Boolean value.
- setBytesValue(ByteString) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
bytes value.
- setBytesValue(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Byte string value.
- setCallExpr(Expr.Call) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- setCallExpr(Expr.Call.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- setCause(Throwable) - Method in class dev.cel.runtime.CelEvaluationExceptionBuilder
- setColumn(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The 0-based index of the starting position within the line of source text where the issue occurs.
- setComprehensionExpr(Expr.Comprehension) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- setComprehensionExpr(Expr.Comprehension.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- setConstExpr(Constant) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- setConstExpr(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- setContainer(CelContainer) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Set the
CelContainerto use as the namespace for resolving CEL expression variables and functions. - setContainer(CelContainer) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setContainer(CelContainer) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setDoc(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- setDoc(String) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- setDocBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- setDocBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- setDoubleValue(double) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
double value.
- setDoubleValue(double) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Floating point value.
- setDurationValue(Duration) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setDurationValue(Duration.Builder) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setDyn(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- setDyn(Empty.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- setElements(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- setElements(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- setElemType(Type) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- setElemType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- setEntries(int, Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- setEntries(int, Expr.CreateStruct.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- setEntries(int, MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- setEntries(int, MapValue.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
-
The set of map entries.
- setEnumValue(EnumValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- setEnumValue(EnumValue.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- setError(ErrorSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- setError(ErrorSet.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- setError(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- setError(Empty.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- setErrorCode(CelErrorCode) - Method in class dev.cel.runtime.CelEvaluationExceptionBuilder
- setErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- setErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- setExpr(long) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The id of the expression this result if for.
- setExpr(Expr) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- setExpr(Expr) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- setExpr(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- setExpr(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- setExprs(int, long) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- setExprSteps(int, Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- setExprSteps(int, Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- setExprVersion(String) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- setExprVersionBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- setExtensionRegistry(ExtensionRegistry) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Sets a proto ExtensionRegistry to assist with unpacking Any messages containing a proto2 extension field.
- setExtensionRegistry(ExtensionRegistry) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setExtensionRegistry(ExtensionRegistry) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setExtensions(int, SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- setExtensions(int, SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- setField(String) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- setFieldBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- setFieldKey(String) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- setFieldKeyBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- setFunction(Decl.FunctionDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- setFunction(Decl.FunctionDecl.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Function declaration.
- setFunction(Type.FunctionType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- setFunction(Type.FunctionType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Function type.
- setFunction(String) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
Required.
- setFunctionBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
Required.
- setId(long) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.ID of corresponding Expr node.
- setId(long) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
Required.
- setId(long) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- setId(String) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- setIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- setIdent(Decl.IdentDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- setIdent(Decl.IdentDecl.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- setIdentExpr(Expr.Ident) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- setIdentExpr(Expr.Ident.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- setInt64Value(long) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
int64 value.
- setInt64Value(long) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Signed integer value.
- setIsInstanceFunction(boolean) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
- setIterRange(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- setIterRange(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- setIterVar(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- setIterVar2(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- setIterVar2Bytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- setIterVarBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- setKey(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- setKey(Value.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- setKeyType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- setKeyType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- setLine(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
- setLineOffsets(int, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- setListExpr(Expr.CreateList) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- setListExpr(Expr.CreateList.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- setListType(Type.ListType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- setListType(Type.ListType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- setListValue(ListValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- setListValue(ListValue.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- setLocation(String) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The location name.
- setLocation(String) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The soucre location name (e.g.
- setLocationBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The location name.
- setLocationBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The soucre location name (e.g.
- setLoopCondition(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopCondition(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopStep(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopStep(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setMajor(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- setMapKey(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- setMapKey(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- setMapType(Type.MapType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- setMapType(Type.MapType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Parameterized map with typed keys and values.
- setMapValue(MapValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- setMapValue(MapValue.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- setMessageName(String) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- setMessageNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- setMessageType(String) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Protocol buffer message type.
- setMessageTypeBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Protocol buffer message type.
- setMetadata(Metadata, long) - Method in class dev.cel.runtime.CelEvaluationExceptionBuilder
- setMinor(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- setName(String) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
The fully qualified name of the declaration.
- setName(String) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
-
Required.
- setName(String) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
The fully qualified name of the declaration.
- setName(String) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
The fully qualified name of the declaration.
- setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
-
Required.
- setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
The fully qualified name of the declaration.
- setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- setNull(NullValue) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- setNullValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- setNullValue(NullValue) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
null value.
- setNullValue(NullValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Null value.
- setNullValueValue(int) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
null value.
- setNullValueValue(int) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Null value.
- setObjectValue(Any) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- setObjectValue(Any.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- setOffset(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The UTF-8 code unit offset.
- setOperand(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- setOperand(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- setOptionalEntry(boolean) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Whether the key-value pair is optional.
- setOptionalIndices(int, int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- setOptions(CelOptions) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Set the
CelOptionsused to enable fixes and features for this CEL instance. - setOptions(CelOptions) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setOptions(CelOptions) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setOverloadId(int, String) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- setOverloadId(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- setOverloadIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- setOverloads(int, Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- setOverloads(int, Decl.FunctionDecl.Overload.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- setParameterTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- setParameterTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- setParams(int, Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- setParams(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
- setPlanner(ProgramPlanner) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setPrimitive(Type.PrimitiveType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- setPrimitiveValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- setResolver(GlobalResolver) - Method in class dev.cel.runtime.RuntimeUnknownResolver.Builder
- setResult(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- setResult(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- setResults(int, EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- setResults(int, EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- setResultType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- setResultType(Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- setResultType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- setResultType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- setRuntimeOptions(CelRuntimeBuilder) - Method in interface dev.cel.runtime.CelRuntimeLibrary
-
Configures the runtime to support the library implementation, such as adding function bindings.
- setRuntimeOptions(CelRuntimeBuilder, RuntimeEquality, CelOptions) - Method in interface dev.cel.runtime.CelInternalRuntimeLibrary
-
Configures the runtime to support the library implementation, such as adding function bindings.
- setSelectExpr(Expr.Select) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- setSelectExpr(Expr.Select.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- setSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- setSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- setSourceInfo(SourceInfo.Builder) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- setSourceInfo(SourceInfo.Builder) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- setStandardEnvironmentEnabled(boolean) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Enable or disable the standard CEL library functions and variables.
- setStandardEnvironmentEnabled(boolean) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setStandardEnvironmentEnabled(boolean) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setStandardFunctions(CelStandardFunctions) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Override the standard functions for the runtime.
- setStandardFunctions(CelStandardFunctions) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setStandardFunctions(CelStandardFunctions) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setStringValue(String) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- setStringValue(String) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- setStringValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- setStringValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- setStructExpr(Expr.CreateStruct) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- setStructExpr(Expr.CreateStruct.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- setSyntaxVersion(String) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The syntax version of the source, e.g.
- setSyntaxVersionBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The syntax version of the source, e.g.
- setTarget(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- setTarget(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The target of an method call-style expression.
- setTestOnly(boolean) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Whether the select is to be interpreted as a field presence test.
- setTimestampValue(Timestamp) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setTimestampValue(Timestamp.Builder) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- setType(Type) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- setType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
Required.
- setType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type type.
- setType(String) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The fully qualified name of the enum type.
- setTypeBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The fully qualified name of the enum type.
- setTypeFactory(Function<String, Message.Builder>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Set a custom type factory for the runtime.
- setTypeFactory(Function<String, Message.Builder>) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setTypeFactory(Function<String, Message.Builder>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setTypeParam(String) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- setTypeParamBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- setTypeParams(int, String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- setTypeProvider(CelTypeProvider) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Sets the
CelTypeProviderfor resolving CEL types during evaluation, such as a fully qualified type name to a struct or an enum value. - setTypeProvider(CelTypeProvider) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setTypeProvider(CelTypeProvider) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setTypeValue(String) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- setTypeValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- setUint64Value(long) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
uint64 value.
- setUint64Value(long) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Unsigned integer value.
- setUnknown(UnknownSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- setUnknown(UnknownSet.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- setValue(int) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The value of the enum.
- setValue(long) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- setValue(Constant) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- setValue(Constant) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- setValue(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- setValue(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- setValue(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- setValue(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- setValue(Value) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- setValue(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- setValue(Value.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- setValue(Value.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- setValueIndex(int) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.Index of the value in the values list.
- setValueProvider(CelValueProvider) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Sets the
CelValueProviderfor resolving struct values during evaluation. - setValueProvider(CelValueProvider) - Method in class dev.cel.runtime.CelRuntimeImpl.Builder
- setValueProvider(CelValueProvider) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setValues(int, ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- setValues(int, ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- setValues(int, Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- setValues(int, Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- setValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- setValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- setValueType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- setValueType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- setVersion(SourceInfo.Extension.Version) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- setVersion(SourceInfo.Extension.Version.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- setWellKnown(Type.WellKnownType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- setWellKnownValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- setWrapper(Type.PrimitiveType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Wrapper of a primitive type, e.g.
- setWrapperValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Wrapper of a primitive type, e.g.
- SIGNED_UINT32_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Signed uint converter handles bidirectional conversions between uint32 <-> uint64 values.
- simplify(CelAttribute) - Method in class dev.cel.runtime.CelAttributePattern
-
Return an appropriate attribute for a pattern match.
- size() - Method in class dev.cel.common.values.MutableMapValue
- size() - Method in class dev.cel.runtime.ConcatenatedListView
- SIZE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- SIZE_BYTES - dev.cel.runtime.standard.SizeFunction.SizeOverload
- SIZE_LIST - dev.cel.runtime.standard.SizeFunction.SizeOverload
- SIZE_MAP - dev.cel.runtime.standard.SizeFunction.SizeOverload
- SIZE_STRING - dev.cel.runtime.standard.SizeFunction.SizeOverload
- SizeFunction - Class in dev.cel.runtime.standard
-
Standard function for
size. - SizeFunction.SizeOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- SOURCE_INFO_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- SOURCE_INFO_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ParsedExpr
- SourceInfo - Class in com.google.api.expr.v1alpha1
-
Source information collected at parse time.
- SourceInfo.Builder - Class in com.google.api.expr.v1alpha1
-
Source information collected at parse time.
- SourceInfo.Extension - Class in com.google.api.expr.v1alpha1
-
An extension that was requested for the source expression.
- SourceInfo.Extension.Builder - Class in com.google.api.expr.v1alpha1
-
An extension that was requested for the source expression.
- SourceInfo.Extension.Component - Enum in com.google.api.expr.v1alpha1
-
CEL component specifier.
- SourceInfo.Extension.Version - Class in com.google.api.expr.v1alpha1
-
Version
- SourceInfo.Extension.Version.Builder - Class in com.google.api.expr.v1alpha1
-
Version
- SourceInfo.Extension.VersionOrBuilder - Interface in com.google.api.expr.v1alpha1
- SourceInfo.ExtensionOrBuilder - Interface in com.google.api.expr.v1alpha1
- SourceInfoOrBuilder - Interface in com.google.api.expr.v1alpha1
- SourcePosition - Class in com.google.api.expr.v1alpha1
-
A specific position in source.
- SourcePosition.Builder - Class in com.google.api.expr.v1alpha1
-
A specific position in source.
- SourcePositionOrBuilder - Interface in com.google.api.expr.v1alpha1
- standardCelRuntimeBuilder() - Static method in class dev.cel.runtime.CelRuntimeFactory
-
Create a new builder for constructing a
CelRuntimeinstance. - STARTS_WITH - dev.cel.runtime.CelStandardFunctions.StandardFunction
- STARTS_WITH_STRING - dev.cel.runtime.standard.StartsWithFunction.StartsWithOverload
- StartsWithFunction - Class in dev.cel.runtime.standard
-
Standard function for
startsWith. - StartsWithFunction.StartsWithOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- strict(Object) - Static method in class dev.cel.runtime.InterpreterUtil
-
Enforces strictness.
- STRING - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
String type.
- STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction
- STRING_SIZE - dev.cel.runtime.standard.SizeFunction.SizeOverload
- STRING_TO_BOOL - dev.cel.runtime.standard.BoolFunction.BoolOverload
- STRING_TO_BYTES - dev.cel.runtime.standard.BytesFunction.BytesOverload
- STRING_TO_DOUBLE - dev.cel.runtime.standard.DoubleFunction.DoubleOverload
- STRING_TO_DURATION - dev.cel.runtime.standard.DurationFunction.DurationOverload
- STRING_TO_INT64 - dev.cel.runtime.standard.IntFunction.IntOverload
- STRING_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- STRING_TO_TIMESTAMP - dev.cel.runtime.standard.TimestampFunction.TimestampOverload
- STRING_TO_UINT64 - dev.cel.runtime.standard.UintFunction.UintOverload
- STRING_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- STRING_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- STRING_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
String type.
- STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- StringFunction - Class in dev.cel.runtime.standard
-
Standard function for
stringconversion function. - StringFunction.StringOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- STRUCT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- STRUCT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- subtract(Duration, Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Subtract a duration from another.
- subtract(Timestamp, Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Subtracts two timestamps
- subtract(Duration, Duration) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Subtract a duration from another.
- subtract(Instant, Duration) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Subtracts a duration to an instant.
- SUBTRACT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- SUBTRACT_DOUBLE - dev.cel.runtime.standard.SubtractOperator.SubtractOverload
- SUBTRACT_DURATION_DURATION - dev.cel.runtime.standard.SubtractOperator.SubtractOverload
- SUBTRACT_INT64 - dev.cel.runtime.standard.SubtractOperator.SubtractOverload
- SUBTRACT_TIMESTAMP_DURATION - dev.cel.runtime.standard.SubtractOperator.SubtractOverload
- SUBTRACT_TIMESTAMP_TIMESTAMP - dev.cel.runtime.standard.SubtractOperator.SubtractOverload
- SUBTRACT_UINT64 - dev.cel.runtime.standard.SubtractOperator.SubtractOverload
- SubtractOperator - Class in dev.cel.runtime.standard
-
Standard function for the subtraction (-) operator.
- SubtractOperator.SubtractOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- SYNTAX_VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- SyntaxProto - Class in com.google.api.expr.v1alpha1
T
- TARGET_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
- TEST_ONLY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
- TIMESTAMP - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Timestamp type, internally referenced as `timestamp`.
- TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction
- TIMESTAMP_EPOCH - Static variable in class dev.cel.common.internal.ProtoTimeUtils
-
A constant holding the
Timestampof epoch time,1970-01-01T00:00:00.000000000Z. - TIMESTAMP_TO_DAY_OF_MONTH - dev.cel.runtime.standard.GetDayOfMonthFunction.GetDayOfMonthOverload
- TIMESTAMP_TO_DAY_OF_MONTH_1_BASED - dev.cel.runtime.standard.GetDateFunction.GetDateOverload
- TIMESTAMP_TO_DAY_OF_MONTH_1_BASED_WITH_TZ - dev.cel.runtime.standard.GetDateFunction.GetDateOverload
- TIMESTAMP_TO_DAY_OF_MONTH_WITH_TZ - dev.cel.runtime.standard.GetDayOfMonthFunction.GetDayOfMonthOverload
- TIMESTAMP_TO_DAY_OF_WEEK - dev.cel.runtime.standard.GetDayOfWeekFunction.GetDayOfWeekOverload
- TIMESTAMP_TO_DAY_OF_WEEK_WITH_TZ - dev.cel.runtime.standard.GetDayOfWeekFunction.GetDayOfWeekOverload
- TIMESTAMP_TO_DAY_OF_YEAR - dev.cel.runtime.standard.GetDayOfYearFunction.GetDayOfYearOverload
- TIMESTAMP_TO_DAY_OF_YEAR_WITH_TZ - dev.cel.runtime.standard.GetDayOfYearFunction.GetDayOfYearOverload
- TIMESTAMP_TO_HOURS - dev.cel.runtime.standard.GetHoursFunction.GetHoursOverload
- TIMESTAMP_TO_HOURS_WITH_TZ - dev.cel.runtime.standard.GetHoursFunction.GetHoursOverload
- TIMESTAMP_TO_INT64 - dev.cel.runtime.standard.IntFunction.IntOverload
- TIMESTAMP_TO_MILLISECONDS - dev.cel.runtime.standard.GetMillisecondsFunction.GetMillisecondsOverload
- TIMESTAMP_TO_MILLISECONDS_WITH_TZ - dev.cel.runtime.standard.GetMillisecondsFunction.GetMillisecondsOverload
- TIMESTAMP_TO_MINUTES - dev.cel.runtime.standard.GetMinutesFunction.GetMinutesOverload
- TIMESTAMP_TO_MINUTES_WITH_TZ - dev.cel.runtime.standard.GetMinutesFunction.GetMinutesOverload
- TIMESTAMP_TO_MONTH - dev.cel.runtime.standard.GetMonthFunction.GetMonthOverload
- TIMESTAMP_TO_MONTH_WITH_TZ - dev.cel.runtime.standard.GetMonthFunction.GetMonthOverload
- TIMESTAMP_TO_SECONDS - dev.cel.runtime.standard.GetSecondsFunction.GetSecondsOverload
- TIMESTAMP_TO_SECONDS_WITH_TZ - dev.cel.runtime.standard.GetSecondsFunction.GetSecondsOverload
- TIMESTAMP_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- TIMESTAMP_TO_TIMESTAMP - dev.cel.runtime.standard.TimestampFunction.TimestampOverload
- TIMESTAMP_TO_YEAR - dev.cel.runtime.standard.GetFullYearFunction.GetFullYearOverload
- TIMESTAMP_TO_YEAR_WITH_TZ - dev.cel.runtime.standard.GetFullYearFunction.GetFullYearOverload
- TIMESTAMP_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- TIMESTAMP_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Timestamp type, internally referenced as `timestamp`.
- TIMESTAMP_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- TimestampFunction - Class in dev.cel.runtime.standard
-
Standard function for
timestampconversion function. - TimestampFunction.TimestampOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- TO_DYN - dev.cel.runtime.standard.DynFunction.DynOverload
- toBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Constant
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl
- toBuilder() - Method in class com.google.api.expr.v1alpha1.EnumValue
- toBuilder() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- toBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- toBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
- toBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
- toBuilder() - Method in class com.google.api.expr.v1alpha1.ListValue
- toBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- toBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue
- toBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Reference
- toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- toBuilder() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type
- toBuilder() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Value
- toHours(Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a Duration to the number of hours.
- toIndexFormat() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- toJavaDuration(Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a
Durationobject to java-basedDuration. - toJavaInstant(Timestamp) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a
Timestampobject to java-basedInstant. - toMillis(Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a Duration to the number of milliseconds.
- toMinutes(Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a Duration to the number of minutes.
- toProtoDuration(Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a
Durationobject to proto-basedDuration. - toProtoMessageFactory() - Method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.
- toProtoMessageFactory() - Method in interface dev.cel.runtime.MessageFactory
-
Deprecated.Exists only to maintain FunctionalInterface requirement and to make legacy Dynamic/Linked message factories compatible with the new ProtoMessageFactory.
- toProtoTimestamp(Instant) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a
Instantobject to proto-basedTimestamp. - toRuntimeBuilder() - Method in interface dev.cel.runtime.CelRuntime
- toRuntimeBuilder() - Method in class dev.cel.runtime.CelRuntimeImpl
- toRuntimeBuilder() - Method in class dev.cel.runtime.CelRuntimeLegacyImpl
- toRuntimeProgram(Program) - Method in class dev.cel.runtime.CelRuntimeImpl
- toRuntimeValue(Object) - Method in class dev.cel.common.values.BaseProtoCelValueConverter
-
Protobuf semantics take precedence for conversion.
- toRuntimeValue(Object) - Method in class dev.cel.common.values.CombinedCelValueConverter
- toRuntimeValue(Object) - Method in class dev.cel.common.values.ProtoCelValueConverter
- toSeconds(Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a Duration to the number of seconds.
- toSeconds(Timestamp) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert a Timestamp to the number of seconds elapsed from the epoch.
- toString() - Method in class dev.cel.runtime.CelAttribute
- toString() - Method in class dev.cel.runtime.CelAttributePattern
- toString(Duration) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert Duration to string format.
- toString(Timestamp) - Static method in class dev.cel.common.internal.ProtoTimeUtils
-
Convert Timestamp to RFC 3339 date string format.
- toString(Duration) - Static method in class dev.cel.common.internal.DateTimeHelpers
-
Formats a
Durationinto a minimal seconds-based representation. - trace(Message, CelEvaluationListener) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using
messagefields as the source of input variables. - trace(CelEvaluationListener) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program without any variables and invokes the listener as evaluation progresses through the AST.
- trace(CelVariableResolver, CelEvaluationListener) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a custom variable
resolver. - trace(CelVariableResolver, CelFunctionResolver, CelEvaluationListener) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a custom variable
resolverand late-bound functionslateBoundFunctionResolver. - trace(GlobalResolver, CelFunctionResolver, PartialVars, CelEvaluationListener) - Method in class dev.cel.runtime.planner.PlannedProgram
- trace(PartialVars, CelEvaluationListener) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using
partialVarsas the source of input variables and unknown attribute patterns. - trace(Map<String, ?>, CelEvaluationListener) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a
mapValueas the source of input variables. - trace(Map<String, ?>, CelFunctionResolver, CelEvaluationListener) - Method in interface dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a
mapValueas the source of input variables and late-bound functionslateBoundFunctionResolver. - Type - Class in com.google.api.expr.v1alpha1
-
Represents a CEL type.
- TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- TYPE - dev.cel.runtime.standard.TypeFunction.TypeOverload
- TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EnumValue
- TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- TYPE_MAP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- TYPE_PARAM - com.google.api.expr.v1alpha1.Type.TypeKindCase
- TYPE_PARAM_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- TYPE_PARAMS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- TYPE_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- TYPE_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- Type.AbstractType - Class in com.google.api.expr.v1alpha1
-
Application defined abstract type.
- Type.AbstractType.Builder - Class in com.google.api.expr.v1alpha1
-
Application defined abstract type.
- Type.AbstractTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.Builder - Class in com.google.api.expr.v1alpha1
-
Represents a CEL type.
- Type.FunctionType - Class in com.google.api.expr.v1alpha1
-
Function type with result and arg types.
- Type.FunctionType.Builder - Class in com.google.api.expr.v1alpha1
-
Function type with result and arg types.
- Type.FunctionTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.ListType - Class in com.google.api.expr.v1alpha1
-
List type with typed elements, e.g.
- Type.ListType.Builder - Class in com.google.api.expr.v1alpha1
-
List type with typed elements, e.g.
- Type.ListTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.MapType - Class in com.google.api.expr.v1alpha1
-
Map type with parameterized key and value types, e.g.
- Type.MapType.Builder - Class in com.google.api.expr.v1alpha1
-
Map type with parameterized key and value types, e.g.
- Type.MapTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.PrimitiveType - Enum in com.google.api.expr.v1alpha1
-
CEL primitive types.
- Type.TypeKindCase - Enum in com.google.api.expr.v1alpha1
- Type.WellKnownType - Enum in com.google.api.expr.v1alpha1
-
Well-known protobuf types treated with first-class support in CEL.
- typeFactory(Collection<Descriptors.Descriptor>) - Static method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.Use CEL Fluent APIs instead. Directly instantiating DynamicMessageFactory is no longer needed.
- TypeFunction - Class in dev.cel.runtime.standard
-
Standard function for the
typefunction. - TypeFunction.TypeOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard
typefunction. - TYPEKIND_NOT_SET - com.google.api.expr.v1alpha1.Type.TypeKindCase
- TypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- typeProvider(Collection<Descriptors.Descriptor>) - Static method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.Use CEL Fluent APIs instead. Directly instantiating DynamicMessageFactory's RuntimeTypeProvider is no longer needed.
- TypeResolver - Class in dev.cel.runtime
-
TypeResolverresolves incomingCelTypeintoTypeType., either as part of a type call (type('foo'), type(1), etc.) or as a type literal (type, int, string, etc.) - TypeResolver() - Constructor for class dev.cel.runtime.TypeResolver
- types() - Method in class dev.cel.common.types.DefaultTypeProvider
U
- UINT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- UINT64 - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Uint64 type.
- UINT64_TO_DOUBLE - dev.cel.runtime.standard.DoubleFunction.DoubleOverload
- UINT64_TO_INT64 - dev.cel.runtime.standard.IntFunction.IntOverload
- UINT64_TO_STRING - dev.cel.runtime.standard.StringFunction.StringOverload
- UINT64_TO_UINT64 - dev.cel.runtime.standard.UintFunction.UintOverload
- UINT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- UINT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- UINT64_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Uint64 type.
- UINT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
- UINT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- uint64Add(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Add(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64CompareTo(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64CompareTo(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Divide(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Divide(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Mod(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Mod(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Multiply(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Multiply(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Subtract(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Subtract(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- UintFunction - Class in dev.cel.runtime.standard
-
Standard function for
uintconversion function. - UintFunction.UintOverload - Enum in dev.cel.runtime.standard
-
Overloads for the standard function.
- union(CelUnknownSet, CelUnknownSet) - Static method in class dev.cel.runtime.CelUnknownSet
- UNKNOWN - com.google.api.expr.v1alpha1.ExprValue.KindCase
- UNKNOWN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
- UnknownContext - Class in dev.cel.runtime
-
AsyncContext represents the state required for an iterative evaluation session in the CEL evaluator.
- unknownExprIds() - Method in class dev.cel.runtime.CelUnknownSet
-
Set of subexpression IDs that were decided to be unknown and in the critical path.
- unknowns() - Method in class dev.cel.runtime.PartialVars
-
A list of attribute patterns specifying which missing attribute paths should be tracked as unknown values.
- UnknownSet - Class in com.google.api.expr.v1alpha1
-
A set of expressions for which the value is unknown.
- UnknownSet.Builder - Class in com.google.api.expr.v1alpha1
-
A set of expressions for which the value is unknown.
- UnknownSetOrBuilder - Interface in com.google.api.expr.v1alpha1
- UnknownTrackingInterpretable - Interface in dev.cel.runtime
-
An interpretable that allows for tracking unknowns at runtime.
- unpack(Any) - Method in class dev.cel.common.internal.DynamicProto
-
Unpack an
Anyvalue to a concreteMessagevalue. - UNRECOGNIZED - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.PrimitiveType
- UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.WellKnownType
- UNSIGNED_UINT32_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Unigned uint converter handles bidirectional conversions between uint32 <-> uint64 values.
- UNSIGNED_UINT64_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Unsigned uint64 converter which adapts from a
longvalue on the wire to anUnsignedLong. - unwrap() - Method in interface dev.cel.runtime.planner.ActivationWrapper
- UTC - Static variable in class dev.cel.common.internal.DateTimeHelpers
V
- value() - Method in class dev.cel.common.values.MutableMapValue
- value() - Method in class dev.cel.common.values.ProtoMessageValue
- Value - Class in com.google.api.expr.v1alpha1
-
Represents a CEL value.
- VALUE - com.google.api.expr.v1alpha1.ExprValue.KindCase
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EnumValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState.Result
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue.Entry
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Reference
- VALUE_INDEX_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- VALUE_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.MapType
- Value.Builder - Class in com.google.api.expr.v1alpha1
-
Represents a CEL value.
- Value.KindCase - Enum in com.google.api.expr.v1alpha1
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
-
Deprecated.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelAttribute.Qualifier.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.AddOperator.AddOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.BoolFunction.BoolOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.BytesFunction.BytesOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.ContainsFunction.ContainsOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.DivideOperator.DivideOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.DoubleFunction.DoubleOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.DurationFunction.DurationOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.DynFunction.DynOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.EndsWithFunction.EndsWithOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.EqualsOperator.EqualsOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetDateFunction.GetDateOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetDayOfMonthFunction.GetDayOfMonthOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetDayOfWeekFunction.GetDayOfWeekOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetDayOfYearFunction.GetDayOfYearOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetFullYearFunction.GetFullYearOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetHoursFunction.GetHoursOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetMillisecondsFunction.GetMillisecondsOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetMinutesFunction.GetMinutesOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetMonthFunction.GetMonthOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GetSecondsFunction.GetSecondsOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.GreaterOperator.GreaterOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.IndexOperator.IndexOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.InOperator.InOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.IntFunction.IntOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.LessOperator.LessOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.LogicalNotOperator.LogicalNotOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.MatchesFunction.MatchesOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.ModuloOperator.ModuloOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.MultiplyOperator.MultiplyOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.NegateOperator.NegateOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.NotEqualsOperator.NotEqualsOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.NotStrictlyFalseFunction.NotStrictlyFalseOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.SizeFunction.SizeOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.StartsWithFunction.StartsWithOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.StringFunction.StringOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.SubtractOperator.SubtractOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.TimestampFunction.TimestampOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.TypeFunction.TypeOverload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.standard.UintFunction.UintOverload
-
Returns the enum constant of this type with the specified name.
- ValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- valueOrUnknown(Object, Long) - Static method in class dev.cel.runtime.InterpreterUtil
- ValueProto - Class in com.google.api.expr.v1alpha1
- valueProviders() - Method in class dev.cel.common.values.CombinedCelValueProvider
-
Returns the underlying
CelValueProviders in order. - values() - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class dev.cel.common.values.MutableMapValue
- values() - Static method in enum dev.cel.runtime.CelAttribute.Qualifier.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.AddOperator.AddOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.BoolFunction.BoolOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.BytesFunction.BytesOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.ContainsFunction.ContainsOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.DivideOperator.DivideOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.DoubleFunction.DoubleOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.DurationFunction.DurationOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.DynFunction.DynOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.EndsWithFunction.EndsWithOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.EqualsOperator.EqualsOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetDateFunction.GetDateOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetDayOfMonthFunction.GetDayOfMonthOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetDayOfWeekFunction.GetDayOfWeekOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetDayOfYearFunction.GetDayOfYearOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetFullYearFunction.GetFullYearOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetHoursFunction.GetHoursOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetMillisecondsFunction.GetMillisecondsOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetMinutesFunction.GetMinutesOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetMonthFunction.GetMonthOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GetSecondsFunction.GetSecondsOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GreaterEqualsOperator.GreaterEqualsOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.GreaterOperator.GreaterOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.IndexOperator.IndexOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.InOperator.InOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.IntFunction.IntOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.LessEqualsOperator.LessEqualsOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.LessOperator.LessOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.LogicalNotOperator.LogicalNotOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.MatchesFunction.MatchesOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.ModuloOperator.ModuloOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.MultiplyOperator.MultiplyOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.NegateOperator.NegateOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.NotEqualsOperator.NotEqualsOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.NotStrictlyFalseFunction.NotStrictlyFalseOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.SizeFunction.SizeOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.StartsWithFunction.StartsWithOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.StringFunction.StringOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.SubtractOperator.SubtractOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.TimestampFunction.TimestampOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.TypeFunction.TypeOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.standard.UintFunction.UintOverload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState
- VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ListValue
- variableResolver() - Method in class dev.cel.runtime.UnknownContext
-
Accessor for the underlying variable resolver.
- VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
W
- WELL_KNOWN - com.google.api.expr.v1alpha1.Type.TypeKindCase
- WELL_KNOWN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- WELL_KNOWN_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Unspecified type.
- WELL_KNOWN_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Unspecified type.
- WILD_CARD - dev.cel.runtime.CelAttribute.Qualifier.Kind
- wildCard() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- withResolvedAttributes(Map<CelAttribute, Object>) - Method in class dev.cel.runtime.UnknownContext
-
Creates a new unknown context that is a copy of the current context with the provided additional attribute values.
- WRAPPER - com.google.api.expr.v1alpha1.Type.TypeKindCase
- WRAPPER_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Constant
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.EnumValue
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ErrorSet
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.EvalState
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Call
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Select
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ExprValue
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ListValue
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.MapValue
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Reference
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourcePosition
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.ListType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.MapType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.UnknownSet
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Value
All Classes All Packages