Uses of Class
io.envoyproxy.envoy.admin.v3.CommandLineOptions
Packages that use CommandLineOptions
-
Uses of CommandLineOptions in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return CommandLineOptionsModifier and TypeMethodDescriptionCommandLineOptions.Builder.build()CommandLineOptions.Builder.buildPartial()ServerInfo.Builder.getCommandLineOptions()Command line options the server is currently running with.ServerInfo.getCommandLineOptions()Command line options the server is currently running with.ServerInfoOrBuilder.getCommandLineOptions()Command line options the server is currently running with.static CommandLineOptionsCommandLineOptions.getDefaultInstance()CommandLineOptions.Builder.getDefaultInstanceForType()CommandLineOptions.getDefaultInstanceForType()static CommandLineOptionsCommandLineOptions.parseDelimitedFrom(InputStream input) static CommandLineOptionsCommandLineOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandLineOptionsCommandLineOptions.parseFrom(byte[] data) static CommandLineOptionsCommandLineOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandLineOptionsCommandLineOptions.parseFrom(com.google.protobuf.ByteString data) static CommandLineOptionsCommandLineOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandLineOptionsCommandLineOptions.parseFrom(com.google.protobuf.CodedInputStream input) static CommandLineOptionsCommandLineOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandLineOptionsCommandLineOptions.parseFrom(InputStream input) static CommandLineOptionsCommandLineOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandLineOptionsCommandLineOptions.parseFrom(ByteBuffer data) static CommandLineOptionsCommandLineOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.admin.v3 that return types with arguments of type CommandLineOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandLineOptions>CommandLineOptions.getParserForType()static com.google.protobuf.Parser<CommandLineOptions>CommandLineOptions.parser()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type CommandLineOptionsModifier and TypeMethodDescriptionServerInfo.Builder.mergeCommandLineOptions(CommandLineOptions value) Command line options the server is currently running with.CommandLineOptions.Builder.mergeFrom(CommandLineOptions other) static CommandLineOptions.BuilderCommandLineOptions.newBuilder(CommandLineOptions prototype) ServerInfo.Builder.setCommandLineOptions(CommandLineOptions value) Command line options the server is currently running with.