Uses of Enum
io.grpc.alts.internal.HandshakeProtocol
Packages that use HandshakeProtocol
-
Uses of HandshakeProtocol in io.grpc.alts.internal
Subclasses with type arguments of type HandshakeProtocol in io.grpc.alts.internalFields in io.grpc.alts.internal declared as HandshakeProtocolModifier and TypeFieldDescriptionprivate static final HandshakeProtocol[]HandshakeProtocol.VALUESFields in io.grpc.alts.internal with type parameters of type HandshakeProtocolModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<HandshakeProtocol> HandshakeProtocol.internalValueMapMethods in io.grpc.alts.internal that return HandshakeProtocolModifier and TypeMethodDescriptionstatic HandshakeProtocolHandshakeProtocol.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 HandshakeProtocolHandshakeProtocol.valueOf(int value) Deprecated.static HandshakeProtocolHandshakeProtocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static HandshakeProtocolReturns 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.