Uses of Class
com.github.xds.type.matcher.v3.CelMatcher.Builder
Packages that use CelMatcher.Builder
-
Uses of CelMatcher.Builder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return CelMatcher.BuilderModifier and TypeMethodDescriptionCelMatcher.Builder.clear()
CelMatcher.Builder.clearDescription()
Free-form description of the CEL AST, e.g.CelMatcher.Builder.clearExprMatch()
Either parsed or checked representation of the CEL program.CelMatcher.Builder.mergeExprMatch
(CelExpression value) Either parsed or checked representation of the CEL program.CelMatcher.Builder.mergeFrom
(CelMatcher other) CelMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CelMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) static CelMatcher.Builder
CelMatcher.newBuilder()
static CelMatcher.Builder
CelMatcher.newBuilder
(CelMatcher prototype) CelMatcher.newBuilderForType()
protected CelMatcher.Builder
CelMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CelMatcher.Builder.setDescription
(String value) Free-form description of the CEL AST, e.g.CelMatcher.Builder.setDescriptionBytes
(com.google.protobuf.ByteString value) Free-form description of the CEL AST, e.g.CelMatcher.Builder.setExprMatch
(CelExpression value) Either parsed or checked representation of the CEL program.CelMatcher.Builder.setExprMatch
(CelExpression.Builder builderForValue) Either parsed or checked representation of the CEL program.CelMatcher.toBuilder()