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.BuilderTracing.Builder. addCustomTagsBuilder()A list of custom tags with unique tag name to create tags for the active span.CustomTag.BuilderTracing.Builder. addCustomTagsBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTag.BuilderTracing.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.BuilderTracing.Builder. addCustomTags(int index, CustomTag.Builder builderForValue)A list of custom tags with unique tag name to create tags for the active span.Tracing.BuilderTracing.Builder. addCustomTags(CustomTag.Builder builderForValue)A list of custom tags with unique tag name to create tags for the active span.Tracing.BuilderTracing.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.BuilderHttpConnectionManager.Tracing.Builder. addCustomTagsBuilder()A list of custom tags with unique tag name to create tags for the active span.CustomTag.BuilderHttpConnectionManager.Tracing.Builder. addCustomTagsBuilder(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTag.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.Tracing.Builder. addCustomTags(CustomTag.Builder builderForValue)A list of custom tags with unique tag name to create tags for the active span.HttpConnectionManager.Tracing.BuilderHttpConnectionManager.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.BuilderCustomTag.Builder. clear()CustomTag.BuilderCustomTag.Builder. clearEnvironment()An environment custom tag.CustomTag.BuilderCustomTag.Builder. clearLiteral()A literal custom tag.CustomTag.BuilderCustomTag.Builder. clearMetadata()A custom tag to obtain tag value from the metadata.CustomTag.BuilderCustomTag.Builder. clearRequestHeader()A request header custom tag.CustomTag.BuilderCustomTag.Builder. clearTag()Used to populate the tag name.CustomTag.BuilderCustomTag.Builder. clearType()CustomTag.BuilderCustomTag.Builder. mergeEnvironment(CustomTag.Environment value)An environment custom tag.CustomTag.BuilderCustomTag.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CustomTag.BuilderCustomTag.Builder. mergeFrom(com.google.protobuf.Message other)CustomTag.BuilderCustomTag.Builder. mergeFrom(CustomTag other)CustomTag.BuilderCustomTag.Builder. mergeLiteral(CustomTag.Literal value)A literal custom tag.CustomTag.BuilderCustomTag.Builder. mergeMetadata(CustomTag.Metadata value)A custom tag to obtain tag value from the metadata.CustomTag.BuilderCustomTag.Builder. mergeRequestHeader(CustomTag.Header value)A request header custom tag.static CustomTag.BuilderCustomTag. newBuilder()static CustomTag.BuilderCustomTag. newBuilder(CustomTag prototype)CustomTag.BuilderCustomTag. newBuilderForType()protected CustomTag.BuilderCustomTag. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)CustomTag.BuilderCustomTag.Builder. setEnvironment(CustomTag.Environment value)An environment custom tag.CustomTag.BuilderCustomTag.Builder. setEnvironment(CustomTag.Environment.Builder builderForValue)An environment custom tag.CustomTag.BuilderCustomTag.Builder. setLiteral(CustomTag.Literal value)A literal custom tag.CustomTag.BuilderCustomTag.Builder. setLiteral(CustomTag.Literal.Builder builderForValue)A literal custom tag.CustomTag.BuilderCustomTag.Builder. setMetadata(CustomTag.Metadata value)A custom tag to obtain tag value from the metadata.CustomTag.BuilderCustomTag.Builder. setMetadata(CustomTag.Metadata.Builder builderForValue)A custom tag to obtain tag value from the metadata.CustomTag.BuilderCustomTag.Builder. setRequestHeader(CustomTag.Header value)A request header custom tag.CustomTag.BuilderCustomTag.Builder. setRequestHeader(CustomTag.Header.Builder builderForValue)A request header custom tag.CustomTag.BuilderCustomTag.Builder. setTag(java.lang.String value)Used to populate the tag name.CustomTag.BuilderCustomTag.Builder. setTagBytes(com.google.protobuf.ByteString value)Used to populate the tag name.CustomTag.BuilderCustomTag. toBuilder()
-