All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractMessage |
A partial implementation of the Message interface which implements as many methods of
that interface as possible in terms of other methods.
|
| AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>> |
A partial implementation of the Message.Builder interface which implements as many
methods of that interface as possible in terms of other methods.
|
| AbstractMessage.BuilderParent |
Interface for the parent of a Builder that allows the builder to communicate invalidations back
to the parent for use when using nested builders.
|
| AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> |
A partial implementation of the MessageLite interface which implements as many methods of
that interface as possible in terms of other methods.
|
| AbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> |
A partial implementation of the Message.Builder interface which implements as many
methods of that interface as possible in terms of other methods.
|
| AbstractMessageLite.InternalOneOfEnum |
Interface for an enum which signifies which field in a oneof was specified.
|
| AbstractParser<MessageType extends MessageLite> |
A partial implementation of the Parser interface which implements as many methods of that
interface as possible in terms of other methods.
|
| Any |
Protobuf type google.protobuf.Any
|
| Any.Builder |
Protobuf type google.protobuf.Any
|
| AnyOrBuilder |
|
| AnyProto |
|
| Api |
Protobuf type google.protobuf.Api
|
| Api.Builder |
Protobuf type google.protobuf.Api
|
| ApiOrBuilder |
|
| ApiProto |
|
| BasicCodePointArray |
An array of code points that contain code points from both the Latin-1 character set and Basic
Multilingual Plane.
|
| BlockingRpcChannel |
Abstract interface for a blocking RPC channel.
|
| BlockingService |
|
| BoolValue |
Protobuf type google.protobuf.BoolValue
|
| BoolValue.Builder |
Protobuf type google.protobuf.BoolValue
|
| BoolValueOrBuilder |
|
| ByteOutput |
An output target for raw bytes.
|
| ByteString |
Immutable sequence of bytes.
|
| ByteString.ByteIterator |
This interface extends Iterator<Byte>, so that we can return an unboxed byte.
|
| ByteString.Output |
Outputs to a ByteString instance.
|
| BytesValue |
Protobuf type google.protobuf.BytesValue
|
| BytesValue.Builder |
Protobuf type google.protobuf.BytesValue
|
| BytesValueOrBuilder |
|
| CelAbstractSyntaxTree |
Represents a checked or unchecked expression, its source, and related metadata such as source
position information.
|
| CELBaseVisitor<T> |
This class provides an empty implementation of CELVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
| CelChecker |
Public interface for type-checking parsed CEL expressions.
|
| CelCheckerBuilder |
Interface for building an instance of CelChecker
|
| CelCheckerLegacyImpl |
CelChecker implementation which uses the original CEL-Java APIs to provide a simple,
consistent interface for type-checking.
|
| CelCheckerLegacyImpl.Builder |
Builder class for the legacy CelChecker implementation.
|
| CelCheckerLibrary |
CelCheckerLibrary defines the interface to extend functionalities beyond the CEL standard
functions for CelChecker.
|
| CelCodePointArray |
Represents an in-memory read-only contiguous source of Unicode code points.
|
| CelCompiler |
CelCompiler bundles up the common concerns for parsing and type-checking exposes additional
methods for performing both operations in a single pass.
|
| CelCompilerBuilder |
Interface for building an instance of CelCompiler
|
| CelCompilerFactory |
Factory class for creating builders for type-checker and compiler instances.
|
| CelCompilerImpl |
CelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a
stream-lined expression parse/type-check experience, via a single compile method.
|
| CelCompilerImpl.Builder |
Builder for CelCompilerImpl
|
| CelCompilerLibrary |
CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard
functions for CelCompiler.
|
| CelConstant |
Represents a primitive literal.
|
| CelConstant.Kind |
Represents the type of the Constant
|
| CelDescriptors |
Value object containing multiple set of descriptors to be provided into the CEL environment.
|
| CelDescriptors.Builder |
Builder for configuring the CelDescriptors
|
| CelDescriptorUtil |
Utility class for working with protobuf descriptors.
|
| CelErrorCode |
The canonical error codes for CEL
|
| CelException |
Base class for all checked exceptions explicitly thrown by the library.
|
| CelExpr |
An abstract representation of a common expression.
|
| CelExpr.Builder |
Builder for CelExpr.
|
| CelExpr.CelCall |
A call expression, including calls to predefined functions and operators.
|
| CelExpr.CelCall.Builder |
Builder for CelCall.
|
| CelExpr.CelComprehension |
A comprehension expression applied to a list or map.
|
| CelExpr.CelComprehension.Builder |
Builder for Comprehension.
|
| CelExpr.CelCreateList |
A list creation expression.
|
| CelExpr.CelCreateList.Builder |
Builder for CelCreateList.
|
| CelExpr.CelCreateStruct |
A map or message creation expression.
|
| CelExpr.CelCreateStruct.Builder |
Builder for CelCreateStruct.
|
| CelExpr.CelCreateStruct.Entry |
Represents an entry of the struct
|
| CelExpr.CelCreateStruct.Entry.Builder |
Builder for CelCreateStruct.Entry.
|
| CelExpr.CelCreateStruct.Entry.KeyKind |
Entry key kind.
|
| CelExpr.CelCreateStruct.Entry.KeyKind.Kind |
Denotes Entry Key kind.
|
| CelExpr.CelIdent |
An identifier expression.
|
| CelExpr.CelIdent.Builder |
Builder for CelIdent.
|
| CelExpr.CelNotSet |
An unset expression.
|
| CelExpr.CelSelect |
A field selection expression.
|
| CelExpr.CelSelect.Builder |
Builder for CelSelect.
|
| CelExpr.ExprKind |
Denotes the kind of the expression.
|
| CelExpr.ExprKind.Kind |
Expression kind.
|
| CelExprConverter |
Converts a proto-based Canonical Expression Tree Expr into the CEL native representation
of Expression tree CelExpr and vice versa.
|
| CelExprFactory |
Assists with the expansion of CelMacro in a manner which is consistent with the source
position and expression ID generation code leveraged by both the parser and type-checker.
|
| CelFunctionDecl |
Abstract representation of a CEL Function declaration.
|
| CelFunctionDecl.Builder |
|
| CelIdentDecl |
Abstract representation of a CEL identifier declaration.
|
| CelIdentDecl.Builder |
|
| CelIssue |
Encapulates a CelSourceLocation and message representing an error within an expression.
|
| CelIssue.Builder |
|
| CelIssue.Severity |
Severity of a CelIssue.
|
| CelKind |
The CelKind indicates the type category.
|
| CELLexer |
|
| CelMacro |
|
| CelMacroExpander |
Converts the target and arguments of a function call that matches a macro.
|
| CelOptions |
Options to configure how the CEL parser, type-checker, and evaluator behave.
|
| CelOptions.Builder |
Builder for configuring the CelOptions.
|
| CelOverloadDecl |
Abstract representation of a CEL function overload declaration.
|
| CelOverloadDecl.Builder |
|
| CelParser |
Public interface for the parsing CEL expressions.
|
| CELParser |
|
| CELParser.BoolFalseContext |
|
| CELParser.BoolTrueContext |
|
| CELParser.BytesContext |
|
| CELParser.CalcContext |
|
| CELParser.ConditionalAndContext |
|
| CELParser.ConditionalOrContext |
|
| CELParser.ConstantLiteralContext |
|
| CELParser.CreateListContext |
|
| CELParser.CreateMessageContext |
|
| CELParser.CreateStructContext |
|
| CELParser.DoubleContext |
|
| CELParser.ExprContext |
|
| CELParser.ExprListContext |
|
| CELParser.FieldInitializerListContext |
|
| CELParser.IdentOrGlobalCallContext |
|
| CELParser.IndexContext |
|
| CELParser.IntContext |
|
| CELParser.ListInitContext |
|
| CELParser.LiteralContext |
|
| CELParser.LogicalNotContext |
|
| CELParser.MapInitializerListContext |
|
| CELParser.MemberCallContext |
|
| CELParser.MemberContext |
|
| CELParser.MemberExprContext |
|
| CELParser.NegateContext |
|
| CELParser.NestedContext |
|
| CELParser.NullContext |
|
| CELParser.OptExprContext |
|
| CELParser.OptFieldContext |
|
| CELParser.PrimaryContext |
|
| CELParser.PrimaryExprContext |
|
| CELParser.RelationContext |
|
| CELParser.SelectContext |
|
| CELParser.StartContext |
|
| CELParser.StringContext |
|
| CELParser.UintContext |
|
| CELParser.UnaryContext |
|
| CelParserBuilder |
Interface for building an instance of CelParser
|
| CelParserFactory |
Factory class for producing CelParser instances and builders.
|
| CelParserImpl |
Modernized parser implementation for CEL.
|
| CelParserImpl.Builder |
|
| CelParserLibrary |
CelParserLibrary defines the interface to extend functionalities beyond the CEL standard
functions for CelParser.
|
| CelProtoAbstractSyntaxTree |
|
| CelProtoExprVisitor |
CEL expression visitor implementation based on the com.google.api.expr.Expr proto.
|
| CelReference |
Describes a resolved reference to a declaration.
|
| CelReference.Builder |
|
| CelSource |
Represents the source content of an expression and related metadata.
|
| CelSource.Builder |
|
| CelSourceLocation |
|
| CelStandardMacro |
CelStandardMacro enum represents all of the macros defined as part of the CEL standard library.
|
| CelType |
Abstract representation of a CEL type which indicates its CelKind, name, and
parameters.
|
| CelTypeProvider |
The CelTypeProvider is used to lookup CelType definitions by name, as well as
enumerate supported CelTypeProvider.types().
|
| CelTypeProvider.CombinedCelTypeProvider |
The CombinedCelTypeProvider implements the CelTypeProvider interface by merging
the CelType instances supported by each together.
|
| CelTypes |
Utility class for working with Type.
|
| CelValidationException |
Base class for all checked exceptions explicitly thrown by the library during parsing.
|
| CelValidationResult |
CelValidationResult encapsulates the CelAbstractSyntaxTree and CelIssue set which
may be generated during the parse and check phases.
|
| CelVarDecl |
Abstract representation of a CEL variable declaration.
|
| CELVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by CELParser.
|
| CheckedExpr |
A CEL expression which has been successfully type checked.
|
| CheckedExpr.Builder |
A CEL expression which has been successfully type checked.
|
| CheckedExprOrBuilder |
|
| CodedInputStream |
Reads and decodes protocol message fields.
|
| CodedOutputStream |
Encodes and writes protocol message fields.
|
| CodedOutputStream.OutOfSpaceException |
If you create a CodedOutputStream around a simple flat array, you must not attempt to write
more bytes than the array has space.
|
| CodePointStream |
Implementation of ANTLRv4 CharStream using CelCodePointArray.
|
| Constant |
Represents a primitive literal.
|
| Constant.Builder |
Represents a primitive literal.
|
| Constant.ConstantKindCase |
|
| ConstantOrBuilder |
|
| Constants |
Internal utility class for working with com.google.api.expr.Constant.
|
| Decl |
Represents a declaration of a named value or function.
|
| Decl.Builder |
Represents a declaration of a named value or function.
|
| Decl.DeclKindCase |
|
| Decl.FunctionDecl |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
|
| Decl.FunctionDecl.Builder |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
|
| Decl.FunctionDecl.Overload |
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of
[Expr][cel.expr.Expr] values.
|
| Decl.FunctionDecl.Overload.Builder |
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of
[Expr][cel.expr.Expr] values.
|
| Decl.FunctionDecl.OverloadOrBuilder |
|
| Decl.FunctionDeclOrBuilder |
|
| Decl.IdentDecl |
Identifier declaration which specifies its type and optional `Expr` value.
|
| Decl.IdentDecl.Builder |
Identifier declaration which specifies its type and optional `Expr` value.
|
| Decl.IdentDeclOrBuilder |
|
| DeclOrBuilder |
|
| DeclProto |
|
| DescriptorProtos |
|
| DescriptorProtos.DescriptorProto |
Protobuf type google.protobuf.DescriptorProto
|
| DescriptorProtos.DescriptorProto.Builder |
Protobuf type google.protobuf.DescriptorProto
|
| DescriptorProtos.DescriptorProto.ExtensionRange |
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
|
| DescriptorProtos.DescriptorProto.ExtensionRange.Builder |
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
|
| DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder |
|
| DescriptorProtos.DescriptorProto.ReservedRange |
Protobuf type google.protobuf.DescriptorProto.ReservedRange
|
| DescriptorProtos.DescriptorProto.ReservedRange.Builder |
Protobuf type google.protobuf.DescriptorProto.ReservedRange
|
| DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder |
|
| DescriptorProtos.DescriptorProtoOrBuilder |
|
| DescriptorProtos.EnumDescriptorProto |
Protobuf type google.protobuf.EnumDescriptorProto
|
| DescriptorProtos.EnumDescriptorProto.Builder |
Protobuf type google.protobuf.EnumDescriptorProto
|
| DescriptorProtos.EnumDescriptorProto.EnumReservedRange |
Protobuf type google.protobuf.EnumDescriptorProto.EnumReservedRange
|
| DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder |
Protobuf type google.protobuf.EnumDescriptorProto.EnumReservedRange
|
| DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder |
|
| DescriptorProtos.EnumDescriptorProtoOrBuilder |
|
| DescriptorProtos.EnumOptions |
Protobuf type google.protobuf.EnumOptions
|
| DescriptorProtos.EnumOptions.Builder |
Protobuf type google.protobuf.EnumOptions
|
| DescriptorProtos.EnumOptionsOrBuilder |
|
| DescriptorProtos.EnumValueDescriptorProto |
Protobuf type google.protobuf.EnumValueDescriptorProto
|
| DescriptorProtos.EnumValueDescriptorProto.Builder |
Protobuf type google.protobuf.EnumValueDescriptorProto
|
| DescriptorProtos.EnumValueDescriptorProtoOrBuilder |
|
| DescriptorProtos.EnumValueOptions |
Protobuf type google.protobuf.EnumValueOptions
|
| DescriptorProtos.EnumValueOptions.Builder |
Protobuf type google.protobuf.EnumValueOptions
|
| DescriptorProtos.EnumValueOptionsOrBuilder |
|
| DescriptorProtos.ExtensionRangeOptions |
Protobuf type google.protobuf.ExtensionRangeOptions
|
| DescriptorProtos.ExtensionRangeOptions.Builder |
Protobuf type google.protobuf.ExtensionRangeOptions
|
| DescriptorProtos.ExtensionRangeOptionsOrBuilder |
|
| DescriptorProtos.FieldDescriptorProto |
Protobuf type google.protobuf.FieldDescriptorProto
|
| DescriptorProtos.FieldDescriptorProto.Builder |
Protobuf type google.protobuf.FieldDescriptorProto
|
| DescriptorProtos.FieldDescriptorProto.Label |
Protobuf enum google.protobuf.FieldDescriptorProto.Label
|
| DescriptorProtos.FieldDescriptorProto.Type |
Protobuf enum google.protobuf.FieldDescriptorProto.Type
|
| DescriptorProtos.FieldDescriptorProtoOrBuilder |
|
| DescriptorProtos.FieldOptions |
Protobuf type google.protobuf.FieldOptions
|
| DescriptorProtos.FieldOptions.Builder |
Protobuf type google.protobuf.FieldOptions
|
| DescriptorProtos.FieldOptions.CType |
Protobuf enum google.protobuf.FieldOptions.CType
|
| DescriptorProtos.FieldOptions.JSType |
Protobuf enum google.protobuf.FieldOptions.JSType
|
| DescriptorProtos.FieldOptionsOrBuilder |
|
| DescriptorProtos.FileDescriptorProto |
Protobuf type google.protobuf.FileDescriptorProto
|
| DescriptorProtos.FileDescriptorProto.Builder |
Protobuf type google.protobuf.FileDescriptorProto
|
| DescriptorProtos.FileDescriptorProtoOrBuilder |
|
| DescriptorProtos.FileDescriptorSet |
Protobuf type google.protobuf.FileDescriptorSet
|
| DescriptorProtos.FileDescriptorSet.Builder |
Protobuf type google.protobuf.FileDescriptorSet
|
| DescriptorProtos.FileDescriptorSetOrBuilder |
|
| DescriptorProtos.FileOptions |
Protobuf type google.protobuf.FileOptions
|
| DescriptorProtos.FileOptions.Builder |
Protobuf type google.protobuf.FileOptions
|
| DescriptorProtos.FileOptions.OptimizeMode |
Protobuf enum google.protobuf.FileOptions.OptimizeMode
|
| DescriptorProtos.FileOptionsOrBuilder |
|
| DescriptorProtos.GeneratedCodeInfo |
Protobuf type google.protobuf.GeneratedCodeInfo
|
| DescriptorProtos.GeneratedCodeInfo.Annotation |
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
|
| DescriptorProtos.GeneratedCodeInfo.Annotation.Builder |
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
|
| DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder |
|
| DescriptorProtos.GeneratedCodeInfo.Builder |
Protobuf type google.protobuf.GeneratedCodeInfo
|
| DescriptorProtos.GeneratedCodeInfoOrBuilder |
|
| DescriptorProtos.MessageOptions |
Protobuf type google.protobuf.MessageOptions
|
| DescriptorProtos.MessageOptions.Builder |
Protobuf type google.protobuf.MessageOptions
|
| DescriptorProtos.MessageOptionsOrBuilder |
|
| DescriptorProtos.MethodDescriptorProto |
Protobuf type google.protobuf.MethodDescriptorProto
|
| DescriptorProtos.MethodDescriptorProto.Builder |
Protobuf type google.protobuf.MethodDescriptorProto
|
| DescriptorProtos.MethodDescriptorProtoOrBuilder |
|
| DescriptorProtos.MethodOptions |
Protobuf type google.protobuf.MethodOptions
|
| DescriptorProtos.MethodOptions.Builder |
Protobuf type google.protobuf.MethodOptions
|
| DescriptorProtos.MethodOptions.IdempotencyLevel |
Protobuf enum google.protobuf.MethodOptions.IdempotencyLevel
|
| DescriptorProtos.MethodOptionsOrBuilder |
|
| DescriptorProtos.OneofDescriptorProto |
Protobuf type google.protobuf.OneofDescriptorProto
|
| DescriptorProtos.OneofDescriptorProto.Builder |
Protobuf type google.protobuf.OneofDescriptorProto
|
| DescriptorProtos.OneofDescriptorProtoOrBuilder |
|
| DescriptorProtos.OneofOptions |
Protobuf type google.protobuf.OneofOptions
|
| DescriptorProtos.OneofOptions.Builder |
Protobuf type google.protobuf.OneofOptions
|
| DescriptorProtos.OneofOptionsOrBuilder |
|
| DescriptorProtos.ServiceDescriptorProto |
Protobuf type google.protobuf.ServiceDescriptorProto
|
| DescriptorProtos.ServiceDescriptorProto.Builder |
Protobuf type google.protobuf.ServiceDescriptorProto
|
| DescriptorProtos.ServiceDescriptorProtoOrBuilder |
|
| DescriptorProtos.ServiceOptions |
Protobuf type google.protobuf.ServiceOptions
|
| DescriptorProtos.ServiceOptions.Builder |
Protobuf type google.protobuf.ServiceOptions
|
| DescriptorProtos.ServiceOptionsOrBuilder |
|
| DescriptorProtos.SourceCodeInfo |
Protobuf type google.protobuf.SourceCodeInfo
|
| DescriptorProtos.SourceCodeInfo.Builder |
Protobuf type google.protobuf.SourceCodeInfo
|
| DescriptorProtos.SourceCodeInfo.Location |
Protobuf type google.protobuf.SourceCodeInfo.Location
|
| DescriptorProtos.SourceCodeInfo.Location.Builder |
Protobuf type google.protobuf.SourceCodeInfo.Location
|
| DescriptorProtos.SourceCodeInfo.LocationOrBuilder |
|
| DescriptorProtos.SourceCodeInfoOrBuilder |
|
| DescriptorProtos.UninterpretedOption |
Protobuf type google.protobuf.UninterpretedOption
|
| DescriptorProtos.UninterpretedOption.Builder |
Protobuf type google.protobuf.UninterpretedOption
|
| DescriptorProtos.UninterpretedOption.NamePart |
Protobuf type google.protobuf.UninterpretedOption.NamePart
|
| DescriptorProtos.UninterpretedOption.NamePart.Builder |
Protobuf type google.protobuf.UninterpretedOption.NamePart
|
| DescriptorProtos.UninterpretedOption.NamePartOrBuilder |
|
| DescriptorProtos.UninterpretedOptionOrBuilder |
|
| Descriptors |
Contains a collection of classes which describe protocol message types.
|
| Descriptors.Descriptor |
Describes a message type.
|
| Descriptors.DescriptorValidationException |
Thrown when building descriptors fails because the source DescriptorProtos are not valid.
|
| Descriptors.EnumDescriptor |
Describes an enum type.
|
| Descriptors.EnumValueDescriptor |
Describes one value within an enum type.
|
| Descriptors.FieldDescriptor |
Describes a field of a message type.
|
| Descriptors.FieldDescriptor.JavaType |
|
| Descriptors.FieldDescriptor.Type |
|
| Descriptors.FileDescriptor |
Describes a .proto file, including everything defined within.
|
| Descriptors.FileDescriptor.InternalDescriptorAssigner |
Deprecated. |
| Descriptors.FileDescriptor.Syntax |
The syntax of the .proto file.
|
| Descriptors.GenericDescriptor |
All descriptors implement this to make it easier to implement tools like
DescriptorPool.
|
| Descriptors.MethodDescriptor |
Describes one method within a service type.
|
| Descriptors.OneofDescriptor |
Describes a oneof of a message type.
|
| Descriptors.ServiceDescriptor |
Describes a service type.
|
| DescriptorTypeProvider |
The DescriptorTypeProvider provides type information for one or more Descriptors.Descriptor
instances of proto messages.
|
| DescriptorTypeProvider.EnumValueDef |
|
| DescriptorTypeProvider.FieldDef |
Value object for a proto-based field definition.
|
| DescriptorTypeProvider.MapEntryDef |
Value object for Map entry TypeDef information.
|
| DescriptorTypeProvider.SymbolTable |
Helper class to construct a symbol table for messages, enums, and their respective
declarations.
|
| DescriptorTypeProvider.TypeDef |
Value object for a proto-based primitive, message, or enum definition.
|
| DiscardUnknownFieldsParser |
Parsers to discard unknown fields during parsing.
|
| DoubleValue |
Protobuf type google.protobuf.DoubleValue
|
| DoubleValue.Builder |
Protobuf type google.protobuf.DoubleValue
|
| DoubleValueOrBuilder |
|
| Duration |
Protobuf type google.protobuf.Duration
|
| Duration.Builder |
Protobuf type google.protobuf.Duration
|
| DurationOrBuilder |
|
| DurationProto |
|
| DynamicMessage |
|
| DynamicMessage.Builder |
|
| Empty |
Protobuf type google.protobuf.Empty
|
| Empty.Builder |
Protobuf type google.protobuf.Empty
|
| EmptyOrBuilder |
|
| EmptyProto |
|
| Enum |
Protobuf type google.protobuf.Enum
|
| Enum.Builder |
Protobuf type google.protobuf.Enum
|
| EnumOrBuilder |
|
| EnumType |
Enum types to support strongly typed enums with lookups by value name and number.
|
| EnumType.EnumNameResolver |
Functional interface for looking up an enum name by its number.
|
| EnumType.EnumNumberResolver |
Functional interface for lookup up an enum number by its local or fully qualified name.
|
| EnumValue |
Protobuf type google.protobuf.EnumValue
|
| EnumValue |
An enum value.
|
| EnumValue.Builder |
Protobuf type google.protobuf.EnumValue
|
| EnumValue.Builder |
An enum value.
|
| EnumValueOrBuilder |
|
| EnumValueOrBuilder |
|
| Env |
Environment used during checking of expressions.
|
| Env.DeclGroup |
Object for managing a group of declarations within a scope.
|
| Env.FunctionBuilder |
Deprecated.
|
| Env.IdentBuilder |
Deprecated.
|
| EnvVisitable |
Simple API for exposing a class with a visitable CEL environment.
|
| EnvVisitor |
Simple API for visiting the declarations of a CEL environment
|
| Errors |
An object which manages error reporting.
|
| Errors.Error |
Represents an error.
|
| Errors.ErrorFormatter |
Helper interface to format an error string.
|
| Errors.SourceLocation |
SourceLocation gives the line and column where an expression starts.
|
| ErrorSet |
A set of errors.
|
| ErrorSet.Builder |
A set of errors.
|
| ErrorSetOrBuilder |
|
| EvalProto |
|
| EvalState |
The state of an evaluation.
|
| EvalState.Builder |
The state of an evaluation.
|
| EvalState.Result |
A single evaluation result.
|
| EvalState.Result.Builder |
A single evaluation result.
|
| EvalState.ResultOrBuilder |
|
| EvalStateOrBuilder |
|
| ExperimentalApi |
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
| Explain |
Deprecated. |
| Explain.Builder |
Values of intermediate expressions produced when evaluating expression.
|
| Explain.ExprStep |
ID and value index of one step.
|
| Explain.ExprStep.Builder |
ID and value index of one step.
|
| Explain.ExprStepOrBuilder |
|
| ExplainOrBuilder |
Deprecated. |
| ExplainProto |
|
| Expr |
An abstract representation of a common expression.
|
| Expr.Builder |
An abstract representation of a common expression.
|
| Expr.Call |
A call expression, including calls to predefined functions and operators.
|
| Expr.Call.Builder |
A call expression, including calls to predefined functions and operators.
|
| Expr.CallOrBuilder |
|
| Expr.Comprehension |
A comprehension expression applied to a list or map.
|
| Expr.Comprehension.Builder |
A comprehension expression applied to a list or map.
|
| Expr.ComprehensionOrBuilder |
|
| Expr.CreateList |
A list creation expression.
|
| Expr.CreateList.Builder |
A list creation expression.
|
| Expr.CreateListOrBuilder |
|
| Expr.CreateStruct |
A map or message creation expression.
|
| Expr.CreateStruct.Builder |
A map or message creation expression.
|
| Expr.CreateStruct.Entry |
Represents an entry.
|
| Expr.CreateStruct.Entry.Builder |
Represents an entry.
|
| Expr.CreateStruct.Entry.KeyKindCase |
|
| Expr.CreateStruct.EntryOrBuilder |
|
| Expr.CreateStructOrBuilder |
|
| Expr.ExprKindCase |
|
| Expr.Ident |
An identifier expression.
|
| Expr.Ident.Builder |
An identifier expression.
|
| Expr.IdentOrBuilder |
|
| Expr.Select |
A field selection expression.
|
| Expr.Select.Builder |
A field selection expression.
|
| Expr.SelectOrBuilder |
|
| ExprChecker |
Deprecated.
|
| ExprChecker.OverloadResolution |
Helper object for holding an overload resolution result.
|
| ExprFeatures |
Deprecated.
|
| ExprOrBuilder |
|
| ExprValue |
The value of an evaluated expression.
|
| ExprValue.Builder |
The value of an evaluated expression.
|
| ExprValue.KindCase |
|
| ExprValueOrBuilder |
|
| ExprVisitor |
CEL expression visitor implementation.
|
| ExprVisitor.ComprehensionArg |
ComprehensionArg specifies the arg ordinal values for comprehension arguments, where the
ordinal of the enum maps to the ordinal of the argument in the comprehension expression.
|
| Extension<ContainingType extends MessageLite,Type> |
Interface that generated extensions implement.
|
| Extension.ExtensionType |
The API type that the extension is used for.
|
| Extension.MessageType |
Type of a message extension.
|
| ExtensionLite<ContainingType extends MessageLite,Type> |
Lite interface that generated extensions implement.
|
| ExtensionRegistry |
A table of known extensions, searchable by name or field number.
|
| ExtensionRegistry.ExtensionInfo |
A (Descriptor, Message) pair, returned by lookup methods.
|
| ExtensionRegistryLite |
|
| Field |
Protobuf type google.protobuf.Field
|
| Field.Builder |
Protobuf type google.protobuf.Field
|
| Field.Cardinality |
Protobuf enum google.protobuf.Field.Cardinality
|
| Field.Kind |
Protobuf enum google.protobuf.Field.Kind
|
| FieldMask |
Protobuf type google.protobuf.FieldMask
|
| FieldMask.Builder |
Protobuf type google.protobuf.FieldMask
|
| FieldMaskOrBuilder |
|
| FieldMaskProto |
|
| FieldOrBuilder |
|
| FieldType |
Enumeration identifying all relevant type information for a protobuf field.
|
| FileDescriptorSetConverter |
Utility class for converting from a FileDescriptorSet to a collection of
FileDescriptor instances.
|
| FloatValue |
Protobuf type google.protobuf.FloatValue
|
| FloatValue.Builder |
Protobuf type google.protobuf.FloatValue
|
| FloatValueOrBuilder |
|
| GeneratedMessage |
All generated protocol message classes extend this class.
|
| GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>> |
|
| GeneratedMessage.BuilderParent |
TODO(xiaofeng): remove this after b/29368482 is fixed.
|
| GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>> |
Generated message builders for message types that contain extension ranges
subclass this.
|
| GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage> |
Generated message classes for message types that contain extension ranges
subclass this.
|
| GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage> |
|
| GeneratedMessage.FieldAccessorTable |
Users should ignore this class.
|
| GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type> |
Type used to represent generated extensions.
|
| GeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> |
|
| GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> |
|
| GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,?>> |
A Parser implementation that delegates to the default instance.
|
| GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> |
|
| GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> |
|
| GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> |
|
| GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> |
|
| GeneratedMessageLite.MethodToInvoke |
|
| GeneratedMessageLite.SerializedForm |
A serialized (serializable) form of the generated message.
|
| GeneratedMessageV3 |
All generated protocol message classes extend this class.
|
| GeneratedMessageV3.Builder<BuilderType extends GeneratedMessageV3.Builder<BuilderType>> |
|
| GeneratedMessageV3.BuilderParent |
TODO(xiaofeng): remove this after b/29368482 is fixed.
|
| GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>> |
Generated message builders for message types that contain extension ranges
subclass this.
|
| GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage> |
Generated message classes for message types that contain extension ranges
subclass this.
|
| GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage> |
|
| GeneratedMessageV3.FieldAccessorTable |
Users should ignore this class.
|
| GeneratedMessageV3.UnusedPrivateParameter |
|
| InferenceContext |
An object holding a context for type inference.
|
| Int32Value |
Protobuf type google.protobuf.Int32Value
|
| Int32Value.Builder |
Protobuf type google.protobuf.Int32Value
|
| Int32ValueOrBuilder |
|
| Int64Value |
Protobuf type google.protobuf.Int64Value
|
| Int64Value.Builder |
Protobuf type google.protobuf.Int64Value
|
| Int64ValueOrBuilder |
|
| Internal |
The classes contained within are used internally by the Protocol Buffer library and generated
message implementations.
|
| Internal |
Annotates a program element (class, method, package, etc) which is internal to CEL, not part of
the public API, and should not be used by users of CEL.
|
| Internal.BooleanList |
A List implementation that avoids boxing the elements into Booleans if
possible.
|
| Internal.DoubleList |
A List implementation that avoids boxing the elements into Doubles if
possible.
|
| Internal.EnumLite |
Interface for an enum value or value descriptor, to be used in FieldSet.
|
| Internal.EnumLiteMap<T extends Internal.EnumLite> |
|
| Internal.EnumVerifier |
Interface for an object which verifies integers are in range.
|
| Internal.FloatList |
A List implementation that avoids boxing the elements into Floats if
possible.
|
| Internal.IntList |
A List implementation that avoids boxing the elements into Integers if
possible.
|
| Internal.ListAdapter<F,T> |
Provides an immutable view of List<T> around a List<F>.
|
| Internal.ListAdapter.Converter<F,T> |
Convert individual elements of the List from F to T.
|
| Internal.LongList |
A List implementation that avoids boxing the elements into Longs if possible.
|
| Internal.MapAdapter<K,V,RealValue> |
Wrap around a Map<K, RealValue> and provide a Map<K, V> interface.
|
| Internal.MapAdapter.Converter<A,B> |
An interface used to convert between two types.
|
| Internal.ProtobufList<E> |
Extends List to add the capability to make the list immutable and inspect if it is
modifiable.
|
| InvalidProtocolBufferException |
Thrown when a protocol message being parsed is invalid in some way.
|
| InvalidProtocolBufferException.InvalidWireTypeException |
Exception indicating that an unexpected wire type was encountered for a field.
|
| JavaType |
Enum that identifies the Java types required to store protobuf fields.
|
| Latin1CodePointArray |
Represents an in-memory contiguous source of ISO-LATIN-1 code points.
|
| LazyField |
LazyField encapsulates the logic of lazily parsing message fields.
|
| LazyFieldLite |
LazyFieldLite encapsulates the logic of lazily parsing message fields.
|
| LazyStringArrayList |
|
| LazyStringList |
An interface extending List<String> that also provides access to the items of the list as
UTF8-encoded ByteString or byte[] objects.
|
| ListType |
Lists are a parameterized type with the parameter indicating the elemType.
|
| ListValue |
Protobuf type google.protobuf.ListValue
|
| ListValue |
A list.
|
| ListValue.Builder |
Protobuf type google.protobuf.ListValue
|
| ListValue.Builder |
A list.
|
| ListValueOrBuilder |
|
| ListValueOrBuilder |
|
| MapEntry<K,V> |
Implements MapEntry messages.
|
| MapEntry.Builder<K,V> |
|
| MapEntryLite<K,V> |
Implements the lite version of map entry messages.
|
| MapField<K,V> |
Internal representation of map fields in generated messages.
|
| MapFieldLite<K,V> |
Internal representation of map fields in generated lite-runtime messages.
|
| MapType |
Maps are a parameterized type where the two parameters supported indicate the keyType and
valueType of map entries.
|
| MapValue |
A map.
|
| MapValue.Builder |
A map.
|
| MapValue.Entry |
Protobuf type cel.expr.MapValue.Entry
|
| MapValue.Entry.Builder |
Protobuf type cel.expr.MapValue.Entry
|
| MapValue.EntryOrBuilder |
|
| MapValueOrBuilder |
|
| Message |
Abstract interface implemented by Protocol Message objects.
|
| Message.Builder |
Abstract interface implemented by Protocol Message builders.
|
| MessageLite |
Abstract interface implemented by Protocol Message objects.
|
| MessageLite.Builder |
Abstract interface implemented by Protocol Message builders.
|
| MessageLiteOrBuilder |
|
| MessageOrBuilder |
|
| Method |
Protobuf type google.protobuf.Method
|
| Method.Builder |
Protobuf type google.protobuf.Method
|
| MethodOrBuilder |
|
| Mixin |
Protobuf type google.protobuf.Mixin
|
| Mixin.Builder |
Protobuf type google.protobuf.Mixin
|
| MixinOrBuilder |
|
| NullableType |
Nullable types are a union type which indicate that the value is either the targetType or
SimpleType.NULL_TYPE
|
| NullValue |
Protobuf enum google.protobuf.NullValue
|
| OpaqueType |
An opaque type's properties may only be accessed via function calls associated with the type.
|
| Operator |
Package-private enumeration of Common Expression Language operators.
|
| Option |
Protobuf type google.protobuf.Option
|
| Option.Builder |
Protobuf type google.protobuf.Option
|
| OptionalType |
OptionalType is an opaque type that that represents an optional value.
|
| OptionOrBuilder |
|
| ParsedExpr |
An expression together with source information as returned by the parser.
|
| ParsedExpr.Builder |
An expression together with source information as returned by the parser.
|
| ParsedExprOrBuilder |
|
| Parser<MessageType> |
Abstract interface for parsing Protocol Messages.
|
| PluginProtos |
|
| PluginProtos.CodeGeneratorRequest |
Protobuf type google.protobuf.compiler.CodeGeneratorRequest
|
| PluginProtos.CodeGeneratorRequest.Builder |
Protobuf type google.protobuf.compiler.CodeGeneratorRequest
|
| PluginProtos.CodeGeneratorRequestOrBuilder |
|
| PluginProtos.CodeGeneratorResponse |
Protobuf type google.protobuf.compiler.CodeGeneratorResponse
|
| PluginProtos.CodeGeneratorResponse.Builder |
Protobuf type google.protobuf.compiler.CodeGeneratorResponse
|
| PluginProtos.CodeGeneratorResponse.Feature |
Protobuf enum google.protobuf.compiler.CodeGeneratorResponse.Feature
|
| PluginProtos.CodeGeneratorResponse.File |
Protobuf type google.protobuf.compiler.CodeGeneratorResponse.File
|
| PluginProtos.CodeGeneratorResponse.File.Builder |
Protobuf type google.protobuf.compiler.CodeGeneratorResponse.File
|
| PluginProtos.CodeGeneratorResponse.FileOrBuilder |
|
| PluginProtos.CodeGeneratorResponseOrBuilder |
|
| PluginProtos.Version |
Protobuf type google.protobuf.compiler.Version
|
| PluginProtos.Version.Builder |
Protobuf type google.protobuf.compiler.Version
|
| PluginProtos.VersionOrBuilder |
|
| ProtocolMessageEnum |
Interface of useful methods added to all enums generated by the protocol compiler.
|
| ProtocolStringList |
An interface extending List<String> used for repeated string fields to provide optional
access to the data as a list of ByteStrings.
|
| ProtoMessageType |
The ProtoMessageType is a StructType with support for proto Extensions
and field masks.
|
| ProtoMessageType.Extension |
Extension contains the name, type, and target message type of the extension.
|
| ProtoMessageTypeProvider |
The ProtoMessageTypeProvider implements the CelTypeProvider interface to provide
CelType objects for the core CEL types and a list of protobuf message types.
|
| ProtoSyntax |
Represents the syntax version of the message.
|
| ProtoTypeMask |
ProtoTypeMask describes the fraction of a protobuf type's object graph that should be
visible within CEL expressions.
|
| ProtoTypeMaskTypeProvider |
The ProtoTypeMaskTypeProvider binds a set of ProtoTypeMask instances to type
definitions and ensures that only fields which have been explicitly listed by the set of
ProtoTypeMask values is exposed within the CEL type system.
|
| Reference |
Describes a resolved reference to a declaration.
|
| Reference.Builder |
Describes a resolved reference to a declaration.
|
| ReferenceOrBuilder |
|
| RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> |
RepeatedFieldBuilder implements a structure that a protocol message uses to hold a
repeated field of other protocol messages.
|
| RepeatedFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> |
RepeatedFieldBuilderV3 implements a structure that a protocol message uses to hold a
repeated field of other protocol messages.
|
| RpcCallback<ParameterType> |
Interface for an RPC callback, normally called when an RPC completes.
|
| RpcChannel |
Abstract interface for an RPC channel.
|
| RpcController |
An RpcController mediates a single method call.
|
| RpcUtil |
Grab-bag of utility functions useful when dealing with RPCs.
|
| RpcUtil.AlreadyCalledException |
Exception thrown when a one-time callback is called more than once.
|
| Service |
Abstract base interface for protocol-buffer-based RPC services.
|
| ServiceException |
Thrown by blocking RPC methods when a failure occurs.
|
| SimpleType |
Simple types represent scalar, dynamic, and error values.
|
| SingleFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> |
SingleFieldBuilder implements a structure that a protocol message uses to hold a single
field of another protocol message.
|
| SingleFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> |
SingleFieldBuilderV3 implements a structure that a protocol message uses to hold a single
field of another protocol message.
|
| SourceContext |
Protobuf type google.protobuf.SourceContext
|
| SourceContext.Builder |
Protobuf type google.protobuf.SourceContext
|
| SourceContextOrBuilder |
|
| SourceContextProto |
|
| SourceInfo |
Source information collected at parse time.
|
| SourceInfo.Builder |
Source information collected at parse time.
|
| SourceInfoOrBuilder |
|
| Standard |
Standard declarations for CEL.
|
| Status |
The `Status` type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs.
|
| Status.Builder |
The `Status` type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs.
|
| StatusOrBuilder |
|
| StatusProto |
|
| StringValue |
Protobuf type google.protobuf.StringValue
|
| StringValue.Builder |
Protobuf type google.protobuf.StringValue
|
| StringValueOrBuilder |
|
| Struct |
Protobuf type google.protobuf.Struct
|
| Struct.Builder |
Protobuf type google.protobuf.Struct
|
| StructOrBuilder |
|
| StructProto |
|
| StructType |
Struct type indicates that the type name is a structured object with typed properties.
|
| StructType.Field |
Value object which holds a reference to the field name and type.
|
| StructType.FieldResolver |
The FieldResolver is used to lookup the type of a StructType's
fieldName.
|
| StructTypeReference |
A simple type reference to a struct.
|
| SupplementalCodePointArray |
Array of code points that contain code points from Latin-1 character set, basic multilingual
plane or the supplemental multilingual plane.
|
| Syntax |
Protobuf enum google.protobuf.Syntax
|
| SyntaxProto |
|
| TextFormat |
Provide text parsing and formatting support for proto2 instances.
|
| TextFormat.InvalidEscapeSequenceException |
|
| TextFormat.ParseException |
Thrown when parsing an invalid text format message.
|
| TextFormat.Parser |
Parser for text-format proto2 instances.
|
| TextFormat.Parser.Builder |
|
| TextFormat.Parser.SingularOverwritePolicy |
Determines if repeated values for non-repeated fields and oneofs are permitted.
|
| TextFormat.Printer |
Helper class for converting protobufs to text.
|
| TextFormat.UnknownFieldParseException |
Thrown when encountering an unknown field while parsing a text format message.
|
| TextFormatParseInfoTree |
Data structure which is populated with the locations of each field value parsed from the text.
|
| TextFormatParseInfoTree.Builder |
|
| TextFormatParseLocation |
A location in the source code.
|
| Timestamp |
Protobuf type google.protobuf.Timestamp
|
| Timestamp.Builder |
Protobuf type google.protobuf.Timestamp
|
| TimestampOrBuilder |
|
| TimestampProto |
|
| Type |
Protobuf type google.protobuf.Type
|
| Type |
Represents a CEL type.
|
| Type.AbstractType |
Application defined abstract type.
|
| Type.AbstractType.Builder |
Application defined abstract type.
|
| Type.AbstractTypeOrBuilder |
|
| Type.Builder |
Protobuf type google.protobuf.Type
|
| Type.Builder |
Represents a CEL type.
|
| Type.FunctionType |
Function type with result and arg types.
|
| Type.FunctionType.Builder |
Function type with result and arg types.
|
| Type.FunctionTypeOrBuilder |
|
| Type.ListType |
List type with typed elements, e.g.
|
| Type.ListType.Builder |
List type with typed elements, e.g.
|
| Type.ListTypeOrBuilder |
|
| Type.MapType |
Map type with parameterized key and value types, e.g.
|
| Type.MapType.Builder |
Map type with parameterized key and value types, e.g.
|
| Type.MapTypeOrBuilder |
|
| Type.PrimitiveType |
CEL primitive types.
|
| Type.TypeKindCase |
|
| Type.WellKnownType |
Well-known protobuf types treated with first-class support in CEL.
|
| TypeFormatter |
Class to format Type objects into String values.
|
| TypeOrBuilder |
|
| TypeOrBuilder |
|
| TypeParamType |
Type parameters are 'free' types which take on a concrete type contextually.
|
| TypeProto |
|
| TypeProvider |
Deprecated.
|
| TypeProvider.CombinedTypeProvider |
The CombinedTypeProvider takes one or more TypeProvider instances and attempts
to look up a Type instance for a given typeName by calling each
TypeProvider in the order that they are provided to the constructor.
|
| TypeProvider.ExtensionFieldType |
|
| TypeProvider.FieldType |
|
| TypeRegistry |
A TypeRegistry is used to resolve Any messages.
|
| TypeRegistry.Builder |
|
| Types |
Utilities for dealing with the Type proto.
|
| TypeType |
The TypeType is a type which holds a reference to a type-kind.
|
| UInt32Value |
Protobuf type google.protobuf.UInt32Value
|
| UInt32Value.Builder |
Protobuf type google.protobuf.UInt32Value
|
| UInt32ValueOrBuilder |
|
| UInt64Value |
Protobuf type google.protobuf.UInt64Value
|
| UInt64Value.Builder |
Protobuf type google.protobuf.UInt64Value
|
| UInt64ValueOrBuilder |
|
| UninitializedMessageException |
Thrown when attempting to build a protocol message that is missing required fields.
|
| UnknownFieldSet |
UnknownFieldSet keeps track of fields which were seen when parsing a protocol
message but whose field numbers or types are unrecognized.
|
| UnknownFieldSet.Builder |
|
| UnknownFieldSet.Field |
Represents a single field in an UnknownFieldSet.
|
| UnknownFieldSet.Field.Builder |
|
| UnknownFieldSet.Parser |
Parser to implement MessageLite interface.
|
| UnknownFieldSetLite |
UnknownFieldSetLite is used to keep track of fields which were seen when parsing a
protocol message but whose field numbers or types are unrecognized.
|
| UnknownSet |
A set of expressions for which the value is unknown.
|
| UnknownSet.Builder |
A set of expressions for which the value is unknown.
|
| UnknownSetOrBuilder |
|
| UnmodifiableLazyStringList |
|
| UnsafeByteOperations |
Provides a number of unsafe byte operations to be used by advanced applications with high
performance requirements.
|
| UnspecifiedType |
Represents an unspecified CEL-Type.
|
| Value |
Protobuf type google.protobuf.Value
|
| Value |
Represents a CEL value.
|
| Value.Builder |
Protobuf type google.protobuf.Value
|
| Value.Builder |
Represents a CEL value.
|
| Value.KindCase |
|
| Value.KindCase |
|
| ValueOrBuilder |
|
| ValueOrBuilder |
|
| ValueProto |
|
| WireFormat |
This class is used internally by the Protocol Buffer library and generated message
implementations.
|
| WireFormat.FieldType |
|
| WireFormat.JavaType |
|
| WrappersProto |
|