Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag
-
Packages that use CustomTag 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 in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type CustomTag Modifier and Type Field Description private java.util.List<CustomTag>Tracing.Builder. customTags_private java.util.List<CustomTag>Tracing. customTags_private com.google.protobuf.RepeatedFieldBuilder<CustomTag,CustomTag.Builder,CustomTagOrBuilder>Tracing.Builder. customTagsBuilder_Methods in io.envoyproxy.envoy.config.route.v3 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.config.route.v3 that return types with arguments of type CustomTag Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CustomTag,CustomTag.Builder,CustomTagOrBuilder>Tracing.Builder. getCustomTagsFieldBuilder()java.util.List<CustomTag>Tracing.Builder. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.java.util.List<CustomTag>Tracing. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.java.util.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.config.route.v3 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.config.route.v3 with type arguments of type CustomTag Modifier and Type Method Description Tracing.BuilderTracing.Builder. addAllCustomTags(java.lang.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.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 Modifier and Type Field Description private java.util.List<CustomTag>HttpConnectionManager.Tracing.Builder. customTags_private java.util.List<CustomTag>HttpConnectionManager.Tracing. customTags_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 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.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type CustomTag Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CustomTag,CustomTag.Builder,CustomTagOrBuilder>HttpConnectionManager.Tracing.Builder. getCustomTagsFieldBuilder()java.util.List<CustomTag>HttpConnectionManager.Tracing.Builder. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.java.util.List<CustomTag>HttpConnectionManager.Tracing. getCustomTagsList()A list of custom tags with unique tag name to create tags for the active span.java.util.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.extensions.filters.network.http_connection_manager.v3 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.extensions.filters.network.http_connection_manager.v3 with type arguments of type CustomTag Modifier and Type Method Description HttpConnectionManager.Tracing.BuilderHttpConnectionManager.Tracing.Builder. addAllCustomTags(java.lang.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.v3
Fields in io.envoyproxy.envoy.type.tracing.v3 declared as CustomTag Modifier and Type Field Description private static CustomTagCustomTag. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.type.tracing.v3 with type parameters of type CustomTag Modifier and Type Field Description private static com.google.protobuf.Parser<CustomTag>CustomTag. PARSERMethods in io.envoyproxy.envoy.type.tracing.v3 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(java.io.InputStream input)static CustomTagCustomTag. parseDelimitedFrom(java.io.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(java.io.InputStream input)static CustomTagCustomTag. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomTagCustomTag. parseFrom(java.nio.ByteBuffer data)static CustomTagCustomTag. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.tracing.v3 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.v3 with parameters of type CustomTag Modifier and Type Method Description private voidCustomTag.Builder. buildPartial0(CustomTag result)private voidCustomTag.Builder. buildPartialOneofs(CustomTag result)CustomTag.BuilderCustomTag.Builder. mergeFrom(CustomTag other)static CustomTag.BuilderCustomTag. newBuilder(CustomTag prototype)
-