public interface ServerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CommandLineOptions |
getCommandLineOptions()
Command line options the server is currently running with.
|
CommandLineOptionsOrBuilder |
getCommandLineOptionsOrBuilder()
Command line options the server is currently running with.
|
String |
getHotRestartVersion()
Hot restart version.
|
com.google.protobuf.ByteString |
getHotRestartVersionBytes()
Hot restart version.
|
ServerInfo.State |
getState()
State of the server.
|
int |
getStateValue()
State of the server.
|
com.google.protobuf.Duration |
getUptimeAllEpochs()
Uptime since the start of the first epoch.
|
com.google.protobuf.DurationOrBuilder |
getUptimeAllEpochsOrBuilder()
Uptime since the start of the first epoch.
|
com.google.protobuf.Duration |
getUptimeCurrentEpoch()
Uptime since current epoch was started.
|
com.google.protobuf.DurationOrBuilder |
getUptimeCurrentEpochOrBuilder()
Uptime since current epoch was started.
|
String |
getVersion()
Server version.
|
com.google.protobuf.ByteString |
getVersionBytes()
Server version.
|
boolean |
hasCommandLineOptions()
Command line options the server is currently running with.
|
boolean |
hasUptimeAllEpochs()
Uptime since the start of the first epoch.
|
boolean |
hasUptimeCurrentEpoch()
Uptime since current epoch was started.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
Server version.
string version = 1;com.google.protobuf.ByteString getVersionBytes()
Server version.
string version = 1;int getStateValue()
State of the server.
.envoy.admin.v2alpha.ServerInfo.State state = 2;ServerInfo.State getState()
State of the server.
.envoy.admin.v2alpha.ServerInfo.State state = 2;boolean hasUptimeCurrentEpoch()
Uptime since current epoch was started.
.google.protobuf.Duration uptime_current_epoch = 3;com.google.protobuf.Duration getUptimeCurrentEpoch()
Uptime since current epoch was started.
.google.protobuf.Duration uptime_current_epoch = 3;com.google.protobuf.DurationOrBuilder getUptimeCurrentEpochOrBuilder()
Uptime since current epoch was started.
.google.protobuf.Duration uptime_current_epoch = 3;boolean hasUptimeAllEpochs()
Uptime since the start of the first epoch.
.google.protobuf.Duration uptime_all_epochs = 4;com.google.protobuf.Duration getUptimeAllEpochs()
Uptime since the start of the first epoch.
.google.protobuf.Duration uptime_all_epochs = 4;com.google.protobuf.DurationOrBuilder getUptimeAllEpochsOrBuilder()
Uptime since the start of the first epoch.
.google.protobuf.Duration uptime_all_epochs = 4;String getHotRestartVersion()
Hot restart version.
string hot_restart_version = 5;com.google.protobuf.ByteString getHotRestartVersionBytes()
Hot restart version.
string hot_restart_version = 5;boolean hasCommandLineOptions()
Command line options the server is currently running with.
.envoy.admin.v2alpha.CommandLineOptions command_line_options = 6;CommandLineOptions getCommandLineOptions()
Command line options the server is currently running with.
.envoy.admin.v2alpha.CommandLineOptions command_line_options = 6;CommandLineOptionsOrBuilder getCommandLineOptionsOrBuilder()
Command line options the server is currently running with.
.envoy.admin.v2alpha.CommandLineOptions command_line_options = 6;Copyright © 2018–2021 The Envoy Project. All rights reserved.