Package io.envoyproxy.envoy.admin.v3
Interface CommandLineOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandLineOptions,CommandLineOptions.Builder
public interface CommandLineOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAdminAddressPath()See :option:`--admin-address-path` for details.com.google.protobuf.ByteStringgetAdminAddressPathBytes()See :option:`--admin-address-path` for details.booleangetAllowUnknownStaticFields()See :option:`--allow-unknown-static-fields` for details.longgetBaseId()See :option:`--base-id` for details.StringgetBaseIdPath()See :option:`--base-id-path` for details.com.google.protobuf.ByteStringgetBaseIdPathBytes()See :option:`--base-id-path` for details.StringgetComponentLogLevel()See :option:`--component-log-level` for details.com.google.protobuf.ByteStringgetComponentLogLevelBytes()See :option:`--component-log-level` for details.intgetConcurrency()See :option:`--concurrency` for details.StringgetConfigPath()See :option:`--config-path` for details.com.google.protobuf.ByteStringgetConfigPathBytes()See :option:`--config-path` for details.StringgetConfigYaml()See :option:`--config-yaml` for details.com.google.protobuf.ByteStringgetConfigYamlBytes()See :option:`--config-yaml` for details.booleangetCpusetThreads()See :option:`--cpuset-threads` for details.StringgetDisabledExtensions(int index)See :option:`--disable-extensions` for details.com.google.protobuf.ByteStringgetDisabledExtensionsBytes(int index)See :option:`--disable-extensions` for details.intgetDisabledExtensionsCount()See :option:`--disable-extensions` for details.List<String>getDisabledExtensionsList()See :option:`--disable-extensions` for details.booleangetDisableHotRestart()See :option:`--disable-hot-restart` for details.CommandLineOptions.DrainStrategygetDrainStrategy()See :option:`--drain-strategy` for details.intgetDrainStrategyValue()See :option:`--drain-strategy` for details.com.google.protobuf.DurationgetDrainTime()See :option:`--drain-time-s` for details.com.google.protobuf.DurationOrBuildergetDrainTimeOrBuilder()See :option:`--drain-time-s` for details.booleangetEnableCoreDump()See :option:`--enable-core-dump` for details.booleangetEnableFineGrainLogging()See :option:`--enable-fine-grain-logging` for details.booleangetEnableMutexTracing()See :option:`--enable-mutex-tracing` for details.com.google.protobuf.DurationgetFileFlushInterval()See :option:`--file-flush-interval-msec` for details.com.google.protobuf.DurationOrBuildergetFileFlushIntervalOrBuilder()See :option:`--file-flush-interval-msec` for details.booleangetIgnoreUnknownDynamicFields()See :option:`--ignore-unknown-dynamic-fields` for details.CommandLineOptions.IpVersiongetLocalAddressIpVersion()See :option:`--local-address-ip-version` for details.intgetLocalAddressIpVersionValue()See :option:`--local-address-ip-version` for details.StringgetLogFormat()See :option:`--log-format` for details.com.google.protobuf.ByteStringgetLogFormatBytes()See :option:`--log-format` for details.booleangetLogFormatEscaped()See :option:`--log-format-escaped` for details.StringgetLogLevel()See :option:`--log-level` for details.com.google.protobuf.ByteStringgetLogLevelBytes()See :option:`--log-level` for details.StringgetLogPath()See :option:`--log-path` for details.com.google.protobuf.ByteStringgetLogPathBytes()See :option:`--log-path` for details.CommandLineOptions.ModegetMode()See :option:`--mode` for details.intgetModeValue()See :option:`--mode` for details.com.google.protobuf.DurationgetParentShutdownTime()See :option:`--parent-shutdown-time-s` for details.com.google.protobuf.DurationOrBuildergetParentShutdownTimeOrBuilder()See :option:`--parent-shutdown-time-s` for details.booleangetRejectUnknownDynamicFields()See :option:`--reject-unknown-dynamic-fields` for details.intgetRestartEpoch()See :option:`--restart-epoch` for details.StringgetServiceCluster()See :option:`--service-cluster` for details.com.google.protobuf.ByteStringgetServiceClusterBytes()See :option:`--service-cluster` for details.StringgetServiceNode()See :option:`--service-node` for details.com.google.protobuf.ByteStringgetServiceNodeBytes()See :option:`--service-node` for details.StringgetServiceZone()See :option:`--service-zone` for details.com.google.protobuf.ByteStringgetServiceZoneBytes()See :option:`--service-zone` for details.intgetSocketMode()See :option:`--socket-mode` for details.StringgetSocketPath()See :option:`--socket-path` for details.com.google.protobuf.ByteStringgetSocketPathBytes()See :option:`--socket-path` for details.StringgetStatsTag(int index)See :option:`--stats-tag` for details.com.google.protobuf.ByteStringgetStatsTagBytes(int index)See :option:`--stats-tag` for details.intgetStatsTagCount()See :option:`--stats-tag` for details.List<String>getStatsTagList()See :option:`--stats-tag` for details.booleangetUseDynamicBaseId()See :option:`--use-dynamic-base-id` for details.booleanhasDrainTime()See :option:`--drain-time-s` for details.booleanhasFileFlushInterval()See :option:`--file-flush-interval-msec` for details.booleanhasParentShutdownTime()See :option:`--parent-shutdown-time-s` for details.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBaseId
long getBaseId()
See :option:`--base-id` for details.
uint64 base_id = 1;- Returns:
- The baseId.
-
getUseDynamicBaseId
boolean getUseDynamicBaseId()
See :option:`--use-dynamic-base-id` for details.
bool use_dynamic_base_id = 31;- Returns:
- The useDynamicBaseId.
-
getBaseIdPath
String getBaseIdPath()
See :option:`--base-id-path` for details.
string base_id_path = 32;- Returns:
- The baseIdPath.
-
getBaseIdPathBytes
com.google.protobuf.ByteString getBaseIdPathBytes()
See :option:`--base-id-path` for details.
string base_id_path = 32;- Returns:
- The bytes for baseIdPath.
-
getConcurrency
int getConcurrency()
See :option:`--concurrency` for details.
uint32 concurrency = 2;- Returns:
- The concurrency.
-
getConfigPath
String getConfigPath()
See :option:`--config-path` for details.
string config_path = 3;- Returns:
- The configPath.
-
getConfigPathBytes
com.google.protobuf.ByteString getConfigPathBytes()
See :option:`--config-path` for details.
string config_path = 3;- Returns:
- The bytes for configPath.
-
getConfigYaml
String getConfigYaml()
See :option:`--config-yaml` for details.
string config_yaml = 4;- Returns:
- The configYaml.
-
getConfigYamlBytes
com.google.protobuf.ByteString getConfigYamlBytes()
See :option:`--config-yaml` for details.
string config_yaml = 4;- Returns:
- The bytes for configYaml.
-
getAllowUnknownStaticFields
boolean getAllowUnknownStaticFields()
See :option:`--allow-unknown-static-fields` for details.
bool allow_unknown_static_fields = 5;- Returns:
- The allowUnknownStaticFields.
-
getRejectUnknownDynamicFields
boolean getRejectUnknownDynamicFields()
See :option:`--reject-unknown-dynamic-fields` for details.
bool reject_unknown_dynamic_fields = 26;- Returns:
- The rejectUnknownDynamicFields.
-
getIgnoreUnknownDynamicFields
boolean getIgnoreUnknownDynamicFields()
See :option:`--ignore-unknown-dynamic-fields` for details.
bool ignore_unknown_dynamic_fields = 30;- Returns:
- The ignoreUnknownDynamicFields.
-
getAdminAddressPath
String getAdminAddressPath()
See :option:`--admin-address-path` for details.
string admin_address_path = 6;- Returns:
- The adminAddressPath.
-
getAdminAddressPathBytes
com.google.protobuf.ByteString getAdminAddressPathBytes()
See :option:`--admin-address-path` for details.
string admin_address_path = 6;- Returns:
- The bytes for adminAddressPath.
-
getLocalAddressIpVersionValue
int getLocalAddressIpVersionValue()
See :option:`--local-address-ip-version` for details.
.envoy.admin.v3.CommandLineOptions.IpVersion local_address_ip_version = 7;- Returns:
- The enum numeric value on the wire for localAddressIpVersion.
-
getLocalAddressIpVersion
CommandLineOptions.IpVersion getLocalAddressIpVersion()
See :option:`--local-address-ip-version` for details.
.envoy.admin.v3.CommandLineOptions.IpVersion local_address_ip_version = 7;- Returns:
- The localAddressIpVersion.
-
getLogLevel
String getLogLevel()
See :option:`--log-level` for details.
string log_level = 8;- Returns:
- The logLevel.
-
getLogLevelBytes
com.google.protobuf.ByteString getLogLevelBytes()
See :option:`--log-level` for details.
string log_level = 8;- Returns:
- The bytes for logLevel.
-
getComponentLogLevel
String getComponentLogLevel()
See :option:`--component-log-level` for details.
string component_log_level = 9;- Returns:
- The componentLogLevel.
-
getComponentLogLevelBytes
com.google.protobuf.ByteString getComponentLogLevelBytes()
See :option:`--component-log-level` for details.
string component_log_level = 9;- Returns:
- The bytes for componentLogLevel.
-
getLogFormat
String getLogFormat()
See :option:`--log-format` for details.
string log_format = 10;- Returns:
- The logFormat.
-
getLogFormatBytes
com.google.protobuf.ByteString getLogFormatBytes()
See :option:`--log-format` for details.
string log_format = 10;- Returns:
- The bytes for logFormat.
-
getLogFormatEscaped
boolean getLogFormatEscaped()
See :option:`--log-format-escaped` for details.
bool log_format_escaped = 27;- Returns:
- The logFormatEscaped.
-
getLogPath
String getLogPath()
See :option:`--log-path` for details.
string log_path = 11;- Returns:
- The logPath.
-
getLogPathBytes
com.google.protobuf.ByteString getLogPathBytes()
See :option:`--log-path` for details.
string log_path = 11;- Returns:
- The bytes for logPath.
-
getServiceCluster
String getServiceCluster()
See :option:`--service-cluster` for details.
string service_cluster = 13;- Returns:
- The serviceCluster.
-
getServiceClusterBytes
com.google.protobuf.ByteString getServiceClusterBytes()
See :option:`--service-cluster` for details.
string service_cluster = 13;- Returns:
- The bytes for serviceCluster.
-
getServiceNode
String getServiceNode()
See :option:`--service-node` for details.
string service_node = 14;- Returns:
- The serviceNode.
-
getServiceNodeBytes
com.google.protobuf.ByteString getServiceNodeBytes()
See :option:`--service-node` for details.
string service_node = 14;- Returns:
- The bytes for serviceNode.
-
getServiceZone
String getServiceZone()
See :option:`--service-zone` for details.
string service_zone = 15;- Returns:
- The serviceZone.
-
getServiceZoneBytes
com.google.protobuf.ByteString getServiceZoneBytes()
See :option:`--service-zone` for details.
string service_zone = 15;- Returns:
- The bytes for serviceZone.
-
hasFileFlushInterval
boolean hasFileFlushInterval()
See :option:`--file-flush-interval-msec` for details.
.google.protobuf.Duration file_flush_interval = 16;- Returns:
- Whether the fileFlushInterval field is set.
-
getFileFlushInterval
com.google.protobuf.Duration getFileFlushInterval()
See :option:`--file-flush-interval-msec` for details.
.google.protobuf.Duration file_flush_interval = 16;- Returns:
- The fileFlushInterval.
-
getFileFlushIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getFileFlushIntervalOrBuilder()
See :option:`--file-flush-interval-msec` for details.
.google.protobuf.Duration file_flush_interval = 16;
-
hasDrainTime
boolean hasDrainTime()
See :option:`--drain-time-s` for details.
.google.protobuf.Duration drain_time = 17;- Returns:
- Whether the drainTime field is set.
-
getDrainTime
com.google.protobuf.Duration getDrainTime()
See :option:`--drain-time-s` for details.
.google.protobuf.Duration drain_time = 17;- Returns:
- The drainTime.
-
getDrainTimeOrBuilder
com.google.protobuf.DurationOrBuilder getDrainTimeOrBuilder()
See :option:`--drain-time-s` for details.
.google.protobuf.Duration drain_time = 17;
-
getDrainStrategyValue
int getDrainStrategyValue()
See :option:`--drain-strategy` for details.
.envoy.admin.v3.CommandLineOptions.DrainStrategy drain_strategy = 33;- Returns:
- The enum numeric value on the wire for drainStrategy.
-
getDrainStrategy
CommandLineOptions.DrainStrategy getDrainStrategy()
See :option:`--drain-strategy` for details.
.envoy.admin.v3.CommandLineOptions.DrainStrategy drain_strategy = 33;- Returns:
- The drainStrategy.
-
hasParentShutdownTime
boolean hasParentShutdownTime()
See :option:`--parent-shutdown-time-s` for details.
.google.protobuf.Duration parent_shutdown_time = 18;- Returns:
- Whether the parentShutdownTime field is set.
-
getParentShutdownTime
com.google.protobuf.Duration getParentShutdownTime()
See :option:`--parent-shutdown-time-s` for details.
.google.protobuf.Duration parent_shutdown_time = 18;- Returns:
- The parentShutdownTime.
-
getParentShutdownTimeOrBuilder
com.google.protobuf.DurationOrBuilder getParentShutdownTimeOrBuilder()
See :option:`--parent-shutdown-time-s` for details.
.google.protobuf.Duration parent_shutdown_time = 18;
-
getModeValue
int getModeValue()
See :option:`--mode` for details.
.envoy.admin.v3.CommandLineOptions.Mode mode = 19;- Returns:
- The enum numeric value on the wire for mode.
-
getMode
CommandLineOptions.Mode getMode()
See :option:`--mode` for details.
.envoy.admin.v3.CommandLineOptions.Mode mode = 19;- Returns:
- The mode.
-
getDisableHotRestart
boolean getDisableHotRestart()
See :option:`--disable-hot-restart` for details.
bool disable_hot_restart = 22;- Returns:
- The disableHotRestart.
-
getEnableMutexTracing
boolean getEnableMutexTracing()
See :option:`--enable-mutex-tracing` for details.
bool enable_mutex_tracing = 23;- Returns:
- The enableMutexTracing.
-
getRestartEpoch
int getRestartEpoch()
See :option:`--restart-epoch` for details.
uint32 restart_epoch = 24;- Returns:
- The restartEpoch.
-
getCpusetThreads
boolean getCpusetThreads()
See :option:`--cpuset-threads` for details.
bool cpuset_threads = 25;- Returns:
- The cpusetThreads.
-
getDisabledExtensionsList
List<String> getDisabledExtensionsList()
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;- Returns:
- A list containing the disabledExtensions.
-
getDisabledExtensionsCount
int getDisabledExtensionsCount()
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;- Returns:
- The count of disabledExtensions.
-
getDisabledExtensions
String getDisabledExtensions(int index)
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;- Parameters:
index- The index of the element to return.- Returns:
- The disabledExtensions at the given index.
-
getDisabledExtensionsBytes
com.google.protobuf.ByteString getDisabledExtensionsBytes(int index)
See :option:`--disable-extensions` for details.
repeated string disabled_extensions = 28;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the disabledExtensions at the given index.
-
getEnableFineGrainLogging
boolean getEnableFineGrainLogging()
See :option:`--enable-fine-grain-logging` for details.
bool enable_fine_grain_logging = 34;- Returns:
- The enableFineGrainLogging.
-
getSocketPath
String getSocketPath()
See :option:`--socket-path` for details.
string socket_path = 35;- Returns:
- The socketPath.
-
getSocketPathBytes
com.google.protobuf.ByteString getSocketPathBytes()
See :option:`--socket-path` for details.
string socket_path = 35;- Returns:
- The bytes for socketPath.
-
getSocketMode
int getSocketMode()
See :option:`--socket-mode` for details.
uint32 socket_mode = 36;- Returns:
- The socketMode.
-
getEnableCoreDump
boolean getEnableCoreDump()
See :option:`--enable-core-dump` for details.
bool enable_core_dump = 37;- Returns:
- The enableCoreDump.
-
getStatsTagList
List<String> getStatsTagList()
See :option:`--stats-tag` for details.
repeated string stats_tag = 38;- Returns:
- A list containing the statsTag.
-
getStatsTagCount
int getStatsTagCount()
See :option:`--stats-tag` for details.
repeated string stats_tag = 38;- Returns:
- The count of statsTag.
-
getStatsTag
String getStatsTag(int index)
See :option:`--stats-tag` for details.
repeated string stats_tag = 38;- Parameters:
index- The index of the element to return.- Returns:
- The statsTag at the given index.
-
getStatsTagBytes
com.google.protobuf.ByteString getStatsTagBytes(int index)
See :option:`--stats-tag` for details.
repeated string stats_tag = 38;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the statsTag at the given index.
-
-