Uses of Class
io.envoyproxy.envoy.type.tracing.v2.CustomTag
-
Packages that use CustomTag 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 in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return CustomTag Modifier and Type Method Description CustomTagTracing.Builder. getCustomTags(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagTracing. getCustomTags(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagTracingOrBuilder. getCustomTags(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 Modifier and Type Method Description List<CustomTag>Tracing.Builder. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.List<CustomTag>Tracing. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.List<CustomTag>TracingOrBuilder. getCustomTagsList()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 Modifier and Type Method Description Tracing.BuilderTracing.Builder. addCustomTags(int index, CustomTag value)A list of custom tags with unique tag name to create tags for the active span.Tracing.BuilderTracing.Builder. addCustomTags(CustomTag value)A list of custom tags with unique tag name to create tags for the active span.Tracing.BuilderTracing.Builder. setCustomTags(int index, CustomTag value)A list of custom tags with unique tag name to create tags for the active span.Method parameters in io.envoyproxy.envoy.api.v2.route with type arguments of type CustomTag Modifier and Type Method Description Tracing.BuilderTracing.Builder. addAllCustomTags(Iterable<? extends CustomTag> values)A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTag 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 Modifier and Type Method Description CustomTagHttpConnectionManager.Tracing.Builder. getCustomTags(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagHttpConnectionManager.Tracing. getCustomTags(int index)A list of custom tags with unique tag name to create tags for the active span.CustomTagHttpConnectionManager.TracingOrBuilder. getCustomTags(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 Modifier and Type Method Description List<CustomTag>HttpConnectionManager.Tracing.Builder. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.List<CustomTag>HttpConnectionManager.Tracing. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.List<CustomTag>HttpConnectionManager.TracingOrBuilder. getCustomTagsList()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 Modifier and Type Method Description HttpConnectionManager.Tracing.BuilderHttpConnectionManager.Tracing.Builder. addCustomTags(int index, CustomTag value)A list of custom tags with unique tag name to create tags for the active span.HttpConnectionManager.Tracing.BuilderHttpConnectionManager.Tracing.Builder. addCustomTags(CustomTag value)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 value)A list of custom tags with unique tag name to create tags for the active span.Method parameters in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 with type arguments of type CustomTag Modifier and Type Method Description HttpConnectionManager.Tracing.BuilderHttpConnectionManager.Tracing.Builder. addAllCustomTags(Iterable<? extends CustomTag> values)A list of custom tags with unique tag name to create tags for the active span. -
Uses of CustomTag in io.envoyproxy.envoy.type.tracing.v2
Methods in io.envoyproxy.envoy.type.tracing.v2 that return CustomTag Modifier and Type Method Description CustomTagCustomTag.Builder. build()CustomTagCustomTag.Builder. buildPartial()static CustomTagCustomTag. getDefaultInstance()CustomTagCustomTag.Builder. getDefaultInstanceForType()CustomTagCustomTag. getDefaultInstanceForType()static CustomTagCustomTag. parseDelimitedFrom(InputStream input)static CustomTagCustomTag. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomTagCustomTag. parseFrom(byte[] data)static CustomTagCustomTag. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomTagCustomTag. parseFrom(com.google.protobuf.ByteString data)static CustomTagCustomTag. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomTagCustomTag. parseFrom(com.google.protobuf.CodedInputStream input)static CustomTagCustomTag. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomTagCustomTag. parseFrom(InputStream input)static CustomTagCustomTag. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomTagCustomTag. parseFrom(ByteBuffer data)static CustomTagCustomTag. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.tracing.v2 that return types with arguments of type CustomTag Modifier and Type Method Description com.google.protobuf.Parser<CustomTag>CustomTag. getParserForType()static com.google.protobuf.Parser<CustomTag>CustomTag. parser()Methods in io.envoyproxy.envoy.type.tracing.v2 with parameters of type CustomTag Modifier and Type Method Description CustomTag.BuilderCustomTag.Builder. mergeFrom(CustomTag other)static CustomTag.BuilderCustomTag. newBuilder(CustomTag prototype)
-