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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CelMatcher.Builder.clear()CelMatcher.Builder.clearDescription()Free-form description of the CEL AST, e.g. the original expression text, to be used for debugging assistance.CelMatcher.Builder.clearExprMatch()Either parsed or checked representation of the CEL program.CelMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CelMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CelMatcher.Builder.clone()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) final CelMatcher.BuilderCelMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CelMatcher.BuilderCelMatcher.newBuilder()static CelMatcher.BuilderCelMatcher.newBuilder(CelMatcher prototype) CelMatcher.newBuilderForType()protected CelMatcher.BuilderCelMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CelMatcher.Builder.setDescription(String value) Free-form description of the CEL AST, e.g. the original expression text, to be used for debugging assistance.CelMatcher.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Free-form description of the CEL AST, e.g. the original expression text, to be used for debugging assistance.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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final CelMatcher.BuilderCelMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CelMatcher.toBuilder()