Uses of Class
com.github.xds.type.v3.CelExpression
Packages that use CelExpression
Package
Description
-
Uses of CelExpression in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return CelExpressionModifier and TypeMethodDescriptionCelMatcher.Builder.getExprMatch()Either parsed or checked representation of the CEL program.CelMatcher.getExprMatch()Either parsed or checked representation of the CEL program.CelMatcherOrBuilder.getExprMatch()Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 with parameters of type CelExpressionModifier and TypeMethodDescriptionCelMatcher.Builder.mergeExprMatch(CelExpression value) Either parsed or checked representation of the CEL program.CelMatcher.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 CelExpressionModifier and TypeMethodDescriptionCelExpression.Builder.build()CelExpression.Builder.buildPartial()static CelExpressionCelExpression.getDefaultInstance()CelExpression.Builder.getDefaultInstanceForType()CelExpression.getDefaultInstanceForType()CelExtractString.Builder.getExprExtract()The CEL expression used to extract a string from the CEL environment.CelExtractString.getExprExtract()The CEL expression used to extract a string from the CEL environment.CelExtractStringOrBuilder.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 CelExpressionModifier and TypeMethodDescriptioncom.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 CelExpressionModifier and TypeMethodDescriptionCelExtractString.Builder.mergeExprExtract(CelExpression value) The CEL expression used to extract a string from the CEL environment.CelExpression.Builder.mergeFrom(CelExpression other) static CelExpression.BuilderCelExpression.newBuilder(CelExpression prototype) CelExtractString.Builder.setExprExtract(CelExpression value) The CEL expression used to extract a string from the CEL environment. -
Uses of CelExpression in io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3
Methods in io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3 that return CelExpressionModifier and TypeMethodDescriptionCELSamplerConfig.Builder.getExpression()Expression that, when evaluated, will be used to make sample decision.CELSamplerConfig.getExpression()Expression that, when evaluated, will be used to make sample decision.CELSamplerConfigOrBuilder.getExpression()Expression that, when evaluated, will be used to make sample decision.Methods in io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3 with parameters of type CelExpressionModifier and TypeMethodDescriptionCELSamplerConfig.Builder.mergeExpression(CelExpression value) Expression that, when evaluated, will be used to make sample decision.CELSamplerConfig.Builder.setExpression(CelExpression value) Expression that, when evaluated, will be used to make sample decision.