Uses of Class
com.github.xds.type.matcher.v3.Matcher.OnMatch.Builder
Packages that use Matcher.OnMatch.Builder
-
Uses of Matcher.OnMatch.Builder in com.github.xds.type.matcher.v3
Subclasses with type arguments of type Matcher.OnMatch.Builder in com.github.xds.type.matcher.v3Modifier and TypeClassDescriptionstatic final classWhat to do if a match is successful.Fields in com.github.xds.type.matcher.v3 with type parameters of type Matcher.OnMatch.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.MapFieldBuilder<String, Matcher.OnMatchOrBuilder, Matcher.OnMatch, Matcher.OnMatch.Builder> Matcher.MatcherTree.MatchMap.Builder.map_private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch, Matcher.OnMatch.Builder, Matcher.OnMatchOrBuilder> Matcher.MatcherList.FieldMatcher.Builder.onMatchBuilder_private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch, Matcher.OnMatch.Builder, Matcher.OnMatchOrBuilder> Matcher.Builder.onNoMatchBuilder_Methods in com.github.xds.type.matcher.v3 that return Matcher.OnMatch.BuilderModifier and TypeMethodDescriptionMatcher.OnMatch.Builder.clear()Matcher.OnMatch.Builder.clearAction()Protocol-specific action to take.Matcher.OnMatch.Builder.clearMatcher()Nested matcher to evaluate.Matcher.OnMatch.Builder.clearOnMatch()Matcher.MatcherList.FieldMatcher.Builder.getOnMatchBuilder()What to do if the match succeeds.Matcher.Builder.getOnNoMatchBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.OnMatch.Builder.mergeAction(TypedExtensionConfig value) Protocol-specific action to take.Matcher.OnMatch.Builder.mergeFrom(Matcher.OnMatch other) Matcher.OnMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.OnMatch.Builder.mergeFrom(com.google.protobuf.Message other) Matcher.OnMatch.Builder.mergeMatcher(Matcher value) Nested matcher to evaluate.static Matcher.OnMatch.BuilderMatcher.OnMatch.newBuilder()static Matcher.OnMatch.BuilderMatcher.OnMatch.newBuilder(Matcher.OnMatch prototype) Matcher.OnMatch.newBuilderForType()protected Matcher.OnMatch.BuilderMatcher.OnMatch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Matcher.MatcherTree.MatchMap.Builder.putMapBuilderIfAbsent(String key) map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...Matcher.OnMatch.Builder.setAction(TypedExtensionConfig value) Protocol-specific action to take.Matcher.OnMatch.Builder.setAction(TypedExtensionConfig.Builder builderForValue) Protocol-specific action to take.Matcher.OnMatch.Builder.setMatcher(Matcher value) Nested matcher to evaluate.Matcher.OnMatch.Builder.setMatcher(Matcher.Builder builderForValue) Nested matcher to evaluate.Matcher.OnMatch.toBuilder()Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.OnMatch.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.MapFieldBuilder<String, Matcher.OnMatchOrBuilder, Matcher.OnMatch, Matcher.OnMatch.Builder> Matcher.MatcherTree.MatchMap.Builder.internalGetMap()private com.google.protobuf.MapFieldBuilder<String, Matcher.OnMatchOrBuilder, Matcher.OnMatch, Matcher.OnMatch.Builder> Matcher.MatcherTree.MatchMap.Builder.internalGetMutableMap()private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch, Matcher.OnMatch.Builder, Matcher.OnMatchOrBuilder> Matcher.MatcherList.FieldMatcher.Builder.internalGetOnMatchFieldBuilder()What to do if the match succeeds.private com.google.protobuf.SingleFieldBuilder<Matcher.OnMatch, Matcher.OnMatch.Builder, Matcher.OnMatchOrBuilder> Matcher.Builder.internalGetOnNoMatchFieldBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.OnMatch.BuilderModifier and TypeMethodDescriptionMatcher.MatcherList.FieldMatcher.Builder.setOnMatch(Matcher.OnMatch.Builder builderForValue) What to do if the match succeeds.Matcher.Builder.setOnNoMatch(Matcher.OnMatch.Builder builderForValue) Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).