Uses of Class
com.github.xds.core.v3.TypedExtensionConfig
-
Packages that use TypedExtensionConfig Package Description com.github.xds.core.v3 com.github.xds.type.matcher.v3 -
-
Uses of TypedExtensionConfig in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return TypedExtensionConfig Modifier and Type Method Description TypedExtensionConfigTypedExtensionConfig.Builder. build()TypedExtensionConfigTypedExtensionConfig.Builder. buildPartial()static TypedExtensionConfigTypedExtensionConfig. getDefaultInstance()TypedExtensionConfigTypedExtensionConfig.Builder. getDefaultInstanceForType()TypedExtensionConfigTypedExtensionConfig. getDefaultInstanceForType()static TypedExtensionConfigTypedExtensionConfig. parseDelimitedFrom(InputStream input)static TypedExtensionConfigTypedExtensionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypedExtensionConfigTypedExtensionConfig. parseFrom(byte[] data)static TypedExtensionConfigTypedExtensionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypedExtensionConfigTypedExtensionConfig. parseFrom(com.google.protobuf.ByteString data)static TypedExtensionConfigTypedExtensionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypedExtensionConfigTypedExtensionConfig. parseFrom(com.google.protobuf.CodedInputStream input)static TypedExtensionConfigTypedExtensionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypedExtensionConfigTypedExtensionConfig. parseFrom(InputStream input)static TypedExtensionConfigTypedExtensionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypedExtensionConfigTypedExtensionConfig. parseFrom(ByteBuffer data)static TypedExtensionConfigTypedExtensionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.github.xds.core.v3 that return types with arguments of type TypedExtensionConfig Modifier and Type Method Description com.google.protobuf.Parser<TypedExtensionConfig>TypedExtensionConfig. getParserForType()static com.google.protobuf.Parser<TypedExtensionConfig>TypedExtensionConfig. parser()Methods in com.github.xds.core.v3 with parameters of type TypedExtensionConfig Modifier and Type Method Description TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. mergeFrom(TypedExtensionConfig other)static TypedExtensionConfig.BuilderTypedExtensionConfig. newBuilder(TypedExtensionConfig prototype) -
Uses of TypedExtensionConfig in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return TypedExtensionConfig Modifier and Type Method Description TypedExtensionConfigMatcher.OnMatch.Builder. getAction()Protocol-specific action to take.TypedExtensionConfigMatcher.OnMatch. getAction()Protocol-specific action to take.TypedExtensionConfigMatcher.OnMatchOrBuilder. getAction()Protocol-specific action to take.TypedExtensionConfigMatcher.MatcherList.Predicate.SinglePredicate.Builder. getCustomMatch()Extension for custom matching logic.TypedExtensionConfigMatcher.MatcherList.Predicate.SinglePredicate. getCustomMatch()Extension for custom matching logic.TypedExtensionConfigMatcher.MatcherList.Predicate.SinglePredicateOrBuilder. getCustomMatch()Extension for custom matching logic.TypedExtensionConfigMatcher.MatcherTree.Builder. getCustomMatch()Extension for custom matching logic.TypedExtensionConfigMatcher.MatcherTree. getCustomMatch()Extension for custom matching logic.TypedExtensionConfigMatcher.MatcherTreeOrBuilder. getCustomMatch()Extension for custom matching logic.TypedExtensionConfigMatcher.MatcherList.Predicate.SinglePredicate.Builder. getInput()Protocol-specific specification of input field to match on.TypedExtensionConfigMatcher.MatcherList.Predicate.SinglePredicate. getInput()Protocol-specific specification of input field to match on.TypedExtensionConfigMatcher.MatcherList.Predicate.SinglePredicateOrBuilder. getInput()Protocol-specific specification of input field to match on.TypedExtensionConfigMatcher.MatcherTree.Builder. getInput()Protocol-specific specification of input field to match on.TypedExtensionConfigMatcher.MatcherTree. getInput()Protocol-specific specification of input field to match on.TypedExtensionConfigMatcher.MatcherTreeOrBuilder. getInput()Protocol-specific specification of input field to match on.Methods in com.github.xds.type.matcher.v3 with parameters of type TypedExtensionConfig Modifier and Type Method Description Matcher.OnMatch.BuilderMatcher.OnMatch.Builder. mergeAction(TypedExtensionConfig value)Protocol-specific action to take.Matcher.MatcherList.Predicate.SinglePredicate.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. mergeCustomMatch(TypedExtensionConfig value)Extension for custom matching logic.Matcher.MatcherTree.BuilderMatcher.MatcherTree.Builder. mergeCustomMatch(TypedExtensionConfig value)Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. mergeInput(TypedExtensionConfig value)Protocol-specific specification of input field to match on.Matcher.MatcherTree.BuilderMatcher.MatcherTree.Builder. mergeInput(TypedExtensionConfig value)Protocol-specific specification of input field to match on.Matcher.OnMatch.BuilderMatcher.OnMatch.Builder. setAction(TypedExtensionConfig value)Protocol-specific action to take.Matcher.MatcherList.Predicate.SinglePredicate.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. setCustomMatch(TypedExtensionConfig value)Extension for custom matching logic.Matcher.MatcherTree.BuilderMatcher.MatcherTree.Builder. setCustomMatch(TypedExtensionConfig value)Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. setInput(TypedExtensionConfig value)Protocol-specific specification of input field to match on.Matcher.MatcherTree.BuilderMatcher.MatcherTree.Builder. setInput(TypedExtensionConfig value)Protocol-specific specification of input field to match on.
-