Uses of Enum
io.envoyproxy.envoy.admin.v3.CommandLineOptions.Mode
Packages that use CommandLineOptions.Mode
-
Uses of CommandLineOptions.Mode in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return CommandLineOptions.ModeModifier and TypeMethodDescriptionstatic CommandLineOptions.ModeCommandLineOptions.Mode.forNumber(int value) CommandLineOptions.Builder.getMode()See :option:`--mode` for details.CommandLineOptions.getMode()See :option:`--mode` for details.CommandLineOptionsOrBuilder.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.ModeReturns 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.v3 that return types with arguments of type CommandLineOptions.ModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommandLineOptions.Mode>CommandLineOptions.Mode.internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type CommandLineOptions.ModeModifier and TypeMethodDescriptionCommandLineOptions.Builder.setMode(CommandLineOptions.Mode value) See :option:`--mode` for details.