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