final case class DownloadRequest(parties: Seq[String], filterDomainId: String, timestamp: Option[Timestamp], protocolVersion: String, chunkSize: Option[Int], gzipFormat: Boolean, contractDomainRenames: Map[String, String]) 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.
- Annotations
 - @SerialVersionUID()
 
- Alphabetic
 - By Inheritance
 
- DownloadRequest
 - Updatable
 - GeneratedMessage
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new DownloadRequest(parties: Seq[String], filterDomainId: String, timestamp: Option[Timestamp], protocolVersion: String, chunkSize: Option[Int], gzipFormat: Boolean, contractDomainRenames: Map[String, String])
- 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.
 
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 addAllContractDomainRenames(__vs: Iterable[(String, String)]): DownloadRequest
 -  def addAllParties(__vs: Iterable[String]): DownloadRequest
 -  def addContractDomainRenames(__vs: (String, String)*): DownloadRequest
 -  def addParties(__vs: String*): DownloadRequest
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val chunkSize: Option[Int]
 -  def clearChunkSize: DownloadRequest
 -  def clearContractDomainRenames: DownloadRequest
 -  def clearParties: DownloadRequest
 -  def clearTimestamp: DownloadRequest
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
 -    def companion: DownloadRequest.type
- Definition Classes
 - DownloadRequest → GeneratedMessage
 
 -  val contractDomainRenames: Map[String, String]
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  val filterDomainId: String
 -  def getChunkSize: Int
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def getField(__field: FieldDescriptor): PValue
- Definition Classes
 - DownloadRequest → GeneratedMessage
 
 -    def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
 - DownloadRequest → GeneratedMessage
 
 -  def getTimestamp: Timestamp
 -  val gzipFormat: Boolean
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -  val parties: Seq[String]
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -  val protocolVersion: String
 -    def serializedSize: Int
- Definition Classes
 - DownloadRequest → GeneratedMessage
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  val timestamp: Option[Timestamp]
 -   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
 - DownloadRequest → GeneratedMessage
 
 -    def update(ms: (Lens[DownloadRequest, DownloadRequest]) => Mutation[DownloadRequest]*): DownloadRequest
- Definition Classes
 - Updatable
 
 -   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()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  def withChunkSize(__v: Int): DownloadRequest
 -  def withContractDomainRenames(__v: Map[String, String]): DownloadRequest
 -  def withFilterDomainId(__v: String): DownloadRequest
 -  def withGzipFormat(__v: Boolean): DownloadRequest
 -  def withParties(__v: Seq[String]): DownloadRequest
 -  def withProtocolVersion(__v: String): DownloadRequest
 -  def withTimestamp(__v: Timestamp): DownloadRequest
 -   final  def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage
 
 -    def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
 - DownloadRequest → GeneratedMessage
 
 -   final  def writeTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage