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