Uses of Class
com.github.xds.type.matcher.v3.CelMatcher.Builder
-
Packages that use CelMatcher.Builder Package Description com.github.xds.type.matcher.v3 -
-
Uses of CelMatcher.Builder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return CelMatcher.Builder Modifier and Type Method Description CelMatcher.BuilderCelMatcher.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CelMatcher.BuilderCelMatcher.Builder. clear()CelMatcher.BuilderCelMatcher.Builder. clearExprMatch()Either parsed or checked representation of the CEL program.CelMatcher.BuilderCelMatcher.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)CelMatcher.BuilderCelMatcher.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CelMatcher.BuilderCelMatcher.Builder. clone()CelMatcher.BuilderCelMatcher.Builder. mergeExprMatch(CelExpression value)Either parsed or checked representation of the CEL program.CelMatcher.BuilderCelMatcher.Builder. mergeFrom(CelMatcher other)CelMatcher.BuilderCelMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CelMatcher.BuilderCelMatcher.Builder. mergeFrom(com.google.protobuf.Message other)CelMatcher.BuilderCelMatcher.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static CelMatcher.BuilderCelMatcher. newBuilder()static CelMatcher.BuilderCelMatcher. newBuilder(CelMatcher prototype)CelMatcher.BuilderCelMatcher. newBuilderForType()protected CelMatcher.BuilderCelMatcher. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)CelMatcher.BuilderCelMatcher.Builder. setExprMatch(CelExpression value)Either parsed or checked representation of the CEL program.CelMatcher.BuilderCelMatcher.Builder. setExprMatch(CelExpression.Builder builderForValue)Either parsed or checked representation of the CEL program.CelMatcher.BuilderCelMatcher.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CelMatcher.BuilderCelMatcher.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CelMatcher.BuilderCelMatcher.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CelMatcher.BuilderCelMatcher. toBuilder()
-