Uses of Class
com.github.xds.type.v3.CelExpression
-
Packages that use CelExpression Package Description com.github.xds.type.matcher.v3 com.github.xds.type.v3 -
-
Uses of CelExpression in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as CelExpression Modifier and Type Field Description private CelExpression
CelMatcher.Builder. exprMatch_
private CelExpression
CelMatcher. exprMatch_
Fields in com.github.xds.type.matcher.v3 with type parameters of type CelExpression Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelMatcher.Builder. exprMatchBuilder_
Methods in com.github.xds.type.matcher.v3 that return CelExpression Modifier and Type Method Description CelExpression
CelMatcher.Builder. getExprMatch()
Either parsed or checked representation of the CEL program.CelExpression
CelMatcher. getExprMatch()
Either parsed or checked representation of the CEL program.CelExpression
CelMatcherOrBuilder. getExprMatch()
Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type CelExpression Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelMatcher.Builder. getExprMatchFieldBuilder()
Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 with parameters of type CelExpression Modifier and Type Method Description CelMatcher.Builder
CelMatcher.Builder. mergeExprMatch(CelExpression value)
Either parsed or checked representation of the CEL program.CelMatcher.Builder
CelMatcher.Builder. setExprMatch(CelExpression value)
Either parsed or checked representation of the CEL program. -
Uses of CelExpression in com.github.xds.type.v3
Fields in com.github.xds.type.v3 declared as CelExpression Modifier and Type Field Description private static CelExpression
CelExpression. DEFAULT_INSTANCE
private CelExpression
CelExtractString.Builder. exprExtract_
private CelExpression
CelExtractString. exprExtract_
Fields in com.github.xds.type.v3 with type parameters of type CelExpression Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelExtractString.Builder. exprExtractBuilder_
private static com.google.protobuf.Parser<CelExpression>
CelExpression. PARSER
Methods in com.github.xds.type.v3 that return CelExpression Modifier and Type Method Description CelExpression
CelExpression.Builder. build()
CelExpression
CelExpression.Builder. buildPartial()
static CelExpression
CelExpression. getDefaultInstance()
CelExpression
CelExpression.Builder. getDefaultInstanceForType()
CelExpression
CelExpression. getDefaultInstanceForType()
CelExpression
CelExtractString.Builder. getExprExtract()
The CEL expression used to extract a string from the CEL environment.CelExpression
CelExtractString. getExprExtract()
The CEL expression used to extract a string from the CEL environment.CelExpression
CelExtractStringOrBuilder. getExprExtract()
The CEL expression used to extract a string from the CEL environment.static CelExpression
CelExpression. parseDelimitedFrom(java.io.InputStream input)
static CelExpression
CelExpression. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelExpression
CelExpression. parseFrom(byte[] data)
static CelExpression
CelExpression. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelExpression
CelExpression. parseFrom(com.google.protobuf.ByteString data)
static CelExpression
CelExpression. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelExpression
CelExpression. parseFrom(com.google.protobuf.CodedInputStream input)
static CelExpression
CelExpression. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelExpression
CelExpression. parseFrom(java.io.InputStream input)
static CelExpression
CelExpression. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelExpression
CelExpression. parseFrom(java.nio.ByteBuffer data)
static CelExpression
CelExpression. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.github.xds.type.v3 that return types with arguments of type CelExpression Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelExtractString.Builder. getExprExtractFieldBuilder()
The CEL expression used to extract a string from the CEL environment.com.google.protobuf.Parser<CelExpression>
CelExpression. getParserForType()
static com.google.protobuf.Parser<CelExpression>
CelExpression. parser()
Methods in com.github.xds.type.v3 with parameters of type CelExpression Modifier and Type Method Description private void
CelExpression.Builder. buildPartial0(CelExpression result)
private void
CelExpression.Builder. buildPartialOneofs(CelExpression result)
CelExtractString.Builder
CelExtractString.Builder. mergeExprExtract(CelExpression value)
The CEL expression used to extract a string from the CEL environment.CelExpression.Builder
CelExpression.Builder. mergeFrom(CelExpression other)
static CelExpression.Builder
CelExpression. newBuilder(CelExpression prototype)
CelExtractString.Builder
CelExtractString.Builder. setExprExtract(CelExpression value)
The CEL expression used to extract a string from the CEL environment.
-