Packages

final case class AltsContext(applicationProtocol: String = "", recordProtocol: String = "", securityLevel: transport_security_common.SecurityLevel = io.grpc.alts.internal.transport_security_common.SecurityLevel.SECURITY_NONE, peerServiceAccount: String = "", localServiceAccount: String = "", peerRpcVersions: Option[transport_security_common.RpcProtocolVersions] = _root_.scala.None, peerAttributes: Map[String, String] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AltsContext] with Product with Serializable

applicationProtocol

The application protocol negotiated for this connection.

recordProtocol

The record protocol negotiated for this connection.

securityLevel

The security level of the created secure channel.

peerServiceAccount

The peer service account.

localServiceAccount

The local service account.

peerRpcVersions

The RPC protocol versions supported by the peer.

peerAttributes

Additional attributes of the peer.

Annotations
@SerialVersionUID()
Source
AltsContext.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AltsContext
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AltsContext(applicationProtocol: String = "", recordProtocol: String = "", securityLevel: transport_security_common.SecurityLevel = io.grpc.alts.internal.transport_security_common.SecurityLevel.SECURITY_NONE, peerServiceAccount: String = "", localServiceAccount: String = "", peerRpcVersions: Option[transport_security_common.RpcProtocolVersions] = _root_.scala.None, peerAttributes: Map[String, String] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    applicationProtocol

    The application protocol negotiated for this connection.

    recordProtocol

    The record protocol negotiated for this connection.

    securityLevel

    The security level of the created secure channel.

    peerServiceAccount

    The peer service account.

    localServiceAccount

    The local service account.

    peerRpcVersions

    The RPC protocol versions supported by the peer.

    peerAttributes

    Additional attributes of the peer.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllPeerAttributes(__vs: Iterable[(String, String)]): AltsContext
  5. def addPeerAttributes(__vs: (String, String)*): AltsContext
  6. val applicationProtocol: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clearPeerAttributes: AltsContext
  9. def clearPeerRpcVersions: AltsContext
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: AltsContext.type
    Definition Classes
    AltsContext → GeneratedMessage
  12. def discardUnknownFields: AltsContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AltsContext → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AltsContext → GeneratedMessage
  18. def getPeerRpcVersions: transport_security_common.RpcProtocolVersions
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val localServiceAccount: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val peerAttributes: Map[String, String]
  25. val peerRpcVersions: Option[transport_security_common.RpcProtocolVersions]
  26. val peerServiceAccount: String
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val recordProtocol: String
  29. val securityLevel: transport_security_common.SecurityLevel
  30. def serializedSize: Int
    Definition Classes
    AltsContext → GeneratedMessage
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  33. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  34. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String
    Definition Classes
    AltsContext → GeneratedMessage
  36. val unknownFields: UnknownFieldSet
  37. def update(ms: (Lens[AltsContext, AltsContext]) => Mutation[AltsContext]*): AltsContext
    Definition Classes
    Updatable
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def withApplicationProtocol(__v: String): AltsContext
  42. def withLocalServiceAccount(__v: String): AltsContext
  43. def withPeerAttributes(__v: Map[String, String]): AltsContext
  44. def withPeerRpcVersions(__v: transport_security_common.RpcProtocolVersions): AltsContext
  45. def withPeerServiceAccount(__v: String): AltsContext
  46. def withRecordProtocol(__v: String): AltsContext
  47. def withSecurityLevel(__v: transport_security_common.SecurityLevel): AltsContext
  48. def withUnknownFields(__v: UnknownFieldSet): AltsContext
  49. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  50. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    AltsContext → GeneratedMessage
  51. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[AltsContext]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped