Uses of Class
io.envoyproxy.envoy.admin.v2alpha.CommandLineOptions.Mode
-
Packages that use CommandLineOptions.Mode Package Description io.envoyproxy.envoy.admin.v2alpha -
-
Uses of CommandLineOptions.Mode in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return CommandLineOptions.Mode Modifier and Type Method Description static CommandLineOptions.ModeCommandLineOptions.Mode. forNumber(int value)CommandLineOptions.ModeCommandLineOptions.Builder. getMode()See :option:`--mode` for details.CommandLineOptions.ModeCommandLineOptions. getMode()See :option:`--mode` for details.CommandLineOptions.ModeCommandLineOptionsOrBuilder. getMode()See :option:`--mode` for details.static CommandLineOptions.ModeCommandLineOptions.Mode. valueOf(int value)Deprecated.static CommandLineOptions.ModeCommandLineOptions.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CommandLineOptions.ModeCommandLineOptions.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandLineOptions.Mode[]CommandLineOptions.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.admin.v2alpha that return types with arguments of type CommandLineOptions.Mode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CommandLineOptions.Mode>CommandLineOptions.Mode. internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type CommandLineOptions.Mode Modifier and Type Method Description CommandLineOptions.BuilderCommandLineOptions.Builder. setMode(CommandLineOptions.Mode value)See :option:`--mode` for details.
-