Uses of Class
io.envoyproxy.envoy.type.matcher.v3.MetadataMatcher.Builder
Packages that use MetadataMatcher.Builder
Package
Description
-
Uses of MetadataMatcher.Builder in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type MetadataMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<MetadataMatcher, MetadataMatcher.Builder, MetadataMatcherOrBuilder> MetadataFilter.Builder.matcherBuilder_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return MetadataMatcher.BuilderModifier and TypeMethodDescriptionMetadataFilter.Builder.getMatcherBuilder()
Matcher to check metadata for specified value.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type MetadataMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<MetadataMatcher, MetadataMatcher.Builder, MetadataMatcherOrBuilder> MetadataFilter.Builder.internalGetMatcherFieldBuilder()
Matcher to check metadata for specified value.Methods in io.envoyproxy.envoy.config.accesslog.v3 with parameters of type MetadataMatcher.BuilderModifier and TypeMethodDescriptionMetadataFilter.Builder.setMatcher
(MetadataMatcher.Builder builderForValue) Matcher to check metadata for specified value. -
Uses of MetadataMatcher.Builder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type MetadataMatcher.BuilderModifier and TypeFieldDescriptionprivate 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 MetadataMatcher.BuilderModifier and TypeMethodDescriptionPermission.Builder.getMetadataBuilder()
Metadata that describes additional information about the action.Principal.Builder.getMetadataBuilder()
Metadata that describes additional information about the principal.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type MetadataMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<MetadataMatcher, MetadataMatcher.Builder, MetadataMatcherOrBuilder> Permission.Builder.internalGetMetadataFieldBuilder()
Metadata that describes additional information about the action.private com.google.protobuf.SingleFieldBuilder
<MetadataMatcher, MetadataMatcher.Builder, MetadataMatcherOrBuilder> Principal.Builder.internalGetMetadataFieldBuilder()
Metadata that describes additional information about the principal.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type MetadataMatcher.BuilderModifier and TypeMethodDescriptionPermission.Builder.setMetadata
(MetadataMatcher.Builder builderForValue) Metadata that describes additional information about the action.Principal.Builder.setMetadata
(MetadataMatcher.Builder builderForValue) Metadata that describes additional information about the principal. -
Uses of MetadataMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type MetadataMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<MetadataMatcher, MetadataMatcher.Builder, MetadataMatcherOrBuilder> RouteMatch.Builder.dynamicMetadataBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return MetadataMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addDynamicMetadataBuilder()
Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.addDynamicMetadataBuilder
(int index) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.getDynamicMetadataBuilder
(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 MetadataMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.getDynamicMetadataBuilderList()
Specifies a set of dynamic metadata matchers on which the route should match.private com.google.protobuf.RepeatedFieldBuilder
<MetadataMatcher, MetadataMatcher.Builder, MetadataMatcherOrBuilder> RouteMatch.Builder.internalGetDynamicMetadataFieldBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type MetadataMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addDynamicMetadata
(int index, MetadataMatcher.Builder builderForValue) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.addDynamicMetadata
(MetadataMatcher.Builder builderForValue) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.setDynamicMetadata
(int index, MetadataMatcher.Builder builderForValue) Specifies a set of dynamic metadata matchers on which the route should match. -
Uses of MetadataMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return MetadataMatcher.BuilderModifier and TypeMethodDescriptionMetadataMatcher.Builder.addAllPath
(Iterable<? extends MetadataMatcher.PathSegment> values) The path to retrieve the Value from the Struct.MetadataMatcher.Builder.addPath
(int index, MetadataMatcher.PathSegment value) The path to retrieve the Value from the Struct.MetadataMatcher.Builder.addPath
(int index, MetadataMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.MetadataMatcher.Builder.addPath
(MetadataMatcher.PathSegment value) The path to retrieve the Value from the Struct.MetadataMatcher.Builder.addPath
(MetadataMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.MetadataMatcher.Builder.clear()
MetadataMatcher.Builder.clearFilter()
The filter name to retrieve the Struct from the Metadata.MetadataMatcher.Builder.clearInvert()
If true, the match result will be inverted.MetadataMatcher.Builder.clearPath()
The path to retrieve the Value from the Struct.MetadataMatcher.Builder.clearValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.MetadataMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetadataMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) MetadataMatcher.Builder.mergeFrom
(MetadataMatcher other) MetadataMatcher.Builder.mergeValue
(ValueMatcher value) The MetadataMatcher is matched if the value retrieved by path is matched to this value.static MetadataMatcher.Builder
MetadataMatcher.newBuilder()
static MetadataMatcher.Builder
MetadataMatcher.newBuilder
(MetadataMatcher prototype) MetadataMatcher.newBuilderForType()
protected MetadataMatcher.Builder
MetadataMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) MetadataMatcher.Builder.removePath
(int index) The path to retrieve the Value from the Struct.The filter name to retrieve the Struct from the Metadata.MetadataMatcher.Builder.setFilterBytes
(com.google.protobuf.ByteString value) The filter name to retrieve the Struct from the Metadata.MetadataMatcher.Builder.setInvert
(boolean value) If true, the match result will be inverted.MetadataMatcher.Builder.setPath
(int index, MetadataMatcher.PathSegment value) The path to retrieve the Value from the Struct.MetadataMatcher.Builder.setPath
(int index, MetadataMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.MetadataMatcher.Builder.setValue
(ValueMatcher value) The MetadataMatcher is matched if the value retrieved by path is matched to this value.MetadataMatcher.Builder.setValue
(ValueMatcher.Builder builderForValue) The MetadataMatcher is matched if the value retrieved by path is matched to this value.MetadataMatcher.toBuilder()