Packages

final case class DownloadRequest(parties: Seq[String], filterDomainId: String, timestamp: Option[Timestamp], protocolVersion: String, chunkSize: Option[Int], gzipFormat: Boolean, contractDomainRenames: Map[String, String], partiesOffboarding: Boolean) extends GeneratedMessage with Updatable[DownloadRequest] with Product with Serializable

TODO(i14441): Remove deprecated ACS download / upload functionality

filterDomainId

optional; exact match if set

timestamp

optional; take acs state for this timestamp

protocolVersion

optional; version of serialization to use

chunkSize

Size of the byte chunks to stream back. Defaults to 2MB (half of the default gRPC max message size)

contractDomainRenames

Optional mapping from one domain id to another to rename the associated domain of contracts in the export NOTE: This is not a proper domain migration of contracts.

partiesOffboarding

true if the parties will be offboarded after the replication (party migration)

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DownloadRequest
  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 DownloadRequest(parties: Seq[String], filterDomainId: String, timestamp: Option[Timestamp], protocolVersion: String, chunkSize: Option[Int], gzipFormat: Boolean, contractDomainRenames: Map[String, String], partiesOffboarding: Boolean)

    filterDomainId

    optional; exact match if set

    timestamp

    optional; take acs state for this timestamp

    protocolVersion

    optional; version of serialization to use

    chunkSize

    Size of the byte chunks to stream back. Defaults to 2MB (half of the default gRPC max message size)

    contractDomainRenames

    Optional mapping from one domain id to another to rename the associated domain of contracts in the export NOTE: This is not a proper domain migration of contracts.

    partiesOffboarding

    true if the parties will be offboarded after the replication (party migration)

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 addAllContractDomainRenames(__vs: Iterable[(String, String)]): DownloadRequest
  5. def addAllParties(__vs: Iterable[String]): DownloadRequest
  6. def addContractDomainRenames(__vs: (String, String)*): DownloadRequest
  7. def addParties(__vs: String*): DownloadRequest
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val chunkSize: Option[Int]
  10. def clearChunkSize: DownloadRequest
  11. def clearContractDomainRenames: DownloadRequest
  12. def clearParties: DownloadRequest
  13. def clearTimestamp: DownloadRequest
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. def companion: DownloadRequest.type
    Definition Classes
    DownloadRequest → GeneratedMessage
  16. val contractDomainRenames: Map[String, String]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val filterDomainId: String
  19. def getChunkSize: Int
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DownloadRequest → GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    DownloadRequest → GeneratedMessage
  23. def getTimestamp: Timestamp
  24. val gzipFormat: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val parties: Seq[String]
  30. val partiesOffboarding: Boolean
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val protocolVersion: String
  33. def serializedSize: Int
    Definition Classes
    DownloadRequest → GeneratedMessage
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val timestamp: Option[Timestamp]
  36. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  37. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  38. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  39. def toProtoString: String
    Definition Classes
    DownloadRequest → GeneratedMessage
  40. def update(ms: (Lens[DownloadRequest, DownloadRequest]) => Mutation[DownloadRequest]*): DownloadRequest
    Definition Classes
    Updatable
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def withChunkSize(__v: Int): DownloadRequest
  45. def withContractDomainRenames(__v: Map[String, String]): DownloadRequest
  46. def withFilterDomainId(__v: String): DownloadRequest
  47. def withGzipFormat(__v: Boolean): DownloadRequest
  48. def withParties(__v: Seq[String]): DownloadRequest
  49. def withPartiesOffboarding(__v: Boolean): DownloadRequest
  50. def withProtocolVersion(__v: String): DownloadRequest
  51. def withTimestamp(__v: Timestamp): DownloadRequest
  52. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    DownloadRequest → GeneratedMessage
  54. 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
    Deprecated

Inherited from Updatable[DownloadRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped