com.digitalasset.canton.admin.participant.v30
ExportAcsOldRequest
Companion object ExportAcsOldRequest
final case class ExportAcsOldRequest(parties: Seq[String], filterSynchronizerId: String, timestamp: Option[Timestamp], contractSynchronizerRenames: Map[String, TargetSynchronizer], force: Boolean, partiesOffboarding: Boolean) extends GeneratedMessage with Updatable[ExportAcsOldRequest] with Product with Serializable
- parties
The parties for which the ACS should be exported Required
- filterSynchronizerId
The IDs of the synchronizers to filter the contracts by Optional, if set the contracts will be filtered by the exact match of the ID of the synchronizer to which it's assigned optional; exact match if set
- timestamp
The timestamp at which the ACS should be valid. If provided, it will be checked that the ACS is available at the given timestamp (i.e. the timestamp is considered clean and the ACS has not been pruned). Optional, if missing the latest clean timestamp will be used
- contractSynchronizerRenames
Mapping from one synchronizer id and protocol version. If provided, the contracts currently assigned to the synchronizer ID in the key will be assigned to the synchronizer id and protocol version in the value. This is not a proper synchronizer migration of contracts and it's supposed to be used only in exceptional cases. Optional, if not provided the contracts will be exported with the same synchronizer id as they are currently assigned
- force
If true, do not check whether the provided timestamp is clean (see
timestamp
field). NOT FOR PRODUCTION USE. For this option to yield a consistent snapshot, you need to wait at least confirmationResponseTimeout + mediatorReactionTimeout after the last submitted request. Recommended value isfalse
- partiesOffboarding
true if the parties will be offboarded after the replication (party migration) Recommended value is
false
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ExportAcsOldRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ExportAcsOldRequest(parties: Seq[String], filterSynchronizerId: String, timestamp: Option[Timestamp], contractSynchronizerRenames: Map[String, TargetSynchronizer], force: Boolean, partiesOffboarding: Boolean)
- parties
The parties for which the ACS should be exported Required
- filterSynchronizerId
The IDs of the synchronizers to filter the contracts by Optional, if set the contracts will be filtered by the exact match of the ID of the synchronizer to which it's assigned optional; exact match if set
- timestamp
The timestamp at which the ACS should be valid. If provided, it will be checked that the ACS is available at the given timestamp (i.e. the timestamp is considered clean and the ACS has not been pruned). Optional, if missing the latest clean timestamp will be used
- contractSynchronizerRenames
Mapping from one synchronizer id and protocol version. If provided, the contracts currently assigned to the synchronizer ID in the key will be assigned to the synchronizer id and protocol version in the value. This is not a proper synchronizer migration of contracts and it's supposed to be used only in exceptional cases. Optional, if not provided the contracts will be exported with the same synchronizer id as they are currently assigned
- force
If true, do not check whether the provided timestamp is clean (see
timestamp
field). NOT FOR PRODUCTION USE. For this option to yield a consistent snapshot, you need to wait at least confirmationResponseTimeout + mediatorReactionTimeout after the last submitted request. Recommended value isfalse
- partiesOffboarding
true if the parties will be offboarded after the replication (party migration) Recommended value is
false
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 addAllContractSynchronizerRenames(__vs: Iterable[(String, TargetSynchronizer)]): ExportAcsOldRequest
- def addAllParties(__vs: Iterable[String]): ExportAcsOldRequest
- def addContractSynchronizerRenames(__vs: (String, TargetSynchronizer)*): ExportAcsOldRequest
- def addParties(__vs: String*): ExportAcsOldRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearContractSynchronizerRenames: ExportAcsOldRequest
- def clearParties: ExportAcsOldRequest
- def clearTimestamp: ExportAcsOldRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: ExportAcsOldRequest.type
- Definition Classes
- ExportAcsOldRequest → GeneratedMessage
- val contractSynchronizerRenames: Map[String, TargetSynchronizer]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filterSynchronizerId: String
- val force: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ExportAcsOldRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ExportAcsOldRequest → GeneratedMessage
- def getTimestamp: Timestamp
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val parties: Seq[String]
- val partiesOffboarding: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ExportAcsOldRequest → 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
- ExportAcsOldRequest → GeneratedMessage
- def update(ms: (Lens[ExportAcsOldRequest, ExportAcsOldRequest]) => Mutation[ExportAcsOldRequest]*): ExportAcsOldRequest
- 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 withContractSynchronizerRenames(__v: Map[String, TargetSynchronizer]): ExportAcsOldRequest
- def withFilterSynchronizerId(__v: String): ExportAcsOldRequest
- def withForce(__v: Boolean): ExportAcsOldRequest
- def withParties(__v: Seq[String]): ExportAcsOldRequest
- def withPartiesOffboarding(__v: Boolean): ExportAcsOldRequest
- def withTimestamp(__v: Timestamp): ExportAcsOldRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ExportAcsOldRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage