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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProxyInfo
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. def addAllSupportedEntityTypes(__vs: Iterable[String]): ProxyInfo
  2. def addSupportedEntityTypes(__vs: String*): ProxyInfo
  3. def clearIdentificationInfo: ProxyInfo
  4. def clearSupportedEntityTypes: ProxyInfo
  5. def companion: ProxyInfo.type
    Definition Classes
    ProxyInfo → GeneratedMessage
  6. val devMode: Boolean
  7. def discardUnknownFields: ProxyInfo
  8. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ProxyInfo → GeneratedMessage
  9. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ProxyInfo → GeneratedMessage
  10. def getIdentificationInfo: IdentificationInfo
  11. val identificationInfo: Option[IdentificationInfo]
  12. val internalProxyHostname: String
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product
  14. val protocolMajorVersion: Int
  15. val protocolMinorVersion: Int
  16. val proxyHostname: String
  17. val proxyName: String
  18. val proxyPort: Int
  19. val proxyVersion: String
  20. def serializedSize: Int
    Definition Classes
    ProxyInfo → GeneratedMessage
  21. val supportedEntityTypes: Seq[String]
  22. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  23. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  24. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  25. def toProtoString: String
    Definition Classes
    ProxyInfo → GeneratedMessage
  26. val tracingCollectorEndpoint: String
  27. val unknownFields: UnknownFieldSet
  28. def update(ms: (Lens[ProxyInfo, ProxyInfo]) => Mutation[ProxyInfo]*): ProxyInfo
    Definition Classes
    Updatable
  29. def withDevMode(__v: Boolean): ProxyInfo
  30. def withIdentificationInfo(__v: IdentificationInfo): ProxyInfo
  31. def withInternalProxyHostname(__v: String): ProxyInfo
  32. def withProtocolMajorVersion(__v: Int): ProxyInfo
  33. def withProtocolMinorVersion(__v: Int): ProxyInfo
  34. def withProxyHostname(__v: String): ProxyInfo
  35. def withProxyName(__v: String): ProxyInfo
  36. def withProxyPort(__v: Int): ProxyInfo
  37. def withProxyVersion(__v: String): ProxyInfo
  38. def withSupportedEntityTypes(__v: Seq[String]): ProxyInfo
  39. def withTracingCollectorEndpoint(__v: String): ProxyInfo
  40. def withUnknownFields(__v: UnknownFieldSet): ProxyInfo
  41. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  42. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ProxyInfo → GeneratedMessage
  43. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage