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
Subclasses with type arguments of type CustomTag.Environment.Builder in io.envoyproxy.envoy.type.tracing.v3Modifier and TypeClassDescriptionstatic final classEnvironment type custom tag with environment name and default value.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.BuilderCustomTag.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 with parameters of type CustomTag.Environment.BuilderModifier and TypeMethodDescriptionCustomTag.Builder.setEnvironment(CustomTag.Environment.Builder builderForValue) An environment custom tag.