Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.Environment.Builder
Packages that use CustomTag.Environment.Builder
-
Uses of CustomTag.Environment.Builder in io.envoyproxy.envoy.type.tracing.v3
Fields in io.envoyproxy.envoy.type.tracing.v3 with type parameters of type CustomTag.Environment.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CustomTag.Environment, CustomTag.Environment.Builder, CustomTag.EnvironmentOrBuilder> CustomTag.Builder.environmentBuilder_
Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag.Environment.BuilderModifier and TypeMethodDescriptionCustomTag.Environment.Builder.clear()
CustomTag.Environment.Builder.clearDefaultValue()
When the environment variable is not found, the tag value will be populated with this default value if specified, otherwise no tag will be populated.CustomTag.Environment.Builder.clearName()
Environment variable name to obtain the value to populate the tag value.CustomTag.Builder.getEnvironmentBuilder()
An environment custom tag.CustomTag.Environment.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomTag.Environment.Builder.mergeFrom
(com.google.protobuf.Message other) CustomTag.Environment.Builder.mergeFrom
(CustomTag.Environment other) CustomTag.Environment.newBuilder()
CustomTag.Environment.newBuilder
(CustomTag.Environment prototype) CustomTag.Environment.newBuilderForType()
protected CustomTag.Environment.Builder
CustomTag.Environment.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CustomTag.Environment.Builder.setDefaultValue
(String value) When the environment variable is not found, the tag value will be populated with this default value if specified, otherwise no tag will be populated.CustomTag.Environment.Builder.setDefaultValueBytes
(com.google.protobuf.ByteString value) When the environment variable is not found, the tag value will be populated with this default value if specified, otherwise no tag will be populated.Environment variable name to obtain the value to populate the tag value.CustomTag.Environment.Builder.setNameBytes
(com.google.protobuf.ByteString value) Environment variable name to obtain the value to populate the tag value.CustomTag.Environment.toBuilder()
Methods in io.envoyproxy.envoy.type.tracing.v3 that return types with arguments of type CustomTag.Environment.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CustomTag.Environment, CustomTag.Environment.Builder, CustomTag.EnvironmentOrBuilder> CustomTag.Builder.getEnvironmentFieldBuilder()
An environment custom tag.Methods in io.envoyproxy.envoy.type.tracing.v3 with parameters of type CustomTag.Environment.BuilderModifier and TypeMethodDescriptionCustomTag.Builder.setEnvironment
(CustomTag.Environment.Builder builderForValue) An environment custom tag.