Interface ServerInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ServerInfo, ServerInfo.Builder

    public interface ServerInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getVersion

        String getVersion()
         Server version.
         
        string version = 1;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         Server version.
         
        string version = 1;
        Returns:
        The bytes for version.
      • getStateValue

        int getStateValue()
         State of the server.
         
        .envoy.admin.v2alpha.ServerInfo.State state = 2;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        ServerInfo.State getState()
         State of the server.
         
        .envoy.admin.v2alpha.ServerInfo.State state = 2;
        Returns:
        The state.
      • hasUptimeCurrentEpoch

        boolean hasUptimeCurrentEpoch()
         Uptime since current epoch was started.
         
        .google.protobuf.Duration uptime_current_epoch = 3;
        Returns:
        Whether the uptimeCurrentEpoch field is set.
      • getUptimeCurrentEpoch

        com.google.protobuf.Duration getUptimeCurrentEpoch()
         Uptime since current epoch was started.
         
        .google.protobuf.Duration uptime_current_epoch = 3;
        Returns:
        The uptimeCurrentEpoch.
      • getUptimeCurrentEpochOrBuilder

        com.google.protobuf.DurationOrBuilder getUptimeCurrentEpochOrBuilder()
         Uptime since current epoch was started.
         
        .google.protobuf.Duration uptime_current_epoch = 3;
      • hasUptimeAllEpochs

        boolean hasUptimeAllEpochs()
         Uptime since the start of the first epoch.
         
        .google.protobuf.Duration uptime_all_epochs = 4;
        Returns:
        Whether the uptimeAllEpochs field is set.
      • getUptimeAllEpochs

        com.google.protobuf.Duration getUptimeAllEpochs()
         Uptime since the start of the first epoch.
         
        .google.protobuf.Duration uptime_all_epochs = 4;
        Returns:
        The uptimeAllEpochs.
      • getUptimeAllEpochsOrBuilder

        com.google.protobuf.DurationOrBuilder getUptimeAllEpochsOrBuilder()
         Uptime since the start of the first epoch.
         
        .google.protobuf.Duration uptime_all_epochs = 4;
      • getHotRestartVersion

        String getHotRestartVersion()
         Hot restart version.
         
        string hot_restart_version = 5;
        Returns:
        The hotRestartVersion.
      • getHotRestartVersionBytes

        com.google.protobuf.ByteString getHotRestartVersionBytes()
         Hot restart version.
         
        string hot_restart_version = 5;
        Returns:
        The bytes for hotRestartVersion.
      • hasCommandLineOptions

        boolean hasCommandLineOptions()
         Command line options the server is currently running with.
         
        .envoy.admin.v2alpha.CommandLineOptions command_line_options = 6;
        Returns:
        Whether the commandLineOptions field is set.
      • getCommandLineOptions

        CommandLineOptions getCommandLineOptions()
         Command line options the server is currently running with.
         
        .envoy.admin.v2alpha.CommandLineOptions command_line_options = 6;
        Returns:
        The commandLineOptions.
      • getCommandLineOptionsOrBuilder

        CommandLineOptionsOrBuilder getCommandLineOptionsOrBuilder()
         Command line options the server is currently running with.
         
        .envoy.admin.v2alpha.CommandLineOptions command_line_options = 6;