Packages

p

io.grpc.alts.internal

transport_security_common

package transport_security_common

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. 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.

Ungrouped