public interface CommandLineOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminAddressPath()
See :option:`--admin-address-path` for details.
|
com.google.protobuf.ByteString |
getAdminAddressPathBytes()
See :option:`--admin-address-path` for details.
|
boolean |
getAllowUnknownStaticFields()
See :option:`--allow-unknown-static-fields` for details.
|
long |
getBaseId()
See :option:`--base-id` for details.
|
String |
getBaseIdPath()
See :option:`--base-id-path` for details.
|
com.google.protobuf.ByteString |
getBaseIdPathBytes()
See :option:`--base-id-path` for details.
|
int |
getBootstrapVersion()
See :option:`--bootstrap-version` for details.
|
String |
getComponentLogLevel()
See :option:`--component-log-level` for details.
|
com.google.protobuf.ByteString |
getComponentLogLevelBytes()
See :option:`--component-log-level` for details.
|
int |
getConcurrency()
See :option:`--concurrency` for details.
|
String |
getConfigPath()
See :option:`--config-path` for details.
|
com.google.protobuf.ByteString |
getConfigPathBytes()
See :option:`--config-path` for details.
|
String |
getConfigYaml()
See :option:`--config-yaml` for details.
|
com.google.protobuf.ByteString |
getConfigYamlBytes()
See :option:`--config-yaml` for details.
|
boolean |
getCpusetThreads()
See :option:`--cpuset-threads` for details.
|
String |
getDisabledExtensions(int index)
See :option:`--disable-extensions` for details.
|
com.google.protobuf.ByteString |
getDisabledExtensionsBytes(int index)
See :option:`--disable-extensions` for details.
|
int |
getDisabledExtensionsCount()
See :option:`--disable-extensions` for details.
|
List<String> |
getDisabledExtensionsList()
See :option:`--disable-extensions` for details.
|
boolean |
getDisableHotRestart()
See :option:`--disable-hot-restart` for details.
|
CommandLineOptions.DrainStrategy |
getDrainStrategy()
See :option:`--drain-strategy` for details.
|
int |
getDrainStrategyValue()
See :option:`--drain-strategy` for details.
|
com.google.protobuf.Duration |
getDrainTime()
See :option:`--drain-time-s` for details.
|
com.google.protobuf.DurationOrBuilder |
getDrainTimeOrBuilder()
See :option:`--drain-time-s` for details.
|
boolean |
getEnableFineGrainLogging()
See :option:`--enable-fine-grain-logging` for details.
|
boolean |
getEnableMutexTracing()
See :option:`--enable-mutex-tracing` for details.
|
com.google.protobuf.Duration |
getFileFlushInterval()
See :option:`--file-flush-interval-msec` for details.
|
com.google.protobuf.DurationOrBuilder |
getFileFlushIntervalOrBuilder()
See :option:`--file-flush-interval-msec` for details.
|
boolean |
getIgnoreUnknownDynamicFields()
See :option:`--ignore-unknown-dynamic-fields` for details.
|
CommandLineOptions.IpVersion |
getLocalAddressIpVersion()
See :option:`--local-address-ip-version` for details.
|
int |
getLocalAddressIpVersionValue()
See :option:`--local-address-ip-version` for details.
|
String |
getLogFormat()
See :option:`--log-format` for details.
|
com.google.protobuf.ByteString |
getLogFormatBytes()
See :option:`--log-format` for details.
|
boolean |
getLogFormatEscaped()
See :option:`--log-format-escaped` for details.
|
String |
getLogLevel()
See :option:`--log-level` for details.
|
com.google.protobuf.ByteString |
getLogLevelBytes()
See :option:`--log-level` for details.
|
String |
getLogPath()
See :option:`--log-path` for details.
|
com.google.protobuf.ByteString |
getLogPathBytes()
See :option:`--log-path` for details.
|
CommandLineOptions.Mode |
getMode()
See :option:`--mode` for details.
|
int |
getModeValue()
See :option:`--mode` for details.
|
com.google.protobuf.Duration |
getParentShutdownTime()
See :option:`--parent-shutdown-time-s` for details.
|
com.google.protobuf.DurationOrBuilder |
getParentShutdownTimeOrBuilder()
See :option:`--parent-shutdown-time-s` for details.
|
boolean |
getRejectUnknownDynamicFields()
See :option:`--reject-unknown-dynamic-fields` for details.
|
int |
getRestartEpoch()
See :option:`--restart-epoch` for details.
|
String |
getServiceCluster()
See :option:`--service-cluster` for details.
|
com.google.protobuf.ByteString |
getServiceClusterBytes()
See :option:`--service-cluster` for details.
|
String |
getServiceNode()
See :option:`--service-node` for details.
|
com.google.protobuf.ByteString |
getServiceNodeBytes()
See :option:`--service-node` for details.
|
String |
getServiceZone()
See :option:`--service-zone` for details.
|
com.google.protobuf.ByteString |
getServiceZoneBytes()
See :option:`--service-zone` for details.
|
int |
getSocketMode()
See :option:`--socket-mode` for details.
|
String |
getSocketPath()
See :option:`--socket-path` for details.
|
com.google.protobuf.ByteString |
getSocketPathBytes()
See :option:`--socket-path` for details.
|
boolean |
getUseDynamicBaseId()
See :option:`--use-dynamic-base-id` for details.
|
boolean |
hasDrainTime()
See :option:`--drain-time-s` for details.
|
boolean |
hasFileFlushInterval()
See :option:`--file-flush-interval-msec` for details.
|
boolean |
hasParentShutdownTime()
See :option:`--parent-shutdown-time-s` for details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getBaseId()
See :option:`--base-id` for details.
uint64 base_id = 1;boolean getUseDynamicBaseId()
See :option:`--use-dynamic-base-id` for details.
bool use_dynamic_base_id = 31;String getBaseIdPath()
See :option:`--base-id-path` for details.
string base_id_path = 32;com.google.protobuf.ByteString getBaseIdPathBytes()
See :option:`--base-id-path` for details.
string base_id_path = 32;int getConcurrency()
See :option:`--concurrency` for details.
uint32 concurrency = 2;String getConfigPath()
See :option:`--config-path` for details.
string config_path = 3;com.google.protobuf.ByteString getConfigPathBytes()
See :option:`--config-path` for details.
string config_path = 3;String getConfigYaml()
See :option:`--config-yaml` for details.
string config_yaml = 4;com.google.protobuf.ByteString getConfigYamlBytes()
See :option:`--config-yaml` for details.
string config_yaml = 4;boolean getAllowUnknownStaticFields()
See :option:`--allow-unknown-static-fields` for details.
bool allow_unknown_static_fields = 5;boolean getRejectUnknownDynamicFields()
See :option:`--reject-unknown-dynamic-fields` for details.
bool reject_unknown_dynamic_fields = 26;boolean getIgnoreUnknownDynamicFields()
See :option:`--ignore-unknown-dynamic-fields` for details.
bool ignore_unknown_dynamic_fields = 30;String getAdminAddressPath()
See :option:`--admin-address-path` for details.
string admin_address_path = 6;com.google.protobuf.ByteString getAdminAddressPathBytes()
See :option:`--admin-address-path` for details.
string admin_address_path = 6;int getLocalAddressIpVersionValue()
See :option:`--local-address-ip-version` for details.
.envoy.admin.v3.CommandLineOptions.IpVersion local_address_ip_version = 7;CommandLineOptions.IpVersion getLocalAddressIpVersion()
See :option:`--local-address-ip-version` for details.
.envoy.admin.v3.CommandLineOptions.IpVersion local_address_ip_version = 7;String getLogLevel()
See :option:`--log-level` for details.
string log_level = 8;com.google.protobuf.ByteString getLogLevelBytes()
See :option:`--log-level` for details.
string log_level = 8;String getComponentLogLevel()
See :option:`--component-log-level` for details.
string component_log_level = 9;com.google.protobuf.ByteString getComponentLogLevelBytes()
See :option:`--component-log-level` for details.
string component_log_level = 9;String getLogFormat()
See :option:`--log-format` for details.
string log_format = 10;com.google.protobuf.ByteString getLogFormatBytes()
See :option:`--log-format` for details.
string log_format = 10;boolean getLogFormatEscaped()
See :option:`--log-format-escaped` for details.
bool log_format_escaped = 27;String getLogPath()
See :option:`--log-path` for details.
string log_path = 11;com.google.protobuf.ByteString getLogPathBytes()
See :option:`--log-path` for details.
string log_path = 11;String getServiceCluster()
See :option:`--service-cluster` for details.
string service_cluster = 13;com.google.protobuf.ByteString getServiceClusterBytes()
See :option:`--service-cluster` for details.
string service_cluster = 13;String getServiceNode()
See :option:`--service-node` for details.
string service_node = 14;com.google.protobuf.ByteString getServiceNodeBytes()
See :option:`--service-node` for details.
string service_node = 14;String getServiceZone()
See :option:`--service-zone` for details.
string service_zone = 15;com.google.protobuf.ByteString getServiceZoneBytes()
See :option:`--service-zone` for details.
string service_zone = 15;boolean hasFileFlushInterval()
See :option:`--file-flush-interval-msec` for details.
.google.protobuf.Duration file_flush_interval = 16;com.google.protobuf.Duration getFileFlushInterval()
See :option:`--file-flush-interval-msec` for details.
.google.protobuf.Duration file_flush_interval = 16;com.google.protobuf.DurationOrBuilder getFileFlushIntervalOrBuilder()
See :option:`--file-flush-interval-msec` for details.
.google.protobuf.Duration file_flush_interval = 16;boolean hasDrainTime()
See :option:`--drain-time-s` for details.
.google.protobuf.Duration drain_time = 17;com.google.protobuf.Duration getDrainTime()
See :option:`--drain-time-s` for details.
.google.protobuf.Duration drain_time = 17;com.google.protobuf.DurationOrBuilder getDrainTimeOrBuilder()
See :option:`--drain-time-s` for details.
.google.protobuf.Duration drain_time = 17;int getDrainStrategyValue()
See :option:`--drain-strategy` for details.
.envoy.admin.v3.CommandLineOptions.DrainStrategy drain_strategy = 33;CommandLineOptions.DrainStrategy getDrainStrategy()
See :option:`--drain-strategy` for details.
.envoy.admin.v3.CommandLineOptions.DrainStrategy drain_strategy = 33;boolean hasParentShutdownTime()
See :option:`--parent-shutdown-time-s` for details.
.google.protobuf.Duration parent_shutdown_time = 18;com.google.protobuf.Duration getParentShutdownTime()
See :option:`--parent-shutdown-time-s` for details.
.google.protobuf.Duration parent_shutdown_time = 18;com.google.protobuf.DurationOrBuilder getParentShutdownTimeOrBuilder()
See :option:`--parent-shutdown-time-s` for details.
.google.protobuf.Duration parent_shutdown_time = 18;int getModeValue()
See :option:`--mode` for details.
.envoy.admin.v3.CommandLineOptions.Mode mode = 19;CommandLineOptions.Mode getMode()
See :option:`--mode` for details.
.envoy.admin.v3.CommandLineOptions.Mode mode = 19;boolean getDisableHotRestart()
See :option:`--disable-hot-restart` for details.
bool disable_hot_restart = 22;boolean getEnableMutexTracing()
See :option:`--enable-mutex-tracing` for details.
bool enable_mutex_tracing = 23;int getRestartEpoch()
See :option:`--restart-epoch` for details.
uint32 restart_epoch = 24;boolean getCpusetThreads()
See :option:`--cpuset-threads` for details.
bool cpuset_threads = 25;List<String> getDisabledExtensionsList()
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;int getDisabledExtensionsCount()
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;String getDisabledExtensions(int index)
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;com.google.protobuf.ByteString getDisabledExtensionsBytes(int index)
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;int getBootstrapVersion()
See :option:`--bootstrap-version` for details.
uint32 bootstrap_version = 29;boolean getEnableFineGrainLogging()
See :option:`--enable-fine-grain-logging` for details.
bool enable_fine_grain_logging = 34;String getSocketPath()
See :option:`--socket-path` for details.
string socket_path = 35;com.google.protobuf.ByteString getSocketPathBytes()
See :option:`--socket-path` for details.
string socket_path = 35;int getSocketMode()
See :option:`--socket-mode` for details.
uint32 socket_mode = 36;Copyright © 2018–2021 The Envoy Project. All rights reserved.