Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.Header.Builder
Packages that use CustomTag.Header.Builder
-
Uses of CustomTag.Header.Builder in io.envoyproxy.envoy.type.tracing.v3
Subclasses with type arguments of type CustomTag.Header.Builder in io.envoyproxy.envoy.type.tracing.v3Modifier and TypeClassDescriptionstatic final classHeader type custom tag with header name and default value.Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag.Header.BuilderModifier and TypeMethodDescriptionCustomTag.Header.Builder.clear()CustomTag.Header.Builder.clearDefaultValue()When the header does not exist, the tag value will be populated with this default value if specified, otherwise no tag will be populated.CustomTag.Header.Builder.clearName()Header name to obtain the value to populate the tag value.CustomTag.Builder.getRequestHeaderBuilder()A request header custom tag.CustomTag.Header.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomTag.Header.Builder.mergeFrom(com.google.protobuf.Message other) CustomTag.Header.Builder.mergeFrom(CustomTag.Header other) static CustomTag.Header.BuilderCustomTag.Header.newBuilder()static CustomTag.Header.BuilderCustomTag.Header.newBuilder(CustomTag.Header prototype) CustomTag.Header.newBuilderForType()protected CustomTag.Header.BuilderCustomTag.Header.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CustomTag.Header.Builder.setDefaultValue(String value) When the header does not exist, the tag value will be populated with this default value if specified, otherwise no tag will be populated.CustomTag.Header.Builder.setDefaultValueBytes(com.google.protobuf.ByteString value) When the header does not exist, the tag value will be populated with this default value if specified, otherwise no tag will be populated.Header name to obtain the value to populate the tag value.CustomTag.Header.Builder.setNameBytes(com.google.protobuf.ByteString value) Header name to obtain the value to populate the tag value.CustomTag.Header.toBuilder()Methods in io.envoyproxy.envoy.type.tracing.v3 with parameters of type CustomTag.Header.BuilderModifier and TypeMethodDescriptionCustomTag.Builder.setRequestHeader(CustomTag.Header.Builder builderForValue) A request header custom tag.