Uses of Class
dev.cel.expr.SourceInfo.Extension
-
Packages that use SourceInfo.Extension Package Description dev.cel.expr -
-
Uses of SourceInfo.Extension in dev.cel.expr
Methods in dev.cel.expr that return SourceInfo.Extension Modifier and Type Method Description SourceInfo.Extension
SourceInfo.Extension.Builder. build()
SourceInfo.Extension
SourceInfo.Extension.Builder. buildPartial()
static SourceInfo.Extension
SourceInfo.Extension. getDefaultInstance()
SourceInfo.Extension
SourceInfo.Extension.Builder. getDefaultInstanceForType()
SourceInfo.Extension
SourceInfo.Extension. getDefaultInstanceForType()
SourceInfo.Extension
SourceInfo.Builder. getExtensions(int index)
A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.Extension
SourceInfo. getExtensions(int index)
A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.Extension
SourceInfoOrBuilder. getExtensions(int index)
A list of tags for extensions that were used while parsing or type checking the source expression.static SourceInfo.Extension
SourceInfo.Extension. parseDelimitedFrom(java.io.InputStream input)
static SourceInfo.Extension
SourceInfo.Extension. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(byte[] data)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(com.google.protobuf.ByteString data)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(java.io.InputStream input)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(java.nio.ByteBuffer data)
static SourceInfo.Extension
SourceInfo.Extension. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type SourceInfo.Extension Modifier and Type Method Description java.util.List<SourceInfo.Extension>
SourceInfo.Builder. getExtensionsList()
A list of tags for extensions that were used while parsing or type checking the source expression.java.util.List<SourceInfo.Extension>
SourceInfo. getExtensionsList()
A list of tags for extensions that were used while parsing or type checking the source expression.java.util.List<SourceInfo.Extension>
SourceInfoOrBuilder. getExtensionsList()
A list of tags for extensions that were used while parsing or type checking the source expression.com.google.protobuf.Parser<SourceInfo.Extension>
SourceInfo.Extension. getParserForType()
static com.google.protobuf.Parser<SourceInfo.Extension>
SourceInfo.Extension. parser()
Methods in dev.cel.expr with parameters of type SourceInfo.Extension Modifier and Type Method Description SourceInfo.Builder
SourceInfo.Builder. addExtensions(int index, SourceInfo.Extension value)
A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.Builder
SourceInfo.Builder. addExtensions(SourceInfo.Extension value)
A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.Extension.Builder
SourceInfo.Extension.Builder. mergeFrom(SourceInfo.Extension other)
static SourceInfo.Extension.Builder
SourceInfo.Extension. newBuilder(SourceInfo.Extension prototype)
SourceInfo.Builder
SourceInfo.Builder. setExtensions(int index, SourceInfo.Extension value)
A list of tags for extensions that were used while parsing or type checking the source expression.Method parameters in dev.cel.expr with type arguments of type SourceInfo.Extension Modifier and Type Method Description SourceInfo.Builder
SourceInfo.Builder. addAllExtensions(java.lang.Iterable<? extends SourceInfo.Extension> values)
A list of tags for extensions that were used while parsing or type checking the source expression.
-