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 CustomTag
Tracing.Builder. getCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTag
Tracing. getCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTag
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.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.Builder
Tracing.Builder. addCustomTags(int index, CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder
Tracing.Builder. addCustomTags(CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder
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.route.v3 with type arguments of type CustomTag Modifier and Type Method Description Tracing.Builder
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.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 CustomTag
HttpConnectionManager.Tracing.Builder. getCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTag
HttpConnectionManager.Tracing. getCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.CustomTag
HttpConnectionManager.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.Builder
HttpConnectionManager.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.Builder
HttpConnectionManager.Tracing.Builder. addCustomTags(CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.HttpConnectionManager.Tracing.Builder
HttpConnectionManager.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.Builder
HttpConnectionManager.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 CustomTag
CustomTag. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag Modifier and Type Method Description CustomTag
CustomTag.Builder. build()
CustomTag
CustomTag.Builder. buildPartial()
static CustomTag
CustomTag. getDefaultInstance()
CustomTag
CustomTag.Builder. getDefaultInstanceForType()
CustomTag
CustomTag. getDefaultInstanceForType()
static CustomTag
CustomTag. parseDelimitedFrom(java.io.InputStream input)
static CustomTag
CustomTag. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag
CustomTag. parseFrom(byte[] data)
static CustomTag
CustomTag. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag
CustomTag. parseFrom(com.google.protobuf.ByteString data)
static CustomTag
CustomTag. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag
CustomTag. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomTag
CustomTag. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag
CustomTag. parseFrom(java.io.InputStream input)
static CustomTag
CustomTag. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag
CustomTag. parseFrom(java.nio.ByteBuffer data)
static CustomTag
CustomTag. 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 void
CustomTag.Builder. buildPartial0(CustomTag result)
private void
CustomTag.Builder. buildPartialOneofs(CustomTag result)
CustomTag.Builder
CustomTag.Builder. mergeFrom(CustomTag other)
static CustomTag.Builder
CustomTag. newBuilder(CustomTag prototype)
-