Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.Builder
Packages that use CustomTag.Builder
Package
Description
-
Uses of CustomTag.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type CustomTag.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CustomTag, CustomTag.Builder, CustomTagOrBuilder> Tracing.Builder.customTagsBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return CustomTag.BuilderModifier and TypeMethodDescriptionTracing.Builder.addCustomTagsBuilder()
A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.addCustomTagsBuilder
(int index) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.getCustomTagsBuilder
(int index) A list of custom tags with unique tag name to create tags for the active span.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type CustomTag.BuilderModifier and TypeMethodDescriptionTracing.Builder.getCustomTagsBuilderList()
A list of custom tags with unique tag name to create tags for the active span.private com.google.protobuf.RepeatedFieldBuilder
<CustomTag, CustomTag.Builder, CustomTagOrBuilder> Tracing.Builder.internalGetCustomTagsFieldBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type CustomTag.BuilderModifier and TypeMethodDescriptionTracing.Builder.addCustomTags
(int index, CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.addCustomTags
(CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.setCustomTags
(int index, CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTag.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type CustomTag.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CustomTag, CustomTag.Builder, CustomTagOrBuilder> HttpConnectionManager.Tracing.Builder.customTagsBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return CustomTag.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Tracing.Builder.addCustomTagsBuilder()
A list of custom tags with unique tag name to create tags for the active span.HttpConnectionManager.Tracing.Builder.addCustomTagsBuilder
(int index) A list of custom tags with unique tag name to create tags for the active span.HttpConnectionManager.Tracing.Builder.getCustomTagsBuilder
(int index) A list of custom tags with unique tag name to create tags for the active span.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type CustomTag.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Tracing.Builder.getCustomTagsBuilderList()
A list of custom tags with unique tag name to create tags for the active span.private com.google.protobuf.RepeatedFieldBuilder
<CustomTag, CustomTag.Builder, CustomTagOrBuilder> HttpConnectionManager.Tracing.Builder.internalGetCustomTagsFieldBuilder()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type CustomTag.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Tracing.Builder.addCustomTags
(int index, CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span.HttpConnectionManager.Tracing.Builder.addCustomTags
(CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span.HttpConnectionManager.Tracing.Builder.setCustomTags
(int index, CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTag.Builder in io.envoyproxy.envoy.type.tracing.v3
Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag.BuilderModifier and TypeMethodDescriptionCustomTag.Builder.clear()
CustomTag.Builder.clearEnvironment()
An environment custom tag.CustomTag.Builder.clearLiteral()
A literal custom tag.CustomTag.Builder.clearMetadata()
A custom tag to obtain tag value from the metadata.CustomTag.Builder.clearRequestHeader()
A request header custom tag.CustomTag.Builder.clearTag()
Used to populate the tag name.CustomTag.Builder.clearType()
CustomTag.Builder.mergeEnvironment
(CustomTag.Environment value) An environment custom tag.CustomTag.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomTag.Builder.mergeFrom
(com.google.protobuf.Message other) CustomTag.Builder.mergeLiteral
(CustomTag.Literal value) A literal custom tag.CustomTag.Builder.mergeMetadata
(CustomTag.Metadata value) A custom tag to obtain tag value from the metadata.CustomTag.Builder.mergeRequestHeader
(CustomTag.Header value) A request header custom tag.static CustomTag.Builder
CustomTag.newBuilder()
static CustomTag.Builder
CustomTag.newBuilder
(CustomTag prototype) CustomTag.newBuilderForType()
protected CustomTag.Builder
CustomTag.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CustomTag.Builder.setEnvironment
(CustomTag.Environment value) An environment custom tag.CustomTag.Builder.setEnvironment
(CustomTag.Environment.Builder builderForValue) An environment custom tag.CustomTag.Builder.setLiteral
(CustomTag.Literal value) A literal custom tag.CustomTag.Builder.setLiteral
(CustomTag.Literal.Builder builderForValue) A literal custom tag.CustomTag.Builder.setMetadata
(CustomTag.Metadata value) A custom tag to obtain tag value from the metadata.CustomTag.Builder.setMetadata
(CustomTag.Metadata.Builder builderForValue) A custom tag to obtain tag value from the metadata.CustomTag.Builder.setRequestHeader
(CustomTag.Header value) A request header custom tag.CustomTag.Builder.setRequestHeader
(CustomTag.Header.Builder builderForValue) A request header custom tag.Used to populate the tag name.CustomTag.Builder.setTagBytes
(com.google.protobuf.ByteString value) Used to populate the tag name.CustomTag.toBuilder()