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
Methods in com.github.xds.type.matcher.v3 that return CelExpression Modifier and Type Method Description CelExpressionCelMatcher.Builder. getExprMatch()Either parsed or checked representation of the CEL program.CelExpressionCelMatcher. getExprMatch()Either parsed or checked representation of the CEL program.CelExpressionCelMatcherOrBuilder. getExprMatch()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.BuilderCelMatcher.Builder. mergeExprMatch(CelExpression value)Either parsed or checked representation of the CEL program.CelMatcher.BuilderCelMatcher.Builder. setExprMatch(CelExpression value)Either parsed or checked representation of the CEL program. -
Uses of CelExpression in com.github.xds.type.v3
Methods in com.github.xds.type.v3 that return CelExpression Modifier and Type Method Description CelExpressionCelExpression.Builder. build()CelExpressionCelExpression.Builder. buildPartial()static CelExpressionCelExpression. getDefaultInstance()CelExpressionCelExpression.Builder. getDefaultInstanceForType()CelExpressionCelExpression. getDefaultInstanceForType()CelExpressionCelExtractString.Builder. getExprExtract()The CEL expression used to extract a string from the CEL environment.CelExpressionCelExtractString. getExprExtract()The CEL expression used to extract a string from the CEL environment.CelExpressionCelExtractStringOrBuilder. getExprExtract()The CEL expression used to extract a string from the CEL environment.static CelExpressionCelExpression. parseDelimitedFrom(InputStream input)static CelExpressionCelExpression. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CelExpressionCelExpression. parseFrom(byte[] data)static CelExpressionCelExpression. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CelExpressionCelExpression. parseFrom(com.google.protobuf.ByteString data)static CelExpressionCelExpression. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CelExpressionCelExpression. parseFrom(com.google.protobuf.CodedInputStream input)static CelExpressionCelExpression. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CelExpressionCelExpression. parseFrom(InputStream input)static CelExpressionCelExpression. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CelExpressionCelExpression. parseFrom(ByteBuffer data)static CelExpressionCelExpression. parseFrom(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 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 CelExtractString.BuilderCelExtractString.Builder. mergeExprExtract(CelExpression value)The CEL expression used to extract a string from the CEL environment.CelExpression.BuilderCelExpression.Builder. mergeFrom(CelExpression other)static CelExpression.BuilderCelExpression. newBuilder(CelExpression prototype)CelExtractString.BuilderCelExtractString.Builder. setExprExtract(CelExpression value)The CEL expression used to extract a string from the CEL environment.
-