final case class ProxyInfo(protocolMajorVersion: Int = 0, protocolMinorVersion: Int = 0, proxyName: String = "", proxyVersion: String = "", supportedEntityTypes: Seq[String] = _root_.scala.Seq.empty, devMode: Boolean = false, proxyHostname: String = "", identificationInfo: Option[IdentificationInfo] = _root_.scala.None, internalProxyHostname: String = "", proxyPort: Int = 0, tracingCollectorEndpoint: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ProxyInfo] with Product with Serializable
- proxyHostname
The host name to use to connect to the proxy.
- identificationInfo
Info for identifying calls to self and other services.
- internalProxyHostname
The host name to use to connect to the proxy locally.
- tracingCollectorEndpoint
Endpoint to push traces
- Annotations
- @SerialVersionUID()
- Source
- ProxyInfo.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProxyInfo
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProxyInfo(protocolMajorVersion: Int = 0, protocolMinorVersion: Int = 0, proxyName: String = "", proxyVersion: String = "", supportedEntityTypes: Seq[String] = _root_.scala.Seq.empty, devMode: Boolean = false, proxyHostname: String = "", identificationInfo: Option[IdentificationInfo] = _root_.scala.None, internalProxyHostname: String = "", proxyPort: Int = 0, tracingCollectorEndpoint: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- proxyHostname
The host name to use to connect to the proxy.
- identificationInfo
Info for identifying calls to self and other services.
- internalProxyHostname
The host name to use to connect to the proxy locally.
- tracingCollectorEndpoint
Endpoint to push traces
Value Members
- def addAllSupportedEntityTypes(__vs: Iterable[String]): ProxyInfo
- def addSupportedEntityTypes(__vs: String*): ProxyInfo
- def clearIdentificationInfo: ProxyInfo
- def clearSupportedEntityTypes: ProxyInfo
- def companion: ProxyInfo.type
- Definition Classes
- ProxyInfo → GeneratedMessage
- val devMode: Boolean
- def discardUnknownFields: ProxyInfo
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ProxyInfo → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ProxyInfo → GeneratedMessage
- def getIdentificationInfo: IdentificationInfo
- val identificationInfo: Option[IdentificationInfo]
- val internalProxyHostname: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocolMajorVersion: Int
- val protocolMinorVersion: Int
- val proxyHostname: String
- val proxyName: String
- val proxyPort: Int
- val proxyVersion: String
- def serializedSize: Int
- Definition Classes
- ProxyInfo → GeneratedMessage
- val supportedEntityTypes: Seq[String]
- 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
- ProxyInfo → GeneratedMessage
- val tracingCollectorEndpoint: String
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ProxyInfo, ProxyInfo]) => Mutation[ProxyInfo]*): ProxyInfo
- Definition Classes
- Updatable
- def withDevMode(__v: Boolean): ProxyInfo
- def withIdentificationInfo(__v: IdentificationInfo): ProxyInfo
- def withInternalProxyHostname(__v: String): ProxyInfo
- def withProtocolMajorVersion(__v: Int): ProxyInfo
- def withProtocolMinorVersion(__v: Int): ProxyInfo
- def withProxyHostname(__v: String): ProxyInfo
- def withProxyName(__v: String): ProxyInfo
- def withProxyPort(__v: Int): ProxyInfo
- def withProxyVersion(__v: String): ProxyInfo
- def withSupportedEntityTypes(__v: Seq[String]): ProxyInfo
- def withTracingCollectorEndpoint(__v: String): ProxyInfo
- def withUnknownFields(__v: UnknownFieldSet): ProxyInfo
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ProxyInfo → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage