Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.Builder
-
Packages that use CustomTag.Builder Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 io.envoyproxy.envoy.type.tracing.v3 -
-
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.Builder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<CustomTag,CustomTag.Builder,CustomTagOrBuilder>
Tracing.Builder. customTagsBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return CustomTag.Builder Modifier and Type Method Description CustomTag.Builder
Tracing.Builder. addCustomTagsBuilder()
A list of custom tags with unique tag name to create tags for the active span.CustomTag.Builder
Tracing.Builder. addCustomTagsBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTag.Builder
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.Builder Modifier and Type Method Description java.util.List<CustomTag.Builder>
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>
Tracing.Builder. getCustomTagsFieldBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type CustomTag.Builder Modifier and Type Method Description Tracing.Builder
Tracing.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
Tracing.Builder. addCustomTags(CustomTag.Builder builderForValue)
A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description CustomTag.Builder
HttpConnectionManager.Tracing.Builder. addCustomTagsBuilder()
A list of custom tags with unique tag name to create tags for the active span.CustomTag.Builder
HttpConnectionManager.Tracing.Builder. addCustomTagsBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTag.Builder
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.Builder Modifier and Type Method Description java.util.List<CustomTag.Builder>
HttpConnectionManager.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. getCustomTagsFieldBuilder()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type CustomTag.Builder Modifier and Type Method Description HttpConnectionManager.Tracing.Builder
HttpConnectionManager.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
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
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.Builder Modifier and Type Method Description CustomTag.Builder
CustomTag.Builder. clear()
CustomTag.Builder
CustomTag.Builder. clearEnvironment()
An environment custom tag.CustomTag.Builder
CustomTag.Builder. clearLiteral()
A literal custom tag.CustomTag.Builder
CustomTag.Builder. clearMetadata()
A custom tag to obtain tag value from the metadata.CustomTag.Builder
CustomTag.Builder. clearRequestHeader()
A request header custom tag.CustomTag.Builder
CustomTag.Builder. clearTag()
Used to populate the tag name.CustomTag.Builder
CustomTag.Builder. clearType()
CustomTag.Builder
CustomTag.Builder. mergeEnvironment(CustomTag.Environment value)
An environment custom tag.CustomTag.Builder
CustomTag.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CustomTag.Builder
CustomTag.Builder. mergeFrom(com.google.protobuf.Message other)
CustomTag.Builder
CustomTag.Builder. mergeFrom(CustomTag other)
CustomTag.Builder
CustomTag.Builder. mergeLiteral(CustomTag.Literal value)
A literal custom tag.CustomTag.Builder
CustomTag.Builder. mergeMetadata(CustomTag.Metadata value)
A custom tag to obtain tag value from the metadata.CustomTag.Builder
CustomTag.Builder. mergeRequestHeader(CustomTag.Header value)
A request header custom tag.static CustomTag.Builder
CustomTag. newBuilder()
static CustomTag.Builder
CustomTag. newBuilder(CustomTag prototype)
CustomTag.Builder
CustomTag. newBuilderForType()
protected CustomTag.Builder
CustomTag. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
CustomTag.Builder
CustomTag.Builder. setEnvironment(CustomTag.Environment value)
An environment custom tag.CustomTag.Builder
CustomTag.Builder. setEnvironment(CustomTag.Environment.Builder builderForValue)
An environment custom tag.CustomTag.Builder
CustomTag.Builder. setLiteral(CustomTag.Literal value)
A literal custom tag.CustomTag.Builder
CustomTag.Builder. setLiteral(CustomTag.Literal.Builder builderForValue)
A literal custom tag.CustomTag.Builder
CustomTag.Builder. setMetadata(CustomTag.Metadata value)
A custom tag to obtain tag value from the metadata.CustomTag.Builder
CustomTag.Builder. setMetadata(CustomTag.Metadata.Builder builderForValue)
A custom tag to obtain tag value from the metadata.CustomTag.Builder
CustomTag.Builder. setRequestHeader(CustomTag.Header value)
A request header custom tag.CustomTag.Builder
CustomTag.Builder. setRequestHeader(CustomTag.Header.Builder builderForValue)
A request header custom tag.CustomTag.Builder
CustomTag.Builder. setTag(java.lang.String value)
Used to populate the tag name.CustomTag.Builder
CustomTag.Builder. setTagBytes(com.google.protobuf.ByteString value)
Used to populate the tag name.CustomTag.Builder
CustomTag. toBuilder()
-