Uses of Class
io.envoyproxy.envoy.type.metadata.v3.MetadataKey.Builder
Packages that use MetadataKey.Builder
Package
Description
-
Uses of MetadataKey.Builder in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return MetadataKey.BuilderModifier and TypeMethodDescriptionCluster.OriginalDstLbConfig.Builder.getMetadataKeyBuilder()The dynamic metadata key to override destination address.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type MetadataKey.BuilderModifier and TypeMethodDescriptionCluster.OriginalDstLbConfig.Builder.setMetadataKey(MetadataKey.Builder builderForValue) The dynamic metadata key to override destination address. -
Uses of MetadataKey.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return MetadataKey.BuilderModifier and TypeMethodDescriptionRateLimit.Action.DynamicMetaData.Builder.getMetadataKeyBuilder()Metadata struct that defines the key and path to retrieve the string value.RateLimit.Action.MetaData.Builder.getMetadataKeyBuilder()Metadata struct that defines the key and path to retrieve the string value.RateLimit.Override.DynamicMetadata.Builder.getMetadataKeyBuilder()Metadata struct that defines the key and path to retrieve the struct value.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type MetadataKey.BuilderModifier and TypeMethodDescriptionRateLimit.Action.DynamicMetaData.Builder.setMetadataKey(MetadataKey.Builder builderForValue) Metadata struct that defines the key and path to retrieve the string value.RateLimit.Action.MetaData.Builder.setMetadataKey(MetadataKey.Builder builderForValue) Metadata struct that defines the key and path to retrieve the string value.RateLimit.Override.DynamicMetadata.Builder.setMetadataKey(MetadataKey.Builder builderForValue) Metadata struct that defines the key and path to retrieve the struct value. -
Uses of MetadataKey.Builder in io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3 that return MetadataKey.BuilderModifier and TypeMethodDescriptionDynamicMetadataSource.Builder.getKeyBuilder()The metadata key to retrieve the value from.Methods in io.envoyproxy.envoy.extensions.filters.http.mcp_router.v3 with parameters of type MetadataKey.BuilderModifier and TypeMethodDescriptionDynamicMetadataSource.Builder.setKey(MetadataKey.Builder builderForValue) The metadata key to retrieve the value from. -
Uses of MetadataKey.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.override_host.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.override_host.v3 that return MetadataKey.BuilderModifier and TypeMethodDescriptionOverrideHost.OverrideHostSource.Builder.getMetadataBuilder()The metadata key to get the override host addresses from the request dynamic metadata.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.override_host.v3 with parameters of type MetadataKey.BuilderModifier and TypeMethodDescriptionOverrideHost.OverrideHostSource.Builder.setMetadata(MetadataKey.Builder builderForValue) The metadata key to get the override host addresses from the request dynamic metadata. -
Uses of MetadataKey.Builder in io.envoyproxy.envoy.type.metadata.v3
Methods in io.envoyproxy.envoy.type.metadata.v3 that return MetadataKey.BuilderModifier and TypeMethodDescriptionMetadataKey.Builder.addAllPath(Iterable<? extends MetadataKey.PathSegment> values) The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.addPath(int index, MetadataKey.PathSegment value) The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.addPath(int index, MetadataKey.PathSegment.Builder builderForValue) The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.addPath(MetadataKey.PathSegment value) The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.addPath(MetadataKey.PathSegment.Builder builderForValue) The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MetadataKey.Builder.clear()MetadataKey.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MetadataKey.Builder.clearKey()The key name of the Metadata from which to retrieve the Struct.MetadataKey.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MetadataKey.Builder.clearPath()The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.clone()MetadataKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetadataKey.Builder.mergeFrom(com.google.protobuf.Message other) MetadataKey.Builder.mergeFrom(MetadataKey other) final MetadataKey.BuilderMetadataKey.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static MetadataKey.BuilderMetadataKey.newBuilder()static MetadataKey.BuilderMetadataKey.newBuilder(MetadataKey prototype) MetadataKey.newBuilderForType()protected MetadataKey.BuilderMetadataKey.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MetadataKey.Builder.removePath(int index) The path used to retrieve a specific Value from the Struct.The key name of the Metadata from which to retrieve the Struct.MetadataKey.Builder.setKeyBytes(com.google.protobuf.ByteString value) The key name of the Metadata from which to retrieve the Struct.MetadataKey.Builder.setPath(int index, MetadataKey.PathSegment value) The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.setPath(int index, MetadataKey.PathSegment.Builder builderForValue) The path used to retrieve a specific Value from the Struct.MetadataKey.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final MetadataKey.BuilderMetadataKey.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MetadataKey.toBuilder() -
Uses of MetadataKey.Builder in io.envoyproxy.envoy.type.tracing.v3
Methods in io.envoyproxy.envoy.type.tracing.v3 that return MetadataKey.BuilderModifier and TypeMethodDescriptionCustomTag.Metadata.Builder.getMetadataKeyBuilder()Metadata key to define the path to retrieve the tag value.Methods in io.envoyproxy.envoy.type.tracing.v3 with parameters of type MetadataKey.BuilderModifier and TypeMethodDescriptionCustomTag.Metadata.Builder.setMetadataKey(MetadataKey.Builder builderForValue) Metadata key to define the path to retrieve the tag value.