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