Uses of Interface
io.envoyproxy.envoy.type.metadata.v3.MetadataKeyOrBuilder
-
Packages that use MetadataKeyOrBuilder Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.metadata.v3 io.envoyproxy.envoy.type.tracing.v3 -
-
Uses of MetadataKeyOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type MetadataKeyOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
Cluster.OriginalDstLbConfig.Builder. metadataKeyBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return MetadataKeyOrBuilder Modifier and Type Method Description MetadataKeyOrBuilder
Cluster.OriginalDstLbConfig.Builder. getMetadataKeyOrBuilder()
The dynamic metadata key to override destination address.MetadataKeyOrBuilder
Cluster.OriginalDstLbConfig. getMetadataKeyOrBuilder()
The dynamic metadata key to override destination address.MetadataKeyOrBuilder
Cluster.OriginalDstLbConfigOrBuilder. getMetadataKeyOrBuilder()
The dynamic metadata key to override destination address.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type MetadataKeyOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
Cluster.OriginalDstLbConfig.Builder. getMetadataKeyFieldBuilder()
The dynamic metadata key to override destination address. -
Uses of MetadataKeyOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type MetadataKeyOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
RateLimit.Action.DynamicMetaData.Builder. metadataKeyBuilder_
private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
RateLimit.Action.MetaData.Builder. metadataKeyBuilder_
private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
RateLimit.Override.DynamicMetadata.Builder. metadataKeyBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return MetadataKeyOrBuilder Modifier and Type Method Description MetadataKeyOrBuilder
RateLimit.Action.DynamicMetaData.Builder. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value.MetadataKeyOrBuilder
RateLimit.Action.DynamicMetaData. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value.MetadataKeyOrBuilder
RateLimit.Action.DynamicMetaDataOrBuilder. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value.MetadataKeyOrBuilder
RateLimit.Action.MetaData.Builder. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value.MetadataKeyOrBuilder
RateLimit.Action.MetaData. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value.MetadataKeyOrBuilder
RateLimit.Action.MetaDataOrBuilder. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value.MetadataKeyOrBuilder
RateLimit.Override.DynamicMetadata.Builder. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the struct value.MetadataKeyOrBuilder
RateLimit.Override.DynamicMetadata. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the struct value.MetadataKeyOrBuilder
RateLimit.Override.DynamicMetadataOrBuilder. getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the struct value.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type MetadataKeyOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
RateLimit.Action.DynamicMetaData.Builder. getMetadataKeyFieldBuilder()
Metadata struct that defines the key and path to retrieve the string value.private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
RateLimit.Action.MetaData.Builder. getMetadataKeyFieldBuilder()
Metadata struct that defines the key and path to retrieve the string value.private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
RateLimit.Override.DynamicMetadata.Builder. getMetadataKeyFieldBuilder()
Metadata struct that defines the key and path to retrieve the struct value. -
Uses of MetadataKeyOrBuilder in io.envoyproxy.envoy.type.metadata.v3
Classes in io.envoyproxy.envoy.type.metadata.v3 that implement MetadataKeyOrBuilder Modifier and Type Class Description class
MetadataKey
MetadataKey provides a general interface using ``key`` and ``path`` to retrieve value from :ref:`Metadata <envoy_v3_api_msg_config.core.v3.Metadata>`.static class
MetadataKey.Builder
MetadataKey provides a general interface using ``key`` and ``path`` to retrieve value from :ref:`Metadata <envoy_v3_api_msg_config.core.v3.Metadata>`. -
Uses of MetadataKeyOrBuilder in io.envoyproxy.envoy.type.tracing.v3
Fields in io.envoyproxy.envoy.type.tracing.v3 with type parameters of type MetadataKeyOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
CustomTag.Metadata.Builder. metadataKeyBuilder_
Methods in io.envoyproxy.envoy.type.tracing.v3 that return MetadataKeyOrBuilder Modifier and Type Method Description MetadataKeyOrBuilder
CustomTag.Metadata.Builder. getMetadataKeyOrBuilder()
Metadata key to define the path to retrieve the tag value.MetadataKeyOrBuilder
CustomTag.Metadata. getMetadataKeyOrBuilder()
Metadata key to define the path to retrieve the tag value.MetadataKeyOrBuilder
CustomTag.MetadataOrBuilder. getMetadataKeyOrBuilder()
Metadata key to define the path to retrieve the tag value.Methods in io.envoyproxy.envoy.type.tracing.v3 that return types with arguments of type MetadataKeyOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<MetadataKey,MetadataKey.Builder,MetadataKeyOrBuilder>
CustomTag.Metadata.Builder. getMetadataKeyFieldBuilder()
Metadata key to define the path to retrieve the tag value.
-