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 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of TypedExtensionConfig in com.github.xds.core.v3
Fields in com.github.xds.core.v3 declared as TypedExtensionConfig Modifier and Type Field Description private static TypedExtensionConfig
TypedExtensionConfig. DEFAULT_INSTANCE
Fields in com.github.xds.core.v3 with type parameters of type TypedExtensionConfig Modifier and Type Field Description private static com.google.protobuf.Parser<TypedExtensionConfig>
TypedExtensionConfig. PARSER
Methods in com.github.xds.core.v3 that return TypedExtensionConfig Modifier and Type Method Description TypedExtensionConfig
TypedExtensionConfig.Builder. build()
TypedExtensionConfig
TypedExtensionConfig.Builder. buildPartial()
static TypedExtensionConfig
TypedExtensionConfig. getDefaultInstance()
TypedExtensionConfig
TypedExtensionConfig.Builder. getDefaultInstanceForType()
TypedExtensionConfig
TypedExtensionConfig. getDefaultInstanceForType()
static TypedExtensionConfig
TypedExtensionConfig. parseDelimitedFrom(java.io.InputStream input)
static TypedExtensionConfig
TypedExtensionConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(byte[] data)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(com.google.protobuf.ByteString data)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(java.io.InputStream input)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(java.nio.ByteBuffer data)
static TypedExtensionConfig
TypedExtensionConfig. parseFrom(java.nio.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 private void
TypedExtensionConfig.Builder. buildPartial0(TypedExtensionConfig result)
TypedExtensionConfig.Builder
TypedExtensionConfig.Builder. mergeFrom(TypedExtensionConfig other)
static TypedExtensionConfig.Builder
TypedExtensionConfig. newBuilder(TypedExtensionConfig prototype)
-
Uses of TypedExtensionConfig in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as TypedExtensionConfig Modifier and Type Field Description private TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicate.Builder. input_
private TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicate. input_
private TypedExtensionConfig
Matcher.MatcherTree.Builder. input_
private TypedExtensionConfig
Matcher.MatcherTree. input_
Fields in com.github.xds.type.matcher.v3 with type parameters of type TypedExtensionConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>
Matcher.OnMatch.Builder. actionBuilder_
private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>
StringMatcher.Builder. customBuilder_
private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>
Matcher.MatcherList.Predicate.SinglePredicate.Builder. customMatchBuilder_
private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>
Matcher.MatcherTree.Builder. customMatchBuilder_
private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>
Matcher.MatcherList.Predicate.SinglePredicate.Builder. inputBuilder_
private com.google.protobuf.SingleFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>
Matcher.MatcherTree.Builder. inputBuilder_
Methods in com.github.xds.type.matcher.v3 that return TypedExtensionConfig Modifier and Type Method Description TypedExtensionConfig
Matcher.OnMatch.Builder. getAction()
Protocol-specific action to take.TypedExtensionConfig
Matcher.OnMatch. getAction()
Protocol-specific action to take.TypedExtensionConfig
Matcher.OnMatchOrBuilder. getAction()
Protocol-specific action to take.TypedExtensionConfig
StringMatcher.Builder. getCustom()
Use an extension as the matcher type.TypedExtensionConfig
StringMatcher. getCustom()
Use an extension as the matcher type.TypedExtensionConfig
StringMatcherOrBuilder. getCustom()
Use an extension as the matcher type.TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicate.Builder. getCustomMatch()
Extension for custom matching logic.TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicate. getCustomMatch()
Extension for custom matching logic.TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicateOrBuilder. getCustomMatch()
Extension for custom matching logic.TypedExtensionConfig
Matcher.MatcherTree.Builder. getCustomMatch()
Extension for custom matching logic.TypedExtensionConfig
Matcher.MatcherTree. getCustomMatch()
Extension for custom matching logic.TypedExtensionConfig
Matcher.MatcherTreeOrBuilder. getCustomMatch()
Extension for custom matching logic.TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicate.Builder. getInput()
Protocol-specific specification of input field to match on.TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicate. getInput()
Protocol-specific specification of input field to match on.TypedExtensionConfig
Matcher.MatcherList.Predicate.SinglePredicateOrBuilder. getInput()
Protocol-specific specification of input field to match on.TypedExtensionConfig
Matcher.MatcherTree.Builder. getInput()
Protocol-specific specification of input field to match on.TypedExtensionConfig
Matcher.MatcherTree. getInput()
Protocol-specific specification of input field to match on.TypedExtensionConfig
Matcher.MatcherTreeOrBuilder. getInput()
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 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 Modifier and Type Method Description Matcher.OnMatch.Builder
Matcher.OnMatch.Builder. mergeAction(TypedExtensionConfig value)
Protocol-specific action to take.StringMatcher.Builder
StringMatcher.Builder. mergeCustom(TypedExtensionConfig value)
Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.Builder
Matcher.MatcherList.Predicate.SinglePredicate.Builder. mergeCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.Matcher.MatcherTree.Builder
Matcher.MatcherTree.Builder. mergeCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.Builder
Matcher.MatcherList.Predicate.SinglePredicate.Builder. mergeInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on.Matcher.MatcherTree.Builder
Matcher.MatcherTree.Builder. mergeInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on.Matcher.OnMatch.Builder
Matcher.OnMatch.Builder. setAction(TypedExtensionConfig value)
Protocol-specific action to take.StringMatcher.Builder
StringMatcher.Builder. setCustom(TypedExtensionConfig value)
Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.Builder
Matcher.MatcherList.Predicate.SinglePredicate.Builder. setCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.Matcher.MatcherTree.Builder
Matcher.MatcherTree.Builder. setCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.Builder
Matcher.MatcherList.Predicate.SinglePredicate.Builder. setInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on.Matcher.MatcherTree.Builder
Matcher.MatcherTree.Builder. setInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on. -
Uses of TypedExtensionConfig in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type TypedExtensionConfig 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 Modifier and Type Method Description TypedExtensionConfig
StringMatcher.Builder. getCustom()
Use an extension as the matcher type.TypedExtensionConfig
StringMatcher. getCustom()
Use an extension as the matcher type.TypedExtensionConfig
StringMatcherOrBuilder. getCustom()
Use an extension as the matcher type.Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type TypedExtensionConfig 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 Modifier and Type Method Description StringMatcher.Builder
StringMatcher.Builder. mergeCustom(TypedExtensionConfig value)
Use an extension as the matcher type.StringMatcher.Builder
StringMatcher.Builder. setCustom(TypedExtensionConfig value)
Use an extension as the matcher type.
-