Class CommandLineOptions

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.admin.v3.CommandLineOptions
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CommandLineOptionsOrBuilder, Serializable

public final class CommandLineOptions extends com.google.protobuf.GeneratedMessageV3 implements CommandLineOptionsOrBuilder
 [#next-free-field: 43]
 
Protobuf type envoy.admin.v3.CommandLineOptions
See Also:
  • Field Details

    • BASE_ID_FIELD_NUMBER

      public static final int BASE_ID_FIELD_NUMBER
      See Also:
    • USE_DYNAMIC_BASE_ID_FIELD_NUMBER

      public static final int USE_DYNAMIC_BASE_ID_FIELD_NUMBER
      See Also:
    • SKIP_HOT_RESTART_ON_NO_PARENT_FIELD_NUMBER

      public static final int SKIP_HOT_RESTART_ON_NO_PARENT_FIELD_NUMBER
      See Also:
    • SKIP_HOT_RESTART_PARENT_STATS_FIELD_NUMBER

      public static final int SKIP_HOT_RESTART_PARENT_STATS_FIELD_NUMBER
      See Also:
    • BASE_ID_PATH_FIELD_NUMBER

      public static final int BASE_ID_PATH_FIELD_NUMBER
      See Also:
    • CONCURRENCY_FIELD_NUMBER

      public static final int CONCURRENCY_FIELD_NUMBER
      See Also:
    • CONFIG_PATH_FIELD_NUMBER

      public static final int CONFIG_PATH_FIELD_NUMBER
      See Also:
    • CONFIG_YAML_FIELD_NUMBER

      public static final int CONFIG_YAML_FIELD_NUMBER
      See Also:
    • ALLOW_UNKNOWN_STATIC_FIELDS_FIELD_NUMBER

      public static final int ALLOW_UNKNOWN_STATIC_FIELDS_FIELD_NUMBER
      See Also:
    • REJECT_UNKNOWN_DYNAMIC_FIELDS_FIELD_NUMBER

      public static final int REJECT_UNKNOWN_DYNAMIC_FIELDS_FIELD_NUMBER
      See Also:
    • IGNORE_UNKNOWN_DYNAMIC_FIELDS_FIELD_NUMBER

      public static final int IGNORE_UNKNOWN_DYNAMIC_FIELDS_FIELD_NUMBER
      See Also:
    • SKIP_DEPRECATED_LOGS_FIELD_NUMBER

      public static final int SKIP_DEPRECATED_LOGS_FIELD_NUMBER
      See Also:
    • ADMIN_ADDRESS_PATH_FIELD_NUMBER

      public static final int ADMIN_ADDRESS_PATH_FIELD_NUMBER
      See Also:
    • LOCAL_ADDRESS_IP_VERSION_FIELD_NUMBER

      public static final int LOCAL_ADDRESS_IP_VERSION_FIELD_NUMBER
      See Also:
    • LOG_LEVEL_FIELD_NUMBER

      public static final int LOG_LEVEL_FIELD_NUMBER
      See Also:
    • COMPONENT_LOG_LEVEL_FIELD_NUMBER

      public static final int COMPONENT_LOG_LEVEL_FIELD_NUMBER
      See Also:
    • LOG_FORMAT_FIELD_NUMBER

      public static final int LOG_FORMAT_FIELD_NUMBER
      See Also:
    • LOG_FORMAT_ESCAPED_FIELD_NUMBER

      public static final int LOG_FORMAT_ESCAPED_FIELD_NUMBER
      See Also:
    • LOG_PATH_FIELD_NUMBER

      public static final int LOG_PATH_FIELD_NUMBER
      See Also:
    • SERVICE_CLUSTER_FIELD_NUMBER

      public static final int SERVICE_CLUSTER_FIELD_NUMBER
      See Also:
    • SERVICE_NODE_FIELD_NUMBER

      public static final int SERVICE_NODE_FIELD_NUMBER
      See Also:
    • SERVICE_ZONE_FIELD_NUMBER

      public static final int SERVICE_ZONE_FIELD_NUMBER
      See Also:
    • FILE_FLUSH_INTERVAL_FIELD_NUMBER

      public static final int FILE_FLUSH_INTERVAL_FIELD_NUMBER
      See Also:
    • FILE_FLUSH_MIN_SIZE_FIELD_NUMBER

      public static final int FILE_FLUSH_MIN_SIZE_FIELD_NUMBER
      See Also:
    • DRAIN_TIME_FIELD_NUMBER

      public static final int DRAIN_TIME_FIELD_NUMBER
      See Also:
    • DRAIN_STRATEGY_FIELD_NUMBER

      public static final int DRAIN_STRATEGY_FIELD_NUMBER
      See Also:
    • PARENT_SHUTDOWN_TIME_FIELD_NUMBER

      public static final int PARENT_SHUTDOWN_TIME_FIELD_NUMBER
      See Also:
    • MODE_FIELD_NUMBER

      public static final int MODE_FIELD_NUMBER
      See Also:
    • DISABLE_HOT_RESTART_FIELD_NUMBER

      public static final int DISABLE_HOT_RESTART_FIELD_NUMBER
      See Also:
    • ENABLE_MUTEX_TRACING_FIELD_NUMBER

      public static final int ENABLE_MUTEX_TRACING_FIELD_NUMBER
      See Also:
    • RESTART_EPOCH_FIELD_NUMBER

      public static final int RESTART_EPOCH_FIELD_NUMBER
      See Also:
    • CPUSET_THREADS_FIELD_NUMBER

      public static final int CPUSET_THREADS_FIELD_NUMBER
      See Also:
    • DISABLED_EXTENSIONS_FIELD_NUMBER

      public static final int DISABLED_EXTENSIONS_FIELD_NUMBER
      See Also:
    • ENABLE_FINE_GRAIN_LOGGING_FIELD_NUMBER

      public static final int ENABLE_FINE_GRAIN_LOGGING_FIELD_NUMBER
      See Also:
    • SOCKET_PATH_FIELD_NUMBER

      public static final int SOCKET_PATH_FIELD_NUMBER
      See Also:
    • SOCKET_MODE_FIELD_NUMBER

      public static final int SOCKET_MODE_FIELD_NUMBER
      See Also:
    • ENABLE_CORE_DUMP_FIELD_NUMBER

      public static final int ENABLE_CORE_DUMP_FIELD_NUMBER
      See Also:
    • STATS_TAG_FIELD_NUMBER

      public static final int STATS_TAG_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getBaseId

      public long getBaseId()
       See :option:`--base-id` for details.
       
      uint64 base_id = 1;
      Specified by:
      getBaseId in interface CommandLineOptionsOrBuilder
      Returns:
      The baseId.
    • getUseDynamicBaseId

      public boolean getUseDynamicBaseId()
       See :option:`--use-dynamic-base-id` for details.
       
      bool use_dynamic_base_id = 31;
      Specified by:
      getUseDynamicBaseId in interface CommandLineOptionsOrBuilder
      Returns:
      The useDynamicBaseId.
    • getSkipHotRestartOnNoParent

      public boolean getSkipHotRestartOnNoParent()
       See :option:`--skip-hot-restart-on-no-parent` for details.
       
      bool skip_hot_restart_on_no_parent = 39;
      Specified by:
      getSkipHotRestartOnNoParent in interface CommandLineOptionsOrBuilder
      Returns:
      The skipHotRestartOnNoParent.
    • getSkipHotRestartParentStats

      public boolean getSkipHotRestartParentStats()
       See :option:`--skip-hot-restart-parent-stats` for details.
       
      bool skip_hot_restart_parent_stats = 40;
      Specified by:
      getSkipHotRestartParentStats in interface CommandLineOptionsOrBuilder
      Returns:
      The skipHotRestartParentStats.
    • getBaseIdPath

      public String getBaseIdPath()
       See :option:`--base-id-path` for details.
       
      string base_id_path = 32;
      Specified by:
      getBaseIdPath in interface CommandLineOptionsOrBuilder
      Returns:
      The baseIdPath.
    • getBaseIdPathBytes

      public com.google.protobuf.ByteString getBaseIdPathBytes()
       See :option:`--base-id-path` for details.
       
      string base_id_path = 32;
      Specified by:
      getBaseIdPathBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for baseIdPath.
    • getConcurrency

      public int getConcurrency()
       See :option:`--concurrency` for details.
       
      uint32 concurrency = 2;
      Specified by:
      getConcurrency in interface CommandLineOptionsOrBuilder
      Returns:
      The concurrency.
    • getConfigPath

      public String getConfigPath()
       See :option:`--config-path` for details.
       
      string config_path = 3;
      Specified by:
      getConfigPath in interface CommandLineOptionsOrBuilder
      Returns:
      The configPath.
    • getConfigPathBytes

      public com.google.protobuf.ByteString getConfigPathBytes()
       See :option:`--config-path` for details.
       
      string config_path = 3;
      Specified by:
      getConfigPathBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for configPath.
    • getConfigYaml

      public String getConfigYaml()
       See :option:`--config-yaml` for details.
       
      string config_yaml = 4;
      Specified by:
      getConfigYaml in interface CommandLineOptionsOrBuilder
      Returns:
      The configYaml.
    • getConfigYamlBytes

      public com.google.protobuf.ByteString getConfigYamlBytes()
       See :option:`--config-yaml` for details.
       
      string config_yaml = 4;
      Specified by:
      getConfigYamlBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for configYaml.
    • getAllowUnknownStaticFields

      public boolean getAllowUnknownStaticFields()
       See :option:`--allow-unknown-static-fields` for details.
       
      bool allow_unknown_static_fields = 5;
      Specified by:
      getAllowUnknownStaticFields in interface CommandLineOptionsOrBuilder
      Returns:
      The allowUnknownStaticFields.
    • getRejectUnknownDynamicFields

      public boolean getRejectUnknownDynamicFields()
       See :option:`--reject-unknown-dynamic-fields` for details.
       
      bool reject_unknown_dynamic_fields = 26;
      Specified by:
      getRejectUnknownDynamicFields in interface CommandLineOptionsOrBuilder
      Returns:
      The rejectUnknownDynamicFields.
    • getIgnoreUnknownDynamicFields

      public boolean getIgnoreUnknownDynamicFields()
       See :option:`--ignore-unknown-dynamic-fields` for details.
       
      bool ignore_unknown_dynamic_fields = 30;
      Specified by:
      getIgnoreUnknownDynamicFields in interface CommandLineOptionsOrBuilder
      Returns:
      The ignoreUnknownDynamicFields.
    • getSkipDeprecatedLogs

      public boolean getSkipDeprecatedLogs()
       See :option:`--skip-deprecated-logs` for details.
       
      bool skip_deprecated_logs = 41;
      Specified by:
      getSkipDeprecatedLogs in interface CommandLineOptionsOrBuilder
      Returns:
      The skipDeprecatedLogs.
    • getAdminAddressPath

      public String getAdminAddressPath()
       See :option:`--admin-address-path` for details.
       
      string admin_address_path = 6;
      Specified by:
      getAdminAddressPath in interface CommandLineOptionsOrBuilder
      Returns:
      The adminAddressPath.
    • getAdminAddressPathBytes

      public com.google.protobuf.ByteString getAdminAddressPathBytes()
       See :option:`--admin-address-path` for details.
       
      string admin_address_path = 6;
      Specified by:
      getAdminAddressPathBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for adminAddressPath.
    • getLocalAddressIpVersionValue

      public int getLocalAddressIpVersionValue()
       See :option:`--local-address-ip-version` for details.
       
      .envoy.admin.v3.CommandLineOptions.IpVersion local_address_ip_version = 7;
      Specified by:
      getLocalAddressIpVersionValue in interface CommandLineOptionsOrBuilder
      Returns:
      The enum numeric value on the wire for localAddressIpVersion.
    • getLocalAddressIpVersion

      public CommandLineOptions.IpVersion getLocalAddressIpVersion()
       See :option:`--local-address-ip-version` for details.
       
      .envoy.admin.v3.CommandLineOptions.IpVersion local_address_ip_version = 7;
      Specified by:
      getLocalAddressIpVersion in interface CommandLineOptionsOrBuilder
      Returns:
      The localAddressIpVersion.
    • getLogLevel

      public String getLogLevel()
       See :option:`--log-level` for details.
       
      string log_level = 8;
      Specified by:
      getLogLevel in interface CommandLineOptionsOrBuilder
      Returns:
      The logLevel.
    • getLogLevelBytes

      public com.google.protobuf.ByteString getLogLevelBytes()
       See :option:`--log-level` for details.
       
      string log_level = 8;
      Specified by:
      getLogLevelBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for logLevel.
    • getComponentLogLevel

      public String getComponentLogLevel()
       See :option:`--component-log-level` for details.
       
      string component_log_level = 9;
      Specified by:
      getComponentLogLevel in interface CommandLineOptionsOrBuilder
      Returns:
      The componentLogLevel.
    • getComponentLogLevelBytes

      public com.google.protobuf.ByteString getComponentLogLevelBytes()
       See :option:`--component-log-level` for details.
       
      string component_log_level = 9;
      Specified by:
      getComponentLogLevelBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for componentLogLevel.
    • getLogFormat

      public String getLogFormat()
       See :option:`--log-format` for details.
       
      string log_format = 10;
      Specified by:
      getLogFormat in interface CommandLineOptionsOrBuilder
      Returns:
      The logFormat.
    • getLogFormatBytes

      public com.google.protobuf.ByteString getLogFormatBytes()
       See :option:`--log-format` for details.
       
      string log_format = 10;
      Specified by:
      getLogFormatBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for logFormat.
    • getLogFormatEscaped

      public boolean getLogFormatEscaped()
       See :option:`--log-format-escaped` for details.
       
      bool log_format_escaped = 27;
      Specified by:
      getLogFormatEscaped in interface CommandLineOptionsOrBuilder
      Returns:
      The logFormatEscaped.
    • getLogPath

      public String getLogPath()
       See :option:`--log-path` for details.
       
      string log_path = 11;
      Specified by:
      getLogPath in interface CommandLineOptionsOrBuilder
      Returns:
      The logPath.
    • getLogPathBytes

      public com.google.protobuf.ByteString getLogPathBytes()
       See :option:`--log-path` for details.
       
      string log_path = 11;
      Specified by:
      getLogPathBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for logPath.
    • getServiceCluster

      public String getServiceCluster()
       See :option:`--service-cluster` for details.
       
      string service_cluster = 13;
      Specified by:
      getServiceCluster in interface CommandLineOptionsOrBuilder
      Returns:
      The serviceCluster.
    • getServiceClusterBytes

      public com.google.protobuf.ByteString getServiceClusterBytes()
       See :option:`--service-cluster` for details.
       
      string service_cluster = 13;
      Specified by:
      getServiceClusterBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for serviceCluster.
    • getServiceNode

      public String getServiceNode()
       See :option:`--service-node` for details.
       
      string service_node = 14;
      Specified by:
      getServiceNode in interface CommandLineOptionsOrBuilder
      Returns:
      The serviceNode.
    • getServiceNodeBytes

      public com.google.protobuf.ByteString getServiceNodeBytes()
       See :option:`--service-node` for details.
       
      string service_node = 14;
      Specified by:
      getServiceNodeBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for serviceNode.
    • getServiceZone

      public String getServiceZone()
       See :option:`--service-zone` for details.
       
      string service_zone = 15;
      Specified by:
      getServiceZone in interface CommandLineOptionsOrBuilder
      Returns:
      The serviceZone.
    • getServiceZoneBytes

      public com.google.protobuf.ByteString getServiceZoneBytes()
       See :option:`--service-zone` for details.
       
      string service_zone = 15;
      Specified by:
      getServiceZoneBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for serviceZone.
    • hasFileFlushInterval

      public boolean hasFileFlushInterval()
       See :option:`--file-flush-interval-msec` for details.
       
      .google.protobuf.Duration file_flush_interval = 16;
      Specified by:
      hasFileFlushInterval in interface CommandLineOptionsOrBuilder
      Returns:
      Whether the fileFlushInterval field is set.
    • getFileFlushInterval

      public com.google.protobuf.Duration getFileFlushInterval()
       See :option:`--file-flush-interval-msec` for details.
       
      .google.protobuf.Duration file_flush_interval = 16;
      Specified by:
      getFileFlushInterval in interface CommandLineOptionsOrBuilder
      Returns:
      The fileFlushInterval.
    • getFileFlushIntervalOrBuilder

      public com.google.protobuf.DurationOrBuilder getFileFlushIntervalOrBuilder()
       See :option:`--file-flush-interval-msec` for details.
       
      .google.protobuf.Duration file_flush_interval = 16;
      Specified by:
      getFileFlushIntervalOrBuilder in interface CommandLineOptionsOrBuilder
    • getFileFlushMinSize

      public int getFileFlushMinSize()
       See :option:`--file-flush-min-size-kb` for details.
       
      uint32 file_flush_min_size = 42;
      Specified by:
      getFileFlushMinSize in interface CommandLineOptionsOrBuilder
      Returns:
      The fileFlushMinSize.
    • hasDrainTime

      public boolean hasDrainTime()
       See :option:`--drain-time-s` for details.
       
      .google.protobuf.Duration drain_time = 17;
      Specified by:
      hasDrainTime in interface CommandLineOptionsOrBuilder
      Returns:
      Whether the drainTime field is set.
    • getDrainTime

      public com.google.protobuf.Duration getDrainTime()
       See :option:`--drain-time-s` for details.
       
      .google.protobuf.Duration drain_time = 17;
      Specified by:
      getDrainTime in interface CommandLineOptionsOrBuilder
      Returns:
      The drainTime.
    • getDrainTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getDrainTimeOrBuilder()
       See :option:`--drain-time-s` for details.
       
      .google.protobuf.Duration drain_time = 17;
      Specified by:
      getDrainTimeOrBuilder in interface CommandLineOptionsOrBuilder
    • getDrainStrategyValue

      public int getDrainStrategyValue()
       See :option:`--drain-strategy` for details.
       
      .envoy.admin.v3.CommandLineOptions.DrainStrategy drain_strategy = 33;
      Specified by:
      getDrainStrategyValue in interface CommandLineOptionsOrBuilder
      Returns:
      The enum numeric value on the wire for drainStrategy.
    • getDrainStrategy

      public CommandLineOptions.DrainStrategy getDrainStrategy()
       See :option:`--drain-strategy` for details.
       
      .envoy.admin.v3.CommandLineOptions.DrainStrategy drain_strategy = 33;
      Specified by:
      getDrainStrategy in interface CommandLineOptionsOrBuilder
      Returns:
      The drainStrategy.
    • hasParentShutdownTime

      public boolean hasParentShutdownTime()
       See :option:`--parent-shutdown-time-s` for details.
       
      .google.protobuf.Duration parent_shutdown_time = 18;
      Specified by:
      hasParentShutdownTime in interface CommandLineOptionsOrBuilder
      Returns:
      Whether the parentShutdownTime field is set.
    • getParentShutdownTime

      public com.google.protobuf.Duration getParentShutdownTime()
       See :option:`--parent-shutdown-time-s` for details.
       
      .google.protobuf.Duration parent_shutdown_time = 18;
      Specified by:
      getParentShutdownTime in interface CommandLineOptionsOrBuilder
      Returns:
      The parentShutdownTime.
    • getParentShutdownTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getParentShutdownTimeOrBuilder()
       See :option:`--parent-shutdown-time-s` for details.
       
      .google.protobuf.Duration parent_shutdown_time = 18;
      Specified by:
      getParentShutdownTimeOrBuilder in interface CommandLineOptionsOrBuilder
    • getModeValue

      public int getModeValue()
       See :option:`--mode` for details.
       
      .envoy.admin.v3.CommandLineOptions.Mode mode = 19;
      Specified by:
      getModeValue in interface CommandLineOptionsOrBuilder
      Returns:
      The enum numeric value on the wire for mode.
    • getMode

      public CommandLineOptions.Mode getMode()
       See :option:`--mode` for details.
       
      .envoy.admin.v3.CommandLineOptions.Mode mode = 19;
      Specified by:
      getMode in interface CommandLineOptionsOrBuilder
      Returns:
      The mode.
    • getDisableHotRestart

      public boolean getDisableHotRestart()
       See :option:`--disable-hot-restart` for details.
       
      bool disable_hot_restart = 22;
      Specified by:
      getDisableHotRestart in interface CommandLineOptionsOrBuilder
      Returns:
      The disableHotRestart.
    • getEnableMutexTracing

      public boolean getEnableMutexTracing()
       See :option:`--enable-mutex-tracing` for details.
       
      bool enable_mutex_tracing = 23;
      Specified by:
      getEnableMutexTracing in interface CommandLineOptionsOrBuilder
      Returns:
      The enableMutexTracing.
    • getRestartEpoch

      public int getRestartEpoch()
       See :option:`--restart-epoch` for details.
       
      uint32 restart_epoch = 24;
      Specified by:
      getRestartEpoch in interface CommandLineOptionsOrBuilder
      Returns:
      The restartEpoch.
    • getCpusetThreads

      public boolean getCpusetThreads()
       See :option:`--cpuset-threads` for details.
       
      bool cpuset_threads = 25;
      Specified by:
      getCpusetThreads in interface CommandLineOptionsOrBuilder
      Returns:
      The cpusetThreads.
    • getDisabledExtensionsList

      public com.google.protobuf.ProtocolStringList getDisabledExtensionsList()
       See :option:`--disable-extensions` for details.
       
      repeated string disabled_extensions = 28;
      Specified by:
      getDisabledExtensionsList in interface CommandLineOptionsOrBuilder
      Returns:
      A list containing the disabledExtensions.
    • getDisabledExtensionsCount

      public int getDisabledExtensionsCount()
       See :option:`--disable-extensions` for details.
       
      repeated string disabled_extensions = 28;
      Specified by:
      getDisabledExtensionsCount in interface CommandLineOptionsOrBuilder
      Returns:
      The count of disabledExtensions.
    • getDisabledExtensions

      public String getDisabledExtensions(int index)
       See :option:`--disable-extensions` for details.
       
      repeated string disabled_extensions = 28;
      Specified by:
      getDisabledExtensions in interface CommandLineOptionsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The disabledExtensions at the given index.
    • getDisabledExtensionsBytes

      public com.google.protobuf.ByteString getDisabledExtensionsBytes(int index)
       See :option:`--disable-extensions` for details.
       
      repeated string disabled_extensions = 28;
      Specified by:
      getDisabledExtensionsBytes in interface CommandLineOptionsOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the disabledExtensions at the given index.
    • getEnableFineGrainLogging

      public boolean getEnableFineGrainLogging()
       See :option:`--enable-fine-grain-logging` for details.
       
      bool enable_fine_grain_logging = 34;
      Specified by:
      getEnableFineGrainLogging in interface CommandLineOptionsOrBuilder
      Returns:
      The enableFineGrainLogging.
    • getSocketPath

      public String getSocketPath()
       See :option:`--socket-path` for details.
       
      string socket_path = 35;
      Specified by:
      getSocketPath in interface CommandLineOptionsOrBuilder
      Returns:
      The socketPath.
    • getSocketPathBytes

      public com.google.protobuf.ByteString getSocketPathBytes()
       See :option:`--socket-path` for details.
       
      string socket_path = 35;
      Specified by:
      getSocketPathBytes in interface CommandLineOptionsOrBuilder
      Returns:
      The bytes for socketPath.
    • getSocketMode

      public int getSocketMode()
       See :option:`--socket-mode` for details.
       
      uint32 socket_mode = 36;
      Specified by:
      getSocketMode in interface CommandLineOptionsOrBuilder
      Returns:
      The socketMode.
    • getEnableCoreDump

      public boolean getEnableCoreDump()
       See :option:`--enable-core-dump` for details.
       
      bool enable_core_dump = 37;
      Specified by:
      getEnableCoreDump in interface CommandLineOptionsOrBuilder
      Returns:
      The enableCoreDump.
    • getStatsTagList

      public com.google.protobuf.ProtocolStringList getStatsTagList()
       See :option:`--stats-tag` for details.
       
      repeated string stats_tag = 38;
      Specified by:
      getStatsTagList in interface CommandLineOptionsOrBuilder
      Returns:
      A list containing the statsTag.
    • getStatsTagCount

      public int getStatsTagCount()
       See :option:`--stats-tag` for details.
       
      repeated string stats_tag = 38;
      Specified by:
      getStatsTagCount in interface CommandLineOptionsOrBuilder
      Returns:
      The count of statsTag.
    • getStatsTag

      public String getStatsTag(int index)
       See :option:`--stats-tag` for details.
       
      repeated string stats_tag = 38;
      Specified by:
      getStatsTag in interface CommandLineOptionsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The statsTag at the given index.
    • getStatsTagBytes

      public com.google.protobuf.ByteString getStatsTagBytes(int index)
       See :option:`--stats-tag` for details.
       
      repeated string stats_tag = 38;
      Specified by:
      getStatsTagBytes in interface CommandLineOptionsOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the statsTag at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CommandLineOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommandLineOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommandLineOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommandLineOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommandLineOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommandLineOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CommandLineOptions parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CommandLineOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CommandLineOptions parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CommandLineOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CommandLineOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CommandLineOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public CommandLineOptions.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static CommandLineOptions.Builder newBuilder()
    • newBuilder

      public static CommandLineOptions.Builder newBuilder(CommandLineOptions prototype)
    • toBuilder

      public CommandLineOptions.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected CommandLineOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static CommandLineOptions getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CommandLineOptions> parser()
    • getParserForType

      public com.google.protobuf.Parser<CommandLineOptions> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public CommandLineOptions getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder