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]) @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AltsContext → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AltsContext → GeneratedMessage
  17. def getPeerRpcVersions: transport_security_common.RpcProtocolVersions
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val localServiceAccount: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. val peerAttributes: Map[String, String]
  24. val peerRpcVersions: Option[transport_security_common.RpcProtocolVersions]
  25. val peerServiceAccount: String
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val recordProtocol: String
  28. val securityLevel: transport_security_common.SecurityLevel
  29. def serializedSize: Int
    Definition Classes
    AltsContext → GeneratedMessage
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    AltsContext → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[AltsContext, AltsContext]) => Mutation[AltsContext]*): AltsContext
    Definition Classes
    Updatable
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def withApplicationProtocol(__v: String): AltsContext
  41. def withLocalServiceAccount(__v: String): AltsContext
  42. def withPeerAttributes(__v: Map[String, String]): AltsContext
  43. def withPeerRpcVersions(__v: transport_security_common.RpcProtocolVersions): AltsContext
  44. def withPeerServiceAccount(__v: String): AltsContext
  45. def withRecordProtocol(__v: String): AltsContext
  46. def withSecurityLevel(__v: transport_security_common.SecurityLevel): AltsContext
  47. def withUnknownFields(__v: UnknownFieldSet): AltsContext
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    AltsContext → GeneratedMessage
  50. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[AltsContext]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped