Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.MetadataMatcherOrBuilder
-
Packages that use MetadataMatcherOrBuilder Package Description io.envoyproxy.envoy.config.accesslog.v3 io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of MetadataMatcherOrBuilder in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type MetadataMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>MetadataFilter.Builder. matcherBuilder_Methods in io.envoyproxy.envoy.config.accesslog.v3 that return MetadataMatcherOrBuilder Modifier and Type Method Description MetadataMatcherOrBuilderMetadataFilter.Builder. getMatcherOrBuilder()Matcher to check metadata for specified value.MetadataMatcherOrBuilderMetadataFilter. getMatcherOrBuilder()Matcher to check metadata for specified value.MetadataMatcherOrBuilderMetadataFilterOrBuilder. getMatcherOrBuilder()Matcher to check metadata for specified value.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type MetadataMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>MetadataFilter.Builder. getMatcherFieldBuilder()Matcher to check metadata for specified value. -
Uses of MetadataMatcherOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type MetadataMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>Permission.Builder. metadataBuilder_private com.google.protobuf.SingleFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>Principal.Builder. metadataBuilder_Methods in io.envoyproxy.envoy.config.rbac.v3 that return MetadataMatcherOrBuilder Modifier and Type Method Description MetadataMatcherOrBuilderPermission.Builder. getMetadataOrBuilder()Metadata that describes additional information about the action.MetadataMatcherOrBuilderPermission. getMetadataOrBuilder()Metadata that describes additional information about the action.MetadataMatcherOrBuilderPermissionOrBuilder. getMetadataOrBuilder()Metadata that describes additional information about the action.MetadataMatcherOrBuilderPrincipal.Builder. getMetadataOrBuilder()Metadata that describes additional information about the principal.MetadataMatcherOrBuilderPrincipal. getMetadataOrBuilder()Metadata that describes additional information about the principal.MetadataMatcherOrBuilderPrincipalOrBuilder. getMetadataOrBuilder()Metadata that describes additional information about the principal.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type MetadataMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>Permission.Builder. getMetadataFieldBuilder()Metadata that describes additional information about the action.private com.google.protobuf.SingleFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>Principal.Builder. getMetadataFieldBuilder()Metadata that describes additional information about the principal. -
Uses of MetadataMatcherOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type MetadataMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>RouteMatch.Builder. dynamicMetadataBuilder_Methods in io.envoyproxy.envoy.config.route.v3 that return MetadataMatcherOrBuilder Modifier and Type Method Description MetadataMatcherOrBuilderRouteMatch.Builder. getDynamicMetadataOrBuilder(int index)Specifies a set of dynamic metadata matchers on which the route should match.MetadataMatcherOrBuilderRouteMatch. getDynamicMetadataOrBuilder(int index)Specifies a set of dynamic metadata matchers on which the route should match.MetadataMatcherOrBuilderRouteMatchOrBuilder. getDynamicMetadataOrBuilder(int index)Specifies a set of dynamic metadata matchers on which the route should match.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type MetadataMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<MetadataMatcher,MetadataMatcher.Builder,MetadataMatcherOrBuilder>RouteMatch.Builder. getDynamicMetadataFieldBuilder()java.util.List<? extends MetadataMatcherOrBuilder>RouteMatch.Builder. getDynamicMetadataOrBuilderList()Specifies a set of dynamic metadata matchers on which the route should match.java.util.List<? extends MetadataMatcherOrBuilder>RouteMatch. getDynamicMetadataOrBuilderList()Specifies a set of dynamic metadata matchers on which the route should match.java.util.List<? extends MetadataMatcherOrBuilder>RouteMatchOrBuilder. getDynamicMetadataOrBuilderList()Specifies a set of dynamic metadata matchers on which the route should match. -
Uses of MetadataMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement MetadataMatcherOrBuilder Modifier and Type Class Description classMetadataMatcher[#next-major-version: MetadataMatcher should use StructMatcher]static classMetadataMatcher.Builder[#next-major-version: MetadataMatcher should use StructMatcher]
-