package transport_security_common
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class RpcProtocolVersions(maxRpcVersion: Option[Version] = _root_.scala.None, minRpcVersion: Option[Version] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RpcProtocolVersions] with Product with Serializable
Max and min supported RPC protocol versions.
Max and min supported RPC protocol versions.
- maxRpcVersion
Maximum supported RPC version.
- minRpcVersion
Minimum supported RPC version.
- Annotations
- @SerialVersionUID()
- sealed abstract class SecurityLevel extends GeneratedEnum
The security level of the created channel.
The security level of the created channel. The list is sorted in increasing level of security. This order must always be maintained.
Value Members
- object RpcProtocolVersions extends GeneratedMessageCompanion[RpcProtocolVersions]
- object SecurityLevel extends GeneratedEnumCompanion[SecurityLevel]
- object TransportSecurityCommonProto extends GeneratedFileObject