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
Modifier and TypeMethodDescriptionCommand line options the server is currently running with.Command line options the server is currently running with.Hot restart version.com.google.protobuf.ByteStringHot restart version.getNode()Populated node identity of this server.Populated node identity of this server.getState()State of the server.intState of the server.com.google.protobuf.DurationUptime since the start of the first epoch.com.google.protobuf.DurationOrBuilderUptime since the start of the first epoch.com.google.protobuf.DurationUptime since current epoch was started.com.google.protobuf.DurationOrBuilderUptime since current epoch was started.Server version.com.google.protobuf.ByteStringServer version.booleanCommand line options the server is currently running with.booleanhasNode()Populated node identity of this server.booleanUptime since the start of the first epoch.booleanUptime since current epoch was started.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-