Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.Metadata.Builder
Packages that use CustomTag.Metadata.Builder
-
Uses of CustomTag.Metadata.Builder in io.envoyproxy.envoy.type.tracing.v3
Fields in io.envoyproxy.envoy.type.tracing.v3 with type parameters of type CustomTag.Metadata.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CustomTag.Metadata, CustomTag.Metadata.Builder, CustomTag.MetadataOrBuilder> CustomTag.Builder.metadataBuilder_
Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag.Metadata.BuilderModifier and TypeMethodDescriptionCustomTag.Metadata.Builder.clear()
CustomTag.Metadata.Builder.clearDefaultValue()
When no valid metadata is found, the tag value would be populated with this default value if specified, otherwise no tag would be populated.CustomTag.Metadata.Builder.clearKind()
Specify what kind of metadata to obtain tag value from.CustomTag.Metadata.Builder.clearMetadataKey()
Metadata key to define the path to retrieve the tag value.CustomTag.Builder.getMetadataBuilder()
A custom tag to obtain tag value from the metadata.CustomTag.Metadata.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomTag.Metadata.Builder.mergeFrom
(com.google.protobuf.Message other) CustomTag.Metadata.Builder.mergeFrom
(CustomTag.Metadata other) CustomTag.Metadata.Builder.mergeKind
(MetadataKind value) Specify what kind of metadata to obtain tag value from.CustomTag.Metadata.Builder.mergeMetadataKey
(MetadataKey value) Metadata key to define the path to retrieve the tag value.static CustomTag.Metadata.Builder
CustomTag.Metadata.newBuilder()
static CustomTag.Metadata.Builder
CustomTag.Metadata.newBuilder
(CustomTag.Metadata prototype) CustomTag.Metadata.newBuilderForType()
protected CustomTag.Metadata.Builder
CustomTag.Metadata.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CustomTag.Metadata.Builder.setDefaultValue
(String value) When no valid metadata is found, the tag value would be populated with this default value if specified, otherwise no tag would be populated.CustomTag.Metadata.Builder.setDefaultValueBytes
(com.google.protobuf.ByteString value) When no valid metadata is found, the tag value would be populated with this default value if specified, otherwise no tag would be populated.CustomTag.Metadata.Builder.setKind
(MetadataKind value) Specify what kind of metadata to obtain tag value from.CustomTag.Metadata.Builder.setKind
(MetadataKind.Builder builderForValue) Specify what kind of metadata to obtain tag value from.CustomTag.Metadata.Builder.setMetadataKey
(MetadataKey value) Metadata key to define the path to retrieve the tag value.CustomTag.Metadata.Builder.setMetadataKey
(MetadataKey.Builder builderForValue) Metadata key to define the path to retrieve the tag value.CustomTag.Metadata.toBuilder()
Methods in io.envoyproxy.envoy.type.tracing.v3 that return types with arguments of type CustomTag.Metadata.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CustomTag.Metadata, CustomTag.Metadata.Builder, CustomTag.MetadataOrBuilder> CustomTag.Builder.internalGetMetadataFieldBuilder()
A custom tag to obtain tag value from the metadata.Methods in io.envoyproxy.envoy.type.tracing.v3 with parameters of type CustomTag.Metadata.BuilderModifier and TypeMethodDescriptionCustomTag.Builder.setMetadata
(CustomTag.Metadata.Builder builderForValue) A custom tag to obtain tag value from the metadata.