Uses of Class
com.github.xds.core.v3.TypedExtensionConfig.Builder
-
Packages that use TypedExtensionConfig.Builder Package Description com.github.xds.core.v3 com.github.xds.type.matcher.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of TypedExtensionConfig.Builder in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return TypedExtensionConfig.Builder Modifier and Type Method Description TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. clear()TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. clearName()The name of an extension.TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. clearTypedConfig()The typed config for the extension.TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. mergeFrom(TypedExtensionConfig other)TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. mergeFrom(com.google.protobuf.Message other)TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. mergeTypedConfig(com.google.protobuf.Any value)The typed config for the extension.static TypedExtensionConfig.BuilderTypedExtensionConfig. newBuilder()static TypedExtensionConfig.BuilderTypedExtensionConfig. newBuilder(TypedExtensionConfig prototype)TypedExtensionConfig.BuilderTypedExtensionConfig. newBuilderForType()protected TypedExtensionConfig.BuilderTypedExtensionConfig. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. setName(java.lang.String value)The name of an extension.TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. setNameBytes(com.google.protobuf.ByteString value)The name of an extension.TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. setTypedConfig(com.google.protobuf.Any value)The typed config for the extension.TypedExtensionConfig.BuilderTypedExtensionConfig.Builder. setTypedConfig(com.google.protobuf.Any.Builder builderForValue)The typed config for the extension.TypedExtensionConfig.BuilderTypedExtensionConfig. toBuilder() -
Uses of TypedExtensionConfig.Builder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return TypedExtensionConfig.Builder Modifier and Type Method Description TypedExtensionConfig.BuilderMatcher.OnMatch.Builder. getActionBuilder()Protocol-specific action to take.TypedExtensionConfig.BuilderStringMatcher.Builder. getCustomBuilder()Use an extension as the matcher type.TypedExtensionConfig.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. getCustomMatchBuilder()Extension for custom matching logic.TypedExtensionConfig.BuilderMatcher.MatcherTree.Builder. getCustomMatchBuilder()Extension for custom matching logic.TypedExtensionConfig.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. getInputBuilder()Protocol-specific specification of input field to match on.TypedExtensionConfig.BuilderMatcher.MatcherTree.Builder. getInputBuilder()Protocol-specific specification of input field to match on.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type TypedExtensionConfig.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>Matcher.OnMatch.Builder. getActionFieldBuilder()Protocol-specific action to take.private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>StringMatcher.Builder. getCustomFieldBuilder()Use an extension as the matcher type.private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>Matcher.MatcherList.Predicate.SinglePredicate.Builder. getCustomMatchFieldBuilder()Extension for custom matching logic.private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>Matcher.MatcherTree.Builder. getCustomMatchFieldBuilder()Extension for custom matching logic.private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>Matcher.MatcherList.Predicate.SinglePredicate.Builder. getInputFieldBuilder()Protocol-specific specification of input field to match on.private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>Matcher.MatcherTree.Builder. getInputFieldBuilder()Protocol-specific specification of input field to match on.Methods in com.github.xds.type.matcher.v3 with parameters of type TypedExtensionConfig.Builder Modifier and Type Method Description Matcher.OnMatch.BuilderMatcher.OnMatch.Builder. setAction(TypedExtensionConfig.Builder builderForValue)Protocol-specific action to take.StringMatcher.BuilderStringMatcher.Builder. setCustom(TypedExtensionConfig.Builder builderForValue)Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. setCustomMatch(TypedExtensionConfig.Builder builderForValue)Extension for custom matching logic.Matcher.MatcherTree.BuilderMatcher.MatcherTree.Builder. setCustomMatch(TypedExtensionConfig.Builder builderForValue)Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.BuilderMatcher.MatcherList.Predicate.SinglePredicate.Builder. setInput(TypedExtensionConfig.Builder builderForValue)Protocol-specific specification of input field to match on.Matcher.MatcherTree.BuilderMatcher.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
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type TypedExtensionConfig.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>StringMatcher.Builder. customBuilder_Methods in io.envoyproxy.envoy.type.matcher.v3 that return TypedExtensionConfig.Builder Modifier and Type Method Description TypedExtensionConfig.BuilderStringMatcher.Builder. getCustomBuilder()Use an extension as the matcher type.Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type TypedExtensionConfig.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>StringMatcher.Builder. getCustomFieldBuilder()Use an extension as the matcher type.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type TypedExtensionConfig.Builder Modifier and Type Method Description StringMatcher.BuilderStringMatcher.Builder. setCustom(TypedExtensionConfig.Builder builderForValue)Use an extension as the matcher type.
-