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