Uses of Interface
io.envoyproxy.envoy.type.tracing.v2.CustomTag.MetadataOrBuilder
-
Packages that use CustomTag.MetadataOrBuilder Package Description io.envoyproxy.envoy.type.tracing.v2 -
-
Uses of CustomTag.MetadataOrBuilder in io.envoyproxy.envoy.type.tracing.v2
Classes in io.envoyproxy.envoy.type.tracing.v2 that implement CustomTag.MetadataOrBuilder Modifier and Type Class Description static classCustomTag.MetadataMetadata type custom tag using :ref:`MetadataKey <envoy_api_msg_type.metadata.v2.MetadataKey>` to retrieve the protobuf value from :ref:`Metadata <envoy_api_msg_core.Metadata>`, and populate the tag value with `the canonical JSON <https://developers.google.com/protocol-buffers/docs/proto3#json>`_ representation of it.static classCustomTag.Metadata.BuilderMetadata type custom tag using :ref:`MetadataKey <envoy_api_msg_type.metadata.v2.MetadataKey>` to retrieve the protobuf value from :ref:`Metadata <envoy_api_msg_core.Metadata>`, and populate the tag value with `the canonical JSON <https://developers.google.com/protocol-buffers/docs/proto3#json>`_ representation of it.Methods in io.envoyproxy.envoy.type.tracing.v2 that return CustomTag.MetadataOrBuilder Modifier and Type Method Description CustomTag.MetadataOrBuilderCustomTag.Builder. getMetadataOrBuilder()A custom tag to obtain tag value from the metadata.CustomTag.MetadataOrBuilderCustomTag. getMetadataOrBuilder()A custom tag to obtain tag value from the metadata.CustomTag.MetadataOrBuilderCustomTagOrBuilder. getMetadataOrBuilder()A custom tag to obtain tag value from the metadata.
-