Uses of Enum
io.envoyproxy.envoy.admin.v3.ServerInfo.State
Packages that use ServerInfo.State
-
Uses of ServerInfo.State in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return ServerInfo.StateModifier and TypeMethodDescriptionstatic ServerInfo.StateServerInfo.State.forNumber(int value) ServerInfo.Builder.getState()State of the server.ServerInfo.getState()State of the server.ServerInfoOrBuilder.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.StateReturns 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.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ServerInfo.State>ServerInfo.State.internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type ServerInfo.StateModifier and TypeMethodDescriptionServerInfo.Builder.setState(ServerInfo.State value) State of the server.