Package io.envoyproxy.envoy.admin.v3
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandLineOptionsgetCommandLineOptions()Command line options the server is currently running with.CommandLineOptionsOrBuildergetCommandLineOptionsOrBuilder()Command line options the server is currently running with.StringgetHotRestartVersion()Hot restart version.com.google.protobuf.ByteStringgetHotRestartVersionBytes()Hot restart version.NodegetNode()Populated node identity of this server.NodeOrBuildergetNodeOrBuilder()Populated node identity of this server.ServerInfo.StategetState()State of the server.intgetStateValue()State of the server.com.google.protobuf.DurationgetUptimeAllEpochs()Uptime since the start of the first epoch.com.google.protobuf.DurationOrBuildergetUptimeAllEpochsOrBuilder()Uptime since the start of the first epoch.com.google.protobuf.DurationgetUptimeCurrentEpoch()Uptime since current epoch was started.com.google.protobuf.DurationOrBuildergetUptimeCurrentEpochOrBuilder()Uptime since current epoch was started.StringgetVersion()Server version.com.google.protobuf.ByteStringgetVersionBytes()Server version.booleanhasCommandLineOptions()Command line options the server is currently running with.booleanhasNode()Populated node identity of this server.booleanhasUptimeAllEpochs()Uptime since the start of the first epoch.booleanhasUptimeCurrentEpoch()Uptime since current epoch was started.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.v3.ServerInfo.State state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
ServerInfo.State getState()
State of the server.
.envoy.admin.v3.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.v3.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.v3.CommandLineOptions command_line_options = 6;- Returns:
- The commandLineOptions.
-
getCommandLineOptionsOrBuilder
CommandLineOptionsOrBuilder getCommandLineOptionsOrBuilder()
Command line options the server is currently running with.
.envoy.admin.v3.CommandLineOptions command_line_options = 6;
-
hasNode
boolean hasNode()
Populated node identity of this server.
.envoy.config.core.v3.Node node = 7;- Returns:
- Whether the node field is set.
-
getNode
Node getNode()
Populated node identity of this server.
.envoy.config.core.v3.Node node = 7;- Returns:
- The node.
-
getNodeOrBuilder
NodeOrBuilder getNodeOrBuilder()
Populated node identity of this server.
.envoy.config.core.v3.Node node = 7;
-
-