Uses of Class
io.envoyproxy.envoy.admin.v3.ServerInfo.State
-
Packages that use ServerInfo.State Package Description io.envoyproxy.envoy.admin.v3 -
-
Uses of ServerInfo.State in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return ServerInfo.State Modifier and Type Method Description static ServerInfo.StateServerInfo.State. forNumber(int value)ServerInfo.StateServerInfo.Builder. getState()State of the server.ServerInfo.StateServerInfo. getState()State of the server.ServerInfo.StateServerInfoOrBuilder. getState()State of the server.static ServerInfo.StateServerInfo.State. valueOf(int value)Deprecated.static ServerInfo.StateServerInfo.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ServerInfo.StateServerInfo.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerInfo.State[]ServerInfo.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.admin.v3 that return types with arguments of type ServerInfo.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ServerInfo.State>ServerInfo.State. internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type ServerInfo.State Modifier and Type Method Description ServerInfo.BuilderServerInfo.Builder. setState(ServerInfo.State value)State of the server.
-