Uses of Class
io.envoyproxy.envoy.type.tracing.v2.CustomTag.Builder
-
Packages that use CustomTag.Builder Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 io.envoyproxy.envoy.type.tracing.v2 -
-
Uses of CustomTag.Builder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route 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.api.v2.route that return types with arguments of type CustomTag.Builder Modifier and Type Method Description List<CustomTag.Builder>Tracing.Builder. getCustomTagsBuilderList()A list of custom tags with unique tag name to create tags for the active span.Methods in io.envoyproxy.envoy.api.v2.route 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.config.filter.network.http_connection_manager.v2
Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 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.config.filter.network.http_connection_manager.v2 that return types with arguments of type CustomTag.Builder Modifier and Type Method Description List<CustomTag.Builder>HttpConnectionManager.Tracing.Builder. getCustomTagsBuilderList()A list of custom tags with unique tag name to create tags for the active span.Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 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.v2
Methods in io.envoyproxy.envoy.type.tracing.v2 that return CustomTag.Builder Modifier and Type Method Description CustomTag.BuilderCustomTag.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CustomTag.BuilderCustomTag.Builder. clear()CustomTag.BuilderCustomTag.Builder. clearEnvironment()An environment custom tag.CustomTag.BuilderCustomTag.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)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. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)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. clone()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.CustomTag.BuilderCustomTag.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static CustomTag.BuilderCustomTag. newBuilder()static CustomTag.BuilderCustomTag. newBuilder(CustomTag prototype)CustomTag.BuilderCustomTag. newBuilderForType()protected CustomTag.BuilderCustomTag. newBuilderForType(com.google.protobuf.GeneratedMessageV3.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. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)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. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)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(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.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CustomTag.BuilderCustomTag. toBuilder()
-