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 Detail

      • getBaseId

        long getBaseId()
         See :option:`--base-id` for details.
         
        uint64 base_id = 1;
      • getConcurrency

        int getConcurrency()
         See :option:`--concurrency` for details.
         
        uint32 concurrency = 2;
      • getConfigPath

        String getConfigPath()
         See :option:`--config-path` for details.
         
        string config_path = 3;
      • getConfigPathBytes

        com.google.protobuf.ByteString getConfigPathBytes()
         See :option:`--config-path` for details.
         
        string config_path = 3;
      • getConfigYaml

        String getConfigYaml()
         See :option:`--config-yaml` for details.
         
        string config_yaml = 4;
      • getConfigYamlBytes

        com.google.protobuf.ByteString getConfigYamlBytes()
         See :option:`--config-yaml` for details.
         
        string config_yaml = 4;
      • getAllowUnknownStaticFields

        boolean getAllowUnknownStaticFields()
         See :option:`--allow-unknown-static-fields` for details.
         
        bool allow_unknown_static_fields = 5;
      • getRejectUnknownDynamicFields

        boolean getRejectUnknownDynamicFields()
         See :option:`--reject-unknown-dynamic-fields` for details.
         
        bool reject_unknown_dynamic_fields = 26;
      • getAdminAddressPath

        String getAdminAddressPath()
         See :option:`--admin-address-path` for details.
         
        string admin_address_path = 6;
      • getAdminAddressPathBytes

        com.google.protobuf.ByteString getAdminAddressPathBytes()
         See :option:`--admin-address-path` for details.
         
        string admin_address_path = 6;
      • getLocalAddressIpVersionValue

        int getLocalAddressIpVersionValue()
         See :option:`--local-address-ip-version` for details.
         
        .envoy.admin.v2alpha.CommandLineOptions.IpVersion local_address_ip_version = 7;
      • getLocalAddressIpVersion

        CommandLineOptions.IpVersion getLocalAddressIpVersion()
         See :option:`--local-address-ip-version` for details.
         
        .envoy.admin.v2alpha.CommandLineOptions.IpVersion local_address_ip_version = 7;
      • getLogLevel

        String getLogLevel()
         See :option:`--log-level` for details.
         
        string log_level = 8;
      • getLogLevelBytes

        com.google.protobuf.ByteString getLogLevelBytes()
         See :option:`--log-level` for details.
         
        string log_level = 8;
      • getComponentLogLevel

        String getComponentLogLevel()
         See :option:`--component-log-level` for details.
         
        string component_log_level = 9;
      • getComponentLogLevelBytes

        com.google.protobuf.ByteString getComponentLogLevelBytes()
         See :option:`--component-log-level` for details.
         
        string component_log_level = 9;
      • getLogFormat

        String getLogFormat()
         See :option:`--log-format` for details.
         
        string log_format = 10;
      • getLogFormatBytes

        com.google.protobuf.ByteString getLogFormatBytes()
         See :option:`--log-format` for details.
         
        string log_format = 10;
      • getLogFormatEscaped

        boolean getLogFormatEscaped()
         See :option:`--log-format-escaped` for details.
         
        bool log_format_escaped = 27;
      • getLogPath

        String getLogPath()
         See :option:`--log-path` for details.
         
        string log_path = 11;
      • getLogPathBytes

        com.google.protobuf.ByteString getLogPathBytes()
         See :option:`--log-path` for details.
         
        string log_path = 11;
      • getServiceCluster

        String getServiceCluster()
         See :option:`--service-cluster` for details.
         
        string service_cluster = 13;
      • getServiceClusterBytes

        com.google.protobuf.ByteString getServiceClusterBytes()
         See :option:`--service-cluster` for details.
         
        string service_cluster = 13;
      • getServiceNode

        String getServiceNode()
         See :option:`--service-node` for details.
         
        string service_node = 14;
      • getServiceNodeBytes

        com.google.protobuf.ByteString getServiceNodeBytes()
         See :option:`--service-node` for details.
         
        string service_node = 14;
      • getServiceZone

        String getServiceZone()
         See :option:`--service-zone` for details.
         
        string service_zone = 15;
      • getServiceZoneBytes

        com.google.protobuf.ByteString getServiceZoneBytes()
         See :option:`--service-zone` for details.
         
        string service_zone = 15;
      • hasFileFlushInterval

        boolean hasFileFlushInterval()
         See :option:`--file-flush-interval-msec` for details.
         
        .google.protobuf.Duration file_flush_interval = 16;
      • getFileFlushInterval

        com.google.protobuf.Duration getFileFlushInterval()
         See :option:`--file-flush-interval-msec` for details.
         
        .google.protobuf.Duration file_flush_interval = 16;
      • 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;
      • getDrainTime

        com.google.protobuf.Duration getDrainTime()
         See :option:`--drain-time-s` for details.
         
        .google.protobuf.Duration drain_time = 17;
      • getDrainTimeOrBuilder

        com.google.protobuf.DurationOrBuilder getDrainTimeOrBuilder()
         See :option:`--drain-time-s` for details.
         
        .google.protobuf.Duration drain_time = 17;
      • hasParentShutdownTime

        boolean hasParentShutdownTime()
         See :option:`--parent-shutdown-time-s` for details.
         
        .google.protobuf.Duration parent_shutdown_time = 18;
      • getParentShutdownTime

        com.google.protobuf.Duration getParentShutdownTime()
         See :option:`--parent-shutdown-time-s` for details.
         
        .google.protobuf.Duration parent_shutdown_time = 18;
      • 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.v2alpha.CommandLineOptions.Mode mode = 19;
      • getMode

        CommandLineOptions.Mode getMode()
         See :option:`--mode` for details.
         
        .envoy.admin.v2alpha.CommandLineOptions.Mode mode = 19;
      • getMaxStats

        @Deprecated
        long getMaxStats()
        Deprecated.
         max_stats and max_obj_name_len are now unused and have no effect.
         
        uint64 max_stats = 20 [deprecated = true, (.envoy.annotations.disallowed_by_default) = true];
      • getMaxObjNameLen

        @Deprecated
        long getMaxObjNameLen()
        Deprecated.
        uint64 max_obj_name_len = 21 [deprecated = true, (.envoy.annotations.disallowed_by_default) = true];
      • getDisableHotRestart

        boolean getDisableHotRestart()
         See :option:`--disable-hot-restart` for details.
         
        bool disable_hot_restart = 22;
      • getEnableMutexTracing

        boolean getEnableMutexTracing()
         See :option:`--enable-mutex-tracing` for details.
         
        bool enable_mutex_tracing = 23;
      • getRestartEpoch

        int getRestartEpoch()
         See :option:`--restart-epoch` for details.
         
        uint32 restart_epoch = 24;
      • getCpusetThreads

        boolean getCpusetThreads()
         See :option:`--cpuset-threads` for details.
         
        bool cpuset_threads = 25;
      • getDisabledExtensionsList

        List<String> getDisabledExtensionsList()
         See :option:`--disable-extensions` for details.
         
        repeated string disabled_extensions = 28;
      • getDisabledExtensionsCount

        int getDisabledExtensionsCount()
         See :option:`--disable-extensions` for details.
         
        repeated string disabled_extensions = 28;
      • getDisabledExtensions

        String getDisabledExtensions​(int index)
         See :option:`--disable-extensions` for details.
         
        repeated string disabled_extensions = 28;
      • getDisabledExtensionsBytes

        com.google.protobuf.ByteString getDisabledExtensionsBytes​(int index)
         See :option:`--disable-extensions` for details.
         
        repeated string disabled_extensions = 28;