Uses of Class
com.github.xds.core.v3.TypedExtensionConfig.Builder
Packages that use TypedExtensionConfig.Builder
Package
Description
-
Uses of TypedExtensionConfig.Builder in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return TypedExtensionConfig.BuilderModifier and TypeMethodDescriptionTypedExtensionConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TypedExtensionConfig.Builder.clear()TypedExtensionConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TypedExtensionConfig.Builder.clearName()The name of an extension.TypedExtensionConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TypedExtensionConfig.Builder.clearTypedConfig()The typed config for the extension.TypedExtensionConfig.Builder.clone()TypedExtensionConfig.Builder.mergeFrom(TypedExtensionConfig other) TypedExtensionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TypedExtensionConfig.Builder.mergeFrom(com.google.protobuf.Message other) TypedExtensionConfig.Builder.mergeTypedConfig(com.google.protobuf.Any value) The typed config for the extension.TypedExtensionConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TypedExtensionConfig.BuilderTypedExtensionConfig.newBuilder()static TypedExtensionConfig.BuilderTypedExtensionConfig.newBuilder(TypedExtensionConfig prototype) TypedExtensionConfig.newBuilderForType()protected TypedExtensionConfig.BuilderTypedExtensionConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TypedExtensionConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The name of an extension.TypedExtensionConfig.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of an extension.TypedExtensionConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TypedExtensionConfig.Builder.setTypedConfig(com.google.protobuf.Any value) The typed config for the extension.TypedExtensionConfig.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) The typed config for the extension.TypedExtensionConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TypedExtensionConfig.toBuilder() -
Uses of TypedExtensionConfig.Builder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return TypedExtensionConfig.BuilderModifier and TypeMethodDescriptionMatcher.OnMatch.Builder.getActionBuilder()Protocol-specific action to take.StringMatcher.Builder.getCustomBuilder()Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.Builder.getCustomMatchBuilder()Extension for custom matching logic.Matcher.MatcherTree.Builder.getCustomMatchBuilder()Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.Builder.getInputBuilder()Protocol-specific specification of input field to match on.Matcher.MatcherTree.Builder.getInputBuilder()Protocol-specific specification of input field to match on.Methods in com.github.xds.type.matcher.v3 with parameters of type TypedExtensionConfig.BuilderModifier and TypeMethodDescriptionMatcher.OnMatch.Builder.setAction(TypedExtensionConfig.Builder builderForValue) Protocol-specific action to take.StringMatcher.Builder.setCustom(TypedExtensionConfig.Builder builderForValue) Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.Builder.setCustomMatch(TypedExtensionConfig.Builder builderForValue) Extension for custom matching logic.Matcher.MatcherTree.Builder.setCustomMatch(TypedExtensionConfig.Builder builderForValue) Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.Builder.setInput(TypedExtensionConfig.Builder builderForValue) Protocol-specific specification of input field to match on.Matcher.MatcherTree.Builder.setInput(TypedExtensionConfig.Builder builderForValue) Protocol-specific specification of input field to match on. -
Uses of TypedExtensionConfig.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return TypedExtensionConfig.BuilderModifier and TypeMethodDescriptionStringMatcher.Builder.getCustomBuilder()Use an extension as the matcher type.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type TypedExtensionConfig.BuilderModifier and TypeMethodDescriptionStringMatcher.Builder.setCustom(TypedExtensionConfig.Builder builderForValue) Use an extension as the matcher type.