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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AltsContext
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllPeerAttributes(__vs: Iterable[(String, String)]): AltsContext
- def addPeerAttributes(__vs: (String, String)*): AltsContext
- val applicationProtocol: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearPeerAttributes: AltsContext
- def clearPeerRpcVersions: AltsContext
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: AltsContext.type
- Definition Classes
- AltsContext → GeneratedMessage
- def discardUnknownFields: AltsContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- AltsContext → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AltsContext → GeneratedMessage
- def getPeerRpcVersions: transport_security_common.RpcProtocolVersions
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localServiceAccount: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val peerAttributes: Map[String, String]
- val peerRpcVersions: Option[transport_security_common.RpcProtocolVersions]
- val peerServiceAccount: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recordProtocol: String
- val securityLevel: transport_security_common.SecurityLevel
- def serializedSize: Int
- Definition Classes
- AltsContext → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- AltsContext → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AltsContext, AltsContext]) => Mutation[AltsContext]*): AltsContext
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withApplicationProtocol(__v: String): AltsContext
- def withLocalServiceAccount(__v: String): AltsContext
- def withPeerAttributes(__v: Map[String, String]): AltsContext
- def withPeerRpcVersions(__v: transport_security_common.RpcProtocolVersions): AltsContext
- def withPeerServiceAccount(__v: String): AltsContext
- def withRecordProtocol(__v: String): AltsContext
- def withSecurityLevel(__v: transport_security_common.SecurityLevel): AltsContext
- def withUnknownFields(__v: UnknownFieldSet): AltsContext
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AltsContext → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage