Uses of Enum
io.grpc.alts.internal.HandshakeProtocol
Packages that use HandshakeProtocol
-
Uses of HandshakeProtocol in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as HandshakeProtocolModifier and TypeFieldDescriptionprivate static final HandshakeProtocol[]
HandshakeProtocol.VALUES
Fields in io.grpc.alts.internal with type parameters of type HandshakeProtocolModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<HandshakeProtocol> HandshakeProtocol.internalValueMap
Methods in io.grpc.alts.internal that return HandshakeProtocolModifier and TypeMethodDescriptionstatic HandshakeProtocol
HandshakeProtocol.forNumber
(int value) StartClientHandshakeReq.Builder.getHandshakeSecurityProtocol()
Handshake security protocol requested by the client.StartClientHandshakeReq.getHandshakeSecurityProtocol()
Handshake security protocol requested by the client.StartClientHandshakeReqOrBuilder.getHandshakeSecurityProtocol()
Handshake security protocol requested by the client.static HandshakeProtocol
HandshakeProtocol.valueOf
(int value) Deprecated.static HandshakeProtocol
HandshakeProtocol.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static HandshakeProtocol
Returns the enum constant of this type with the specified name.static HandshakeProtocol[]
HandshakeProtocol.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 HandshakeProtocolModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<HandshakeProtocol> HandshakeProtocol.internalGetValueMap()
Methods in io.grpc.alts.internal with parameters of type HandshakeProtocolModifier and TypeMethodDescriptionStartClientHandshakeReq.Builder.setHandshakeSecurityProtocol
(HandshakeProtocol value) Handshake security protocol requested by the client.