Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.TypeCase
-
Packages that use CustomTag.TypeCase Package Description io.envoyproxy.envoy.type.tracing.v3 -
-
Uses of CustomTag.TypeCase in io.envoyproxy.envoy.type.tracing.v3
Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag.TypeCase Modifier and Type Method Description static CustomTag.TypeCase
CustomTag.TypeCase. forNumber(int value)
CustomTag.TypeCase
CustomTag.Builder. getTypeCase()
CustomTag.TypeCase
CustomTag. getTypeCase()
CustomTag.TypeCase
CustomTagOrBuilder. getTypeCase()
static CustomTag.TypeCase
CustomTag.TypeCase. valueOf(int value)
Deprecated.static CustomTag.TypeCase
CustomTag.TypeCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CustomTag.TypeCase[]
CustomTag.TypeCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-