Uses of Interface
io.envoyproxy.envoy.type.tracing.v3.CustomTagOrBuilder
-
Packages that use CustomTagOrBuilder 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 CustomTagOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type CustomTagOrBuilder 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 CustomTagOrBuilder Modifier and Type Method Description CustomTagOrBuilder
Tracing.Builder. getCustomTagsOrBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilder
Tracing. getCustomTagsOrBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilder
TracingOrBuilder. getCustomTagsOrBuilder(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 CustomTagOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CustomTag,CustomTag.Builder,CustomTagOrBuilder>
Tracing.Builder. getCustomTagsFieldBuilder()
java.util.List<? extends CustomTagOrBuilder>
Tracing.Builder. getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span.java.util.List<? extends CustomTagOrBuilder>
Tracing. getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span.java.util.List<? extends CustomTagOrBuilder>
TracingOrBuilder. getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTagOrBuilder 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 CustomTagOrBuilder 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 CustomTagOrBuilder Modifier and Type Method Description CustomTagOrBuilder
HttpConnectionManager.Tracing.Builder. getCustomTagsOrBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilder
HttpConnectionManager.Tracing. getCustomTagsOrBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTagOrBuilder
HttpConnectionManager.TracingOrBuilder. getCustomTagsOrBuilder(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 CustomTagOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CustomTag,CustomTag.Builder,CustomTagOrBuilder>
HttpConnectionManager.Tracing.Builder. getCustomTagsFieldBuilder()
java.util.List<? extends CustomTagOrBuilder>
HttpConnectionManager.Tracing.Builder. getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span.java.util.List<? extends CustomTagOrBuilder>
HttpConnectionManager.Tracing. getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span.java.util.List<? extends CustomTagOrBuilder>
HttpConnectionManager.TracingOrBuilder. getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTagOrBuilder in io.envoyproxy.envoy.type.tracing.v3
Classes in io.envoyproxy.envoy.type.tracing.v3 that implement CustomTagOrBuilder Modifier and Type Class Description class
CustomTag
Describes custom tags for the active span.static class
CustomTag.Builder
Describes custom tags for the active span.
-