Uses of Enum
io.grpc.alts.internal.NetworkProtocol
Packages that use NetworkProtocol
-
Uses of NetworkProtocol in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as NetworkProtocolFields in io.grpc.alts.internal with type parameters of type NetworkProtocolModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<NetworkProtocol> NetworkProtocol.internalValueMap
Methods in io.grpc.alts.internal that return NetworkProtocolModifier and TypeMethodDescriptionstatic NetworkProtocol
NetworkProtocol.forNumber
(int value) Endpoint.Builder.getProtocol()
Network protocol (e.g., TCP, UDP) associated with this endpoint.Endpoint.getProtocol()
Network protocol (e.g., TCP, UDP) associated with this endpoint.EndpointOrBuilder.getProtocol()
Network protocol (e.g., TCP, UDP) associated with this endpoint.static NetworkProtocol
NetworkProtocol.valueOf
(int value) Deprecated.static NetworkProtocol
NetworkProtocol.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static NetworkProtocol
Returns the enum constant of this type with the specified name.static NetworkProtocol[]
NetworkProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.alts.internal that return types with arguments of type NetworkProtocolModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<NetworkProtocol> NetworkProtocol.internalGetValueMap()
Methods in io.grpc.alts.internal with parameters of type NetworkProtocolModifier and TypeMethodDescriptionEndpoint.Builder.setProtocol
(NetworkProtocol value) Network protocol (e.g., TCP, UDP) associated with this endpoint.